/* Allgemeine Definitionen */

html {
     	padding:0px;
	margin:0px;
}

body {
	background-color:#fff;
	font-size:11px;
	font-family: Tahoma, Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#282828;
	line-height:16px;
	text-align:center;
         padding:5px;
}

h3 {
	font-size:18px;
         font-family: Tahoma, Arial, Sans-Serif;
	color:#282828;
	font-weight:bold;
	line-height:100%;
	margin-bottom:30px;
}

h4 {
         font-size:13px;
	color:#282828;
	font-weight:bold;
	line-height:100%;
	margin-top:40px;
	margin-bottom:20px;
}

tr,td {
         font-size: 11px;
}

hr {
	height:1px;
	width:60%;
	color:#d5d5c8;
}

code {
	font-family:Courier New,Courier,monospace;
	color:#3B3B3B;
         font-size: 11px;
         line-height: 14px;
}

A:link {
         font-family: Tahoma, Arial,sans-serif;
         color:#386BB2;
         font-weight:bold;
}

A:visited,A:active {
	font-family: Tahoma, Arial,sans-serif;
         color:#83A3CF;
         font-weight:bold;
}

A:hover {
	text-decoration:none;
}

/* Anzeige der Unterrubriken im HTML-Bereich */

.rubrik {
	font-family:Tahoma, Arial,sans-serif;
         color:#1C6909;
}

A.rubrik:link,A.rubrik:visited,A.rubrik:active {
         font-size: 11px;
         font-family:Tahoma, Arial, sans-serif;
         color:#72A266;
         font-weight:normal;
}


/* Links fuer Hauptverweise (Zurueck zum Inhaltsverzeichnis) */

A.nav:link,A.nav:visited,A.nav:active {
         color:#FFFFFF;
         padding:4px ! important;
         background-color:#6990C5;
         text-decoration:none;
         border:2px solid #4E6B92;
}

A.nav:hover {
	border:2px solid #91A48C;
         background-color:#BFC9D7;
}


/* Links in Nebenmenues (Submenues) */

A.nmen:link,A.nmen:visited,A.nmen:active {
         font-size: 11px;
         font-family:Tahoma, Arial,sans-serif;
         color:#386BB2;
         font-weight:normal;
         padding: 3px;
         background-color:transparent;
}

A.nmen:hover {
	color:#FFFFFF;
         background-color:#386BB2;
}

/* Links fuer Unterverweise */

A.fix:link {
         font-family:Tahoma, Arial,sans-serif;
         color:#1C6909;
         font-weight:bold;
         line-height:25px;
}

A.fix:visited,A.fix:active {
	color:#7B9974;
         font-weight:bold;
         line-height:25px;
}

A.fix:hover {
	text-decoration:none;
}


/* Box, zum Beispiel fuer Quellcode */

#box {
	padding:5px;
         border:1px solid #D9D9D9;
         background-color:#F9F9F9;
         border-right: 2px solid #A9A9A9;
         border-bottom: 2px solid #A9A9A9;
}

/* Hinweisbox */

#hint {
      	padding:5px;
         border:1px solid #DBE6D7;
         background-color:#F7F9F6;
}

/* Menueleiste */

#menu {
	font-size: 11px;
         clear:both;
         width:199px;
	float:left;
         margin-bottom:15px;
         line-height:16px;
}

#menuleiste {
         padding:0px;
	background:#284F82;
         margin-bottom:15px;
         line-height:16px;
}

#menupunkt {
	margin-left:20px;
         color:#fff;
}

#menupunkt A {
         color:#FFFFFF;
         font-weight:normal;
         text-decoration:none;
         margin-left:5px;
         line-height: 17px;
         border-bottom:1px solid #9EAFC6;
}

#menupunkt A:hover {
	border-bottom:1px solid #FFFFFF;
         color:#FFFFFF;
}

/* Werbeflaeche */

#werbung {
         padding:5px;
         padding-bottom: 8px;
         background-color:#F8F8F8;
         border:1px solid #DADADA;
         border-right:2px solid #9F9F9F;
         border-bottom:2px solid #9F9F9F;
         margin-bottom:40px;
         font-size:11px;
         color:#767676;
         line-height:15px;
}

#werbung p {
	margin: 0px;
         padding: 5px;
}

#werbung A {
	color:#767676;
         font-weight:normal;
         text-decoration:underline;
         background-color:transparent;
         font-size:11px;
}

#werbung A:hover {
	text-decoration: none;
}

#werbung A.hidden {
	text-decoration: none;
         background-color: transparent;
}

/* Layout */

#seite {
	width:730px;
	margin-right:auto;
	margin-left:auto;
         margin-top:30px;
	padding:0px;
	text-align:left;
}

#header {
	width:730px;
         padding-bottom:20px;
}

#logo {
	width:199px;
	padding:0px;
         float:left;
}

#kopfzeile {
	margin-left:50px;
         width:480px;
	padding:0px;
         float:right;
}

#inhalt {
         padding:0px;
         margin-left:50px;
         width:480px;
	float:right;
}

.anzeige {
	border-top: 1px dotted #CDD2D5;
	border-bottom: 1px dotted #CDD2D5;
}

#test p{
         border-top: 1px solid #C5D8C0;
         padding: 5px 5px 5px 5px;
         background-color: #EEF4ED;
}