@charset "utf-8";

body{
	margin:0;
	background-color:#fff;
	color:#333;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html{
	height:101%;
}

#header{
	width:1000px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header.jpg);
	padding-top:237px;
	text-align:center;
}

#master{
	width:934px;
	margin-left:auto;
	margin-right:auto;
}

#navigation{
	width:180px;
	float:left
}


#inhalt{
	width:744px;
	float:right;
}

#inhalt p{
	text-align:justify
}

#inhalt a{
	color:#069;
}

#inhalt img{
	border: 0px;
}

#footer{
	width:914px;
	padding:10px;
	border-bottom:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	border-top:1px solid #CCC;
}

#footer a{
	color:#c40000;
	font-weight:bold;
}

.contentheading{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	color:#205d89;
}

.createdate{
	font-size:10px;
	color:#666;
}

.contentpaneopen{

}

.article_separator{
	border:0;
	width:0;
	height:0;
	padding:0;
	margin:0;
}


