

/*Main Css*/
body {
	margin:3em;
	padding:0;
	height:100%;
	background:#726e65;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color:#000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}





/*Center main Css*/
#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width:650px;
	text-align:left;
	vertical-align: middle;	
	border:1px solid #000000;
	background:#fff;
}


#content { 	
	margin:0 auto;
	padding:0;
	width:650px;
	border:0px solid #000000;
}


#main{
	height:280px;
	min-height:280px;
	width:650px;

	border:thin #000 solid;
	margin-bottom:0.3em;
}


#menu{
	height:40px;
	min-height:40px;
	width:650px;
	margin-bottom:0.3em;
	font:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;

}
/*end of Center main Css*/



/*News Css*/

.news_mainbox{
	overflow:auto;
	margin-bottom:20px;
}


.news_headline{
	width:650px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	height:30px;
	min-height:30px;
	color:#920303;
}


.news_image{
	width:150px;

	text-align:left;
	float:left;
}

.news_content{
	color:#000;
	width:440px;
	min-height:80px;
	margin-left:200px;
	text-align:left;
	position:relative;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}

.news_readmore{
	color:#920303;
	width:350px;
	height:20px;
	min-height:20px;
	margin-left:290px;
	text-align:right;
	position:relative;
	overflow:hidden;
}


#news_top{
	width:650px;
	border-bottom:#000 thin solid;
	font:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
}


.news_date{
	font-size:9px;
}

.blog_image{

    width: 430px;
    height : auto;


};

.blog_image{

    width: auto;
    height : 300px;


};

/*End of News Css*/


#kontakt_info{
	width:350px;
	float:left;

}


#kontakt_info_small{
	width:300px;
	float:left;
	border:#000 thin solid;
	padding:10px;
	background:#CCC;
}
#kontakt_form{
	width:300px;
	float:right;
}

#kontakt_container{
	width:650px;
	overflow:auto;
}

.form{
	background:#CCC;
	border:#000 thin solid;
}

/*Footer Css*/
#footer{
	width:650px;
	margin-bottom:0.3em;
	color:#000;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
}

/*End of Footer Css*/