/* @group basics */

body{
	margin: 50px 0;
	padding: 0;
	color: #666;
	background-color: #336699;
	font-size: 0.7em;
}

a:link, a:visited{ text-decoration: none;
	color: #99cc1c;
}
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{
	color: #005096;
	font-weight: normal;
	font-style: normal;
	font-size: 2.5em;
	line-height: 1.1em;
}
h2{
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.4em;
}
h3{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
h5{ font-size: 12px; }

td{ 
	font-size: 1em;
	color: #666;
}

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: 850px;
	margin: 0 auto;
	background: #3d668f url(images/wrapper.jpg) repeat-y;
}

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

#bildmotiv {
	background: url(images/bwl_motiv.jpg) no-repeat;
	margin: 0;
	width: 250px;
	height: 260px;
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 0;
}

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

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

#stern{
	width: 150px;
	height: 150px;
	background: url(images/stern.png) no-repeat;
	position: absolute;
	top: -150px;
	left: -100px;
}

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

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

#contents{
	margin: 0 25px;
	padding: 0 50px 25px 30px;
	line-height: 18px;
}

#contents a:link, a:visited{ text-decoration: none;
	color: #99cc1c;
}
/* 
#contents-main h3{ 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size: 14px;
}
 */
#sidebar {
	margin-top: 180px;
	position: relative;
}
/* 	
#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: 850px;
}

#footer-content {
	margin: 0;
	padding: 40px 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: 35px 0 0;
	position: absolute;
	top: 2px;
	left: 325px;
}

/* 
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;
	border-left: 1px solid #999;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
		
#header ul a{ color: #9E9E9E; text-decoration: none; }
	
#header ul a.current{ 
	color: #333; text-decoration: none; 
	border-bottom: 2px solid #99cc1c;
	padding-bottom: 1px;
	background: none no-repeat center;
}

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


#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%;
}

/* 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.2em;
	font-weight: bold;
}
.filesharing-item-description{ font-size: .9em;
	margin-top: 3px;
}



/* @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;
}






/* 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 */
