/* stylesheet */
html, body {
	width:100%;
	height:100%; 
	text-align:left;
	border-width:0px;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:101%;
	background-color:#b7b7b7;
	background-image: url(../bilder/bg_menue.jpg);
	background-repeat: repeat-y;
	background-position:left;
}

/* navigation grundgeruest */
#navigation {
	float:left;
	width:198px; 
	height:100%;
	background-color: transparent;
	color:#FFFFFF;
	font-size: 0.8em;
	padding: 0;
	margin: 0; 
	border-width: 0;
	border-right: solid 2px #FFFFFF;
}

/* umfasst listenpunkte */
#navigation ul {
	list-style-type:none;
	margin:110px 0px 0px 15px;
	padding:0;
}

body > #navigation {
	min-height: 100%;
}

/* links navigation */
#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color:inherit;
	line-height: 1.5em;
}

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

/* einrueckung submenue */
li.sub {
	padding-left: 10px;
}

/* inhalt (rechte seite) */
#body {
	
    min-height: 100%;  
	padding: 0px;
	margin: 0px;
	margin-left: 200px;
	border-width: 0px;
/*	background-color:#d2d2d2; */
	color: #000000;
/*	background-image:url(../bilder/bg_body.jpg);  */
	background-position:top;
	background-repeat:repeat-x; 
	
}

#headertext {
	height: 25px;
	width: 700px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../bilder/endstueck_balken.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#headertext img {
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 25px;
}

/* inhalt und texte */
#content {
	margin: 10px;
	font-size: 0.75em;
	width: 670px;
}
/* ueberschriften */
.inhalt h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c51a22;	
	background-color: inherit;
}
.inhalt h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c51a22;
	background-color: inherit;
}
.inhalt h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #c51a22;	
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: inherit;
}

/* bilder */
.inhalt img{
	border: 1px solid #333366;
	margin-bottom: 15px;
}

/* links */
.inhalt a:link, .inhalt a:visited {
	color: #c51a22;
	background-color: inherit;
	text-decoration: none;
}
.inhalt a:hover {
	color: #990000;
	background-color: inherit;
	text-decoration: underline;
}

h1 .article_head {
	color: #c51a22;
}

.article_image {
	border: solid 1px #333366;
	margin: auto;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 1.01em;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}