/*************************************************************************
Basic Set-Up
**************************************************************************/
* {
	margin:0;
	padding:0;
	border:0;
}
html * {
	font-size:100.01%;
}
html, body {
	height:100%;
}
body {
	/* font:101% Georgia, Verdana, Helvetica, sans-serif; */
	font:101% "Trebuchet MS",Tahoma,Verdana, sans-serif;
	text-align:center;
	background-color:#f5f5f5;
	color:#000;
}
#wrapMain {
	text-align:left;
	width:400px;
	margin: 0 auto;
	position:relative;
}
#head, #foot {
	clear:both;
	width:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: block }

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
       .clearfix {display: block;}
/* End Holly Hack */

#content {
	/* margin: 0 265px 0 198px; */ 
	/* siehe #left und right */
	margin: 0;
	position:relative;
}
#wrapContent {
	float:left;
	width: 100%;
	margin: 0 -95% 0 0;
}
#left {
	float:left;
	width: 0; /* ohne linke Spalte */
	margin: 0 0 0 -5%;
}
#right {
	float:right;
	width: 0; /* ohne rechte Spalte */
	margin: 0;
}
#wrapContent, #left, #right {
	padding-bottom: 0px;  /* Abstand zum Foot */
}
/*************************************************************************
Style
**************************************************************************/
#content {
	margin-top: 100px;
	border:2px solid #efefef;
	padding:20px;
	text-align:center;
	background-image: url(../../_Layout/los-sopranos.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}
#content h2 {
	font-size:100%;
	margin-bottom:5px;
}
#content .info h2 {
	display:none;
}
#content h3 {
	font-size:80%;
	margin-bottom:15px;
}
#content a, #foot a {
	font-size:100%;
	display:block;
	color:#00A1E8;
}
#foot a {
	display:inline;
}
#content p {
	font-size:80%;
}
#content a:hover, #foot a:hover {
	text-decoration:none;
}
#content .info {
}
#content .links ul {
	margin-top:40px;
	list-style-type:none;
	margin-left:100px;
	padding-left:5px;
	text-align:left;
	
	display:none;
	
}
#content .links ul li a{
	color:#bbb;
}
#head {
}
#headLeft {
}
#headLeft h1, #headLeft p {
	text-indent: -9999px;
	font-size:2%;
	margin:0;
	padding:0;
}
#headRight {
}
#right {
}
#foot {
	font-size:70%;
	color:#bbb;
	text-align:center;
}

