/* @group basics */

body{
	margin: 50px 0;
	padding: 0;
	color: #666;
	background-color: #005096;
	font-size: 11px;
}

a:link, a:visited{ text-decoration: none;
	color: #005096;
}
a:hover, a:active{ text-decoration: none; }
a img{ border: 0; }

h1, h2, h3, h4, h5{ margin: 0; padding: 0;
	font-weight: normal;
	font-style: normal;
}
h1{ font-size: 20px;
	color: #005096;
	font-weight: bold;
}
h2{ font-size: 18px;
	color: #999;
}
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }

blockquote{ padding: 10px 15px; margin: 15px 0; background: #EEE; font-style: italic; }

.image-right{ float: right; padding: 15px 0 15px 15px; }

.image-left{ float: left; padding: 15px 15px 15	px 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* @end */

/* @group Layout */

#wrapper{ 
	width: 920px;
	margin: 0 auto;
	background: #005096 url(images/wrapper.jpg) repeat-y;
}

#header{
	position: relative;
	width: 920px;
	padding: 0;
	background: transparent url(images/wrappertop.jpg) no-repeat;
	height: 300px;
}

#mbbm {
	background: url(images/mbbm_logo.gif) no-repeat;
	margin: 0;
	width: 210px;
	height: 75px;
	position: absolute;
	top: 30px;
	left: 40px;
	padding: 0;
}

/*#title{ color: #000; font-weight: bold;
}*/

#header img{
	margin: 0;
	padding: 0;
	top: 110px;
	position: absolute;
	left: 10px;
}

#blackbox{
	margin: 0;
	padding: 0;
	top: 110px;
	position: absolute;
	left: 10px;
	width: 270px;
	height: 180px;
	background-color: #000;
}

#panorama{
	margin: 0;
	padding: 0;
	top: 110px;
	position: absolute;
	left: 280px;
	width: 630px;
	height: 180px;
	background-image: url(images/mbbmbanner01.jpg);
	z-index:99999;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#panorama1{
	margin: 0;
	padding: 0;
	top: 110px;
	position: absolute;
	left: 280px;
	width: 630px;
	height: 180px;
	z-index:99999;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#panorama2{
	margin: 0;
	padding: 0;
	top: 110px;
	position: absolute;
	left: 280px;
	width: 630px;
	height: 180px;
	z-index:99998;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#subheader{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50px;
	top: 220px;
	width: 220px;
	height: 60px;
}

#title{
	color: #fff;
	font-size: 15px;
	width: 100px;
	height: 40px;
}

#contents{
	margin: 0 10px;
	padding: 0 40px 25px;
	line-height: 18px;
	background-color: #fff;
}

#contents a:link, a:visited{ text-decoration: none;
	color: #005096;
}

#contents-main h3{ 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size: 14px;
	display: none;
}

#sidebar {
	font-size: 10px;
}
	
#sidebar h3{ 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size: 14px; }
	
#footer{
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding: 0;
	min-height: 50px;
	background: transparent url(images/wrapperbottom.jpg) no-repeat;
	width: 920px;
}

#footer-content {
	margin: 0;
	padding: 25px 0 15px;
	color: #fff;
}

#footer a { 
	color: #fff;}

/* html > body #footer a:link, a:visited { 
	padding: 30px 0 15px;
	color: #d4d4d4;
} Fuer alle anderen */



/* @end */

/* @group Navigation */

#header ul{
		padding: 0; /* For IE6 */
		list-style: none;
		border-right: 1px solid #999;
	margin: 0;
	position: absolute;
	right: 50px;
	top: 91px;
}

/* 
html > body #header ul{
	border-right: 1px solid #999;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 92px;
	right: 50px;
} For all else */
		
#header ul li{ float: left;
	padding-right: 7px;
	padding-left: 7px;
	border-left: 1px solid #999;
	padding-bottom: 5px;
}
		
#header ul a{ color: #9E9E9E; text-decoration: none; }
	
#header ul a.current{ 
	color: #333; text-decoration: none; 
	border-bottom: 2px solid #ff9220;
	padding-bottom: 1px;
}

#header ul a:hover{ 
	border-bottom: 2px solid #ff9220;
	padding-bottom: 1px;
}


#header ul a.currentAncestor{ 
	color: #333; text-decoration: none; 
	border-bottom: 2px solid #ff9220;
	padding-bottom: 1px;
}


/* @end */

/* @group Specials */

.blog-entry{ padding-bottom: 10px;
	display: block;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 5px;
	border-right-width: 1px;
}
.blog-entry-title{
	display: inline;
	margin: 0 40px 0 0;
	padding: 0;
	font-size: 11px;
	float: left;
	width: 50px;
	text-align: center;
	color: #fff;
	background-color: #005096;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-body{
	float: none;
	width: 485px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.form-input-field {
	width: 98%;
}



/* @end */















/* @group not in use */

#breadcrumbs{ margin-top: 10px; }

#breadcrumbs ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#breadcrumbs li{
		display: inline;
	}





/* BLOG ENTRIES */

.blog-entry-date, 
.blog-entry-date a, 
.blog-entry-comments, 
.blog-entry-comments a,
.blog-entry-date, 
.blog-entry-comments, 
.blog-category-link-disabled,
#blog-categories,
#blog-archives,
#blog-rss-feeds
{ display: none;
}





/* BLOG ARCHIVES */

.blog-archive-month{
	display: block;
	margin: 0;
	font-size: 20px;
}
.blog-archive-link{
	padding-bottom: 10px;
}






/* FILE SHARING */

.filesharing-description{ padding-bottom: 15px; }
.filesharing-item{ padding-top: 15px; margin-top: 15px; border-top: 1px solid #CCC; }
.filesharing-item-title{ font-size: 1.5em; }
.filesharing-item-description{ font-size: .9em; }






/* PHOTO ALBUM */

.album-title{
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
}
.album-description { margin-bottom: 30px; }
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.thumbnail-frame { position: absolute; bottom: 0; left: 0; }
.thumbnail-frame img{ margin: auto; }
.thumbnail-caption { margin: 0; padding: 0; }






/* PHOTO ALBUM LARGE IMAGE */

.photo-background{ background: #FFF; text-align: center; }
.photo-navigation{
	width: 100%;
	margin: 0px;
	padding-bottom: 70px; /* For IE6 */
	background: #FFF url('images/shadow.jpg') bottom repeat-x;
}
html > body .photo-navigation{ padding-bottom: 60px; } /* For all else */
.photo-title{ margin: 0; padding: 0; font-size: 35px; }
.photo-frame{ margin-top: 25px; margin-bottom: 30px; }






/* MOVIE ALBUM */

.movie-page-title{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.movie-page-description{ margin-top: 10px; margin-bottom: 15px; }
.movie-thumbnail-frame{
	display: block;
	border-top: 1px solid #DDD;
	padding: 15px 0;
	width: 100%; 
	clear: left;
	content: "."; 
	height: 0; 
	clear: both;
}
.movie-thumbnail-frame img{ float: left; margin-right: 15px; padding-right: 5px; margin-bottom: 15px; border: 1px solid #ddd; }
.movie-thumbnail-caption{ float: left; }






/* MOVIE ALBUM POPUP */

.movie-background{
	padding: 10px;
	background: #FFF;
	text-align: center;
}
.movie-title{ color: #333; }



/* @end */