@import "PopWin.css";

*{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
}


a{
	color:#999;
}
a:hover{
	color:#000;
	text-decoration:underline;
}
body{
	background:#fff;
	color:rgb( 30, 50, 49 );
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
em{
	color:#999;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
h4{
	font-size:15px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
html{
	overflow:hidden;
	height:100%;
}
textarea{
	height:56px;
	overflow:auto;
}
label{
	line-height:20px;
}


.cb{
	clear:both !important;
}
.cl{
	clear:left !important;
}
.cr{
	clear:right !important;
}
.fc{
	display:block;
	margin:0 auto;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.error{
	background:#900 !important;
	border:1px solid #e00 !important;
}

#Alles{
	overflow:auto;
	height:100%;
}

#Menu{
	background:#192b2b;
	display:block;
	margin:0 auto;
	padding:0 10px;
	width:880px;
}

#Menu a{
	color:rgb( 255, 255, 255 );
	line-height:25px;
	padding:0px 5px;
}
#Menu a:hover{
	text-decoration:underline;
}
#Menu ol{
	border:1px solid rgb( 58, 58, 58 );
	border-top:0 none;
	clear:both;
	position:absolute;
	visibility:hidden;
/******************************************/
	opacity:.85;
	filter:alpha(opacity=85);
/******************************************/
}
#Menu ol li{
	clear:both;
	float:none;
	text-align:left;
}
#Menu ol a{
	background:#192b2b;
	border-top:1px solid rgb( 58, 58, 58 );
	color:#fff;
	padding:0px 15px;
}
#Menu ol a:hover{
	text-decoration:underline;
}


#Kopf{
	background:#fff center no-repeat;
	height:100px;
	margin:0 auto 10px auto;
	width:900px;
}


#Titel{
	margin:0 auto 10px auto;
	width:850px;
}
#Titel h1,
#Titel h2,
#Titel h3,
#Titel h4,
#Titel h5,
#Titel h6{
	line-height:20px;
}


#Inhalt{
	background:rgb( 245, 245, 245 ) url(../image_border.php) no-repeat;
	margin:0 auto;
	padding:10px;
	width:880px;
}
#Inhalt h1,h2,h3,h4,h5,h6{
	padding:5px 0;
}
#Inhalt p{
	display:block;
	padding:10px 0;
	text-align:justify;
}
#Inhalt p br{
	display:block;
}
#Inhalt #Barl{
	border-right:1px solid rgb( 165, 172, 178 );
	margin-right:190px;
	padding-right:10px;
}
#Inhalt #Barl button{
	display:block;
	margin:5px 90px;
	width:90px;
}
#Inhalt #Barl input,
#Inhalt #Barl textarea{
	background:#fff;
	border:1px solid rgb( 165, 172, 178 );
	width:270px;
}
#Inhalt #Barl img{
	background:#fff;
	border:1px solid rgb( 165, 172, 178 );
	float:left;
	margin:3px 8px 3px 0;
	padding:2px;
}
#Inhalt #Barl img.fr{
	margin:3px 0 3px 8px;
}
#Inhalt #Barr{
	float:right;
	width:180px;
}
#Inhalt #Barr button{
	display:block;
	margin:5px 40px;
	width:90px;
}
#Inhalt #Barr input,
#Inhalt #Barr textarea{
	width:170px;
}
#Inhalt #Barr img{
	background:#fff;
	border:1px solid rgb( 165, 172, 178 );
	float:left;
	margin:3px 8px 3px 0;
	padding:2px;
}


#InhaltUnten{
	background:url(../image_border.php?bot) no-repeat;
	height:15px;
	margin:0 auto 10px auto;
	width:900px;
}


#Fuss{
	background:url(../image_border.php?b=9) no-repeat;
	margin:0 auto;
	padding-top:15px;
	width:900px;
}
#Fuss div{
	background:rgb( 30, 50, 49 );
	color:#fff;
	height:50px;
	text-align:center;
}



/*** styles ***/
.BBI #Menu{
	color:#fff;
	font:bold small-caps 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.BBI #Menu form{
	background:#000;
	border:1px solid #999;
	display:none;
	padding:3px;
	position:absolute;
	top:25px;
	width:170px;
	z-index:20;
}
.BBI #Menu form#RegisterForm{
	width:200px;
}
.BBI #Menu input{
	background:#071843;
	border:1px solid #999;
	color:#fff;
	float:right;
	margin:3px;
	width:100px;
}
.BBI #Menu input.Button{
	background:none;
	border:0 none;
	float:right;
	width:auto;
}
.BBI #Menu label{
	display:block;
	line-height:25px;
	margin:3px 103px 3px 3px;
	text-align:right;
}
.BBI #Kopf{
	background-image:url(../image_top.php?src=5&f=9&t=Bill%27s%20Bedroom%20Institute) !important;
}
.BBI #Inhalt{
	background:rgb( 7, 24, 67 ) url(../image_border.php?b=5) no-repeat;
	color:rgb( 92, 154, 247 );
}
.BBI #Inhalt a{
	color:#9bb5bf;
}
.BBI #Inhalt a:hover{
	color:#cff1ff;
}
.BBI #Inhalt h1,
.BBI #Inhalt h2,
.BBI #Inhalt h3,
.BBI #Inhalt h4,
.BBI #Inhalt h5,
.BBI #Inhalt h6{
	color:rgb( 255, 255, 255 );
}
.BBI #InhaltUnten{
	background-image:url(../image_border.php?b=5&bot);
}



/*** extras ***/
.JexSlideMenu a{
	display:block;
	line-height:1.5em;
	padding:0 10px;
}
.JexSlideMenu a:hover{
	background:rgb( 165, 172, 178 );
	color:#fff;
	text-decoration:none;
}



#VideoBox{
	background:#000;
	color:#ccc;
	float:left;
	margin:0 10px 3px 0;
	width:320px;
}
#VideoMenu{
	height:20px;
	line-height:20px;
}
#VideoMenu img{
	background:none !important;
	border:0 none !important;
	padding:0 !important;
}
#VideoLine{
	width:320px;
}
.VideoN{
	height:300px;
	text-align:center;
	width:320px;
}



.Galeria,
.Comentarios{
	border-top:1px dashed #a5acb2;
}
.GaleriaImg{
	float:left;
	padding:5px;
	text-align:center;
	width:150px;
}
.Post{
	border-bottom:1px dashed #a5acb2;
	padding:0 0 5px 0;
	width:370px;
}
