
html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 99.99%;
	margin:0;
	padding:0;
}
body {
	background: url(/templates/web_boosting/img/schatten_bg.gif) center top repeat-y;
}

a{
	color:#03346C;
}
a:hover{
	color:#000;
}
a img{
	border:0px;
}

form{
	display:inline;
}
input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

table{
	font-size:inherit;
	color:inherit;
}

.clear{
	clear:both;
	line-height:0px;
	overflow:hidden;
}

/*
*	layout
*/
#mainframe{
	width:820px;
	margin: 0 auto 0 auto;
	overflow:hidden;
}

#content_frame{
	margin: 0px 46px 0px 45px;
}

/*
*	navigation
*/
#navi_layer_0{
}
#navi_layer_0 ul,
#navi_layer_1 ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navi_layer_0 ul li,
#navi_layer_1 ul li{
	float:left;
	margin:0;
	padding:0;
}

#navi_layer_1{
	height:19px;
	padding-left:25px;
	background:#ADC500;	
	overflow:hidden;
	border-bottom: solid 3px #fff;
}

.image_link{
	display:block;
	overflow:hidden;
	background-position: left top;
}

.image_link:hover{
	background-position: left -26px;
}
.image_link_active{
	display:block;
	overflow:hidden;
	background-position: left -26px;
}

#navi_layer_1 .image_link:hover,
#navi_layer_1 .image_link_active{
	background-position: left -19px;
}

/*
*	content
*/
#content{
	background: url(/templates/web_boosting/img/content_bg.gif) left top repeat-y; 
	font-size:0.8em;
	color: #03346C;
}
#content h2{
	font-size: 2.05em;
	font-style:italic;
	margin: 0px 0px 0px 0px;
	padding: 11px 25px 10px 25px;
}
.zitat_box{
	background:#005180;
	border-bottom:3px solid #FFFFFF;
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	padding: 10px 35px 10px 35px;
	margin: 0px 0px 10px 0px;
	font-size:1.1em;
	font-weight:bold;
}
#content_body{
	color:#03346C;
	padding: 0px 25px 20px 25px;
	line-height:140%;
}

.msg_box{
	padding:10px;
	border: solid 1px #ADC500;
	font-weight:bold;
	color: #ADC500;
	margin-bottom:5px;
}
.err_box{
	padding:10px;
	border: solid 1px red;
	font-weight:bold;
	color: red;
	margin-bottom:5px;
}

/*
*	arrow list
*/
.content_list{
	list-style-image: url(/templates/web_boosting/img/list.gif);
	color:#87B803;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	margin-left:30px;
}
* html .content_list{
	margin-left:60px;
}
*+html .content_list{
	margin-left:60px;
}
.content_list li{
	padding: 5px
}
.content_list li a,
.content_list li a:hover{
	color:#87B803;
	text-decoration:none;
}
* html .content_list li a{
	position:relative;
	top:-3px;
}
*+html .content_list li a{
	position:relative;
	top:-3px;
}


#footer{
	background: url(/templates/web_boosting/img/footer.gif) left top no-repeat; 
	position:relative;
	width:100%;
	height:99px;
	font-size: 0.8em;
	color:#005280;
	font-weight:bold;
	margin-bottom:10px;
	border-top:solid 3px #fff;
}
#footer a{
	position:absolute; 
	right:40px; 
	top:44px;
	text-decoration:none;
	color:#005280;
	font-weight:bold;
}
#footer img{
	margin-right:5px;
}

/*
*	gallery demo
*/
.album_headline{
	border-bottom: solid 1px #aaa;
	padding: 2px 0px;
	display:block;
	width:100%;
}
.album_footer{
	border-top: solid 1px #aaa;
	padding: 2px 0px;
}


.list_link{
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.list_link:hover{
}
.list_link:hover .album_headline{
	border-bottom: solid 1px #aaa;
}

.thumb_wrapper{
	float:left;
}
.album_thumb_text{
	float:left;
	width:65%;
}
.thumb_title{
	padding: 0px 10px 5px 0px;
	text-align:center;
}
.album_detail_text{
	clear:both;
	padding: 5px;
}
.page_navi{
	padding-top:6px;
	float:right;
	font-size:10px;
	font-weight:normal;
}



