@CHARSET "UTF-8";

.site-shadow-left{
	background: transparent url(/images/site/site_shadow_left.gif) right top repeat-y;
}

.site-shadow-right{
	background: transparent url(/images/site/site_shadow_right.gif) right top repeat-y;
}
.left-col-bg-bottom{
	background: transparent url(/images/site/left_col_background.jpg) right bottom repeat-y;
}

.left-col-bg-top{
	background: transparent url(/images/site/left_col_background.jpg) right top repeat-y;
}


#header{
	width:100%;
	height:98px;
	background: transparent url(/images/site/head_bg.jpg) 0 0 no-repeat;
	position:realtive;
}
	
	#header-logo{
		position:absolute;
		left:20px;
		bottom:10px;
	}
	
	#header-top-left{
		width:675px;
		text-align:right;
		border-right:2px solid #FFF;
		position:absolute;
		left:0;
		top:0;
		voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    	voice-family: inherit;
    	width:672px;
	}
	
	#header-top-right{
		width:157px;
		border-left:2px solid #FFF;
		position:absolute;
		right:0;
		top:0;
		voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    	voice-family: inherit;
		width:155px;
	}
	
	#header-bottom-left{
		width:675px;
		border-right:2px solid #FFF;
		position:absolute;
		left:0;
		bottom:0;
		voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    	voice-family: inherit;
		width:672px;
	}
		
	#header-bottom-right{
		width:157px;
		border-left:2px solid #FFF;
		position:absolute;
		right:0;
		bottom:0;
		voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    	voice-family: inherit;
		width:155px;
	}
	
	#header-search{
		width:155px;
		position:absolute;
		right:0;
		bottom:10px;
	}
		#header-search input{
			width:100px;
			margin-bottom:4px;
			margin-left:7px;
			line-height:12px;
			font-size:11px;
		}
		
		#header-search img{
			cursor:pointer;
			margin-left:3px;
		}


#navigation-subject-wrapper{
	display:block;
	overflow:hidden;
	float:left;
}
#navigation-subject-left{
	width:170px;
	height:21px;
	background: transparent url(/images/site/subject_navi_left_shadow.jpg) 0 0 no-repeat;	
}
#navigation-subject-right{
	width:170px;
	height:21px;
	background: transparent url(/images/site/subject_navi_right_shadow.jpg) 0 0 no-repeat;	
}


#left-col-splash{
	background: transparent url(/images/site/left_col_image_top.jpg) 0 0 no-repeat;
	width:170px;
	height:87px;
}

#right-col-splash{
	background: transparent url(/images/site/right_col_image_top.jpg) 0 0 no-repeat;
	width:170px;
	height:87px;
}



#news-box{
	width:150px;
}

.news-box-elem{
	margin-bottom:6px;
	margin-top:4px;
	font-size:11px;	
	line-height:16px;
}

#footer-middle{
	background: #d8d8d9;
	padding-bottom:5px;	
	font-size:11px;
	color:#666666;
}
.Message, 
.Error,
.Success {
	border:1px solid black;
	overflow: hidden;
	display: block;
	margin: 0;
	margin-bottom:15px;
	padding: 15px 10px 15px 10px;
}

.Error {
	border: 1px solid #ff6666;
	color: #cc0000;
	background: #ffcccc;
}

.Success {
	border: 1px solid #009900;
	color: #009900;
	background: #def7c1;
}

.Message {
	border: 1px solid #c17f00;
	color: #c17f00;
	background: #fcf4d1;
}
