@charset "utf-8";
/* CSS Document */

html {
 width: 100%;
}

body 
{
	max-width: 950px;
	text-align: left;
	margin:  0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #333333;
}
html body { width:950px; } /* nur für IE 5.5 - 6.x */
html + body body { width:950px; } /* nur vom IE 5.0 */

a {
  color: #333333;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#infoheader {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 1px;
}

#infoheader ul {
	list-style-type: none;
}

#infoheader li {
	display: block;
	float: right;
	margin-left: 10px;
}

#infoheader a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#infoheader a:hover {
	text-decoration: underline;
}


#container {
	width: 100%;
	height: 650px;
	border: 1px solid #0086D3;
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

#navigation {
	height: 650px;
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	list-style-type: none;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#navigation ul ul {
	padding-left: 10px;
	margin-top: 0px;
}

#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;	
}

#navigation li a:hover, #navigation li a.aktiv {
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 1px;
}

#navigation li li a  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#navigation li li a:hover {
	background-image: none; 
}
#navigation   h3   {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 15px;
	margin-right: 20px;
}
#container #navigation a.edit {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	padding: 3px;
}





#content_container {
	float: left;
	width: 780px;

}

#content_header {
	height: 100px;
	width: 100%;
}

#content_header_logo {
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

#content_header_h1 {
	float: left;
	margin-top: 77px;
	margin-left: 30px;
}
#content_header_h1  h1    {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
}
#content_body {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 10px;
}


#content {
	width: 520px;
	height: 500px;
	float: left;
	overflow-x:hidden;
	overflow-y:auto;
	overflow:auto;
	padding-right: 10px;
}
#content_admin {
	width: 520px;
	height: 500px;
	float: left;
	overflow-x:hidden;
	overflow-y:auto;
	overflow:auto;
	padding-right: 10px;
}

#content p {
	margin: 0px;
}

#content h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content a {
	padding-left: 15px;
	background-image: url(../img/screen/icon_link.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#content a.noarrow  {
	padding-left: 0px;
	background-image: none;
}

#content_scroll {
	margin-left: 10px;
	width: 15px;
	height: 500px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

#content_rechts {
	float: right;
	width: 185px;
	height: 500px;
	overflow: hidden;
}

#content_rechts h3 {
	margin: 0px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 12px;
}
 
#content_rechts .box {
	border: 2px solid;
	font-size: 11px;
	background-color: #F2FBFF;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
} 

#content_rechts p {
 margin:0;
 padding:0;
}


#footer {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 85%;
}

.infored {
	font-weight: bold;
	background-color: #FFCCCC;
	padding: 10px;
	border: 1px solid #FF0000;
	color: #FF0000;
}
#footer .nounderline {
	text-decoration: none;
}
#container #navigation h2 {
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 15px;
	padding-bottom: 0px;
	margin: 0px;
}

#foerderer img {
	float: left;
	padding: 5px;
	height: 62px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 2px;
}

#foerderer a {
	padding-left: 0px;
	background-image: none;
}
#content h3 {
	font-size: 13px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.artikel_vorschau {
	margin-bottom: 10px;
}

#content .artikel_vorschau img {
	float: left;
	margin-right: 15px;
}

#content .artikel_anzeige {
	margin-bottom: 10px;
}

#content .artikel_anzeige img {
	float: right;
	margin-left: 15px;
}

