/* Design by rm-design */
/* http://www.rm-design.de */


/* allgemein */

body {
	margin: 0px;
	border: 0px;
	padding: 1%;
	background-color: #fff;
	overflow: auto;
  }

/* Scrollbalken*/

body {
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #999;
}


.rahmentabelle {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 100%;
	width: 100%;
	}


/* Schriftdarstellung */

p, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

.textklein {
	font-size: 10px;
	font-weight: normal;

	}

li {
	line-height:25px;
	}

/* Links */

a:link {
	text-decoration: underline;
	color: #333399;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #666666;
	}

a:active {
	color: #666666;
	}


/* Links für Navigation */

a.nav {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

a.nav:link {
	color: #000000;
	}

a.nav:visited {
	color: #000000;
	}

a.nav:hover {
	color: #333399;
	}

a.nav:active {
	color: #000000;
	}


/* Bildformatierungen */

img {
	border: 0px;
	}

.inhalt-td {
	padding-left: 10px;
	}

/* Navigationstabellen*/

.navigationsspalte {
	background-color: #ccc;
	vertical-align: top;
	width: 160px;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	}

.gb_eintrag_titel {
	background-color: #ddd;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	}

.gb_eintrag_text {
	background-color: #e0e0e0;
	padding: 2px 10px;
	}


.aktive-ebene {
	background-color: #f2f2f2;
	}

.root-ebene {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}



/* Formularfelder */

.formfeld {
	width: 350px;
	}


/* Ausgabe von fehlerhaften Formulareingaben */

.fehlertext {
	font-weight: bold;
	border: 1px solid red;
	text-align: center;
	color: red;
	padding: 5px;
	}


/* Listennavigation */

navigationszelle li {
	line-height:10px;
}

/* CSS-Layout */

#rahmenzelle {
	background-color: #eee;
	border: 1px solid #ccc;
	min-height:100%;
	height:100%;
	width:100%;
	overflow:visible;
	}

#navigationszelle {
	vertical-align:top;
	text-align:right;
	width:18%;
	min-height:100%;
	height:100%;
	float:left;
	overflow:visible;
}

#navigationsspalte {
	background-color:#ccc;
	vertical-align:top;
	width:160px;
	min-height:100%;
	height:100%;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	float:left;
	text-align:left;
	padding-top:30px;
	overflow:visible;
}

.contentzelle {
	text-align:center;
	min-height:100%;
	height:100%;
	padding: 30px 0px;
	vertical-align:top
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.einleitungstext {
	border: none;
	padding: 10px;
	width:85%;
}

.breadcrump {
	padding-bottom: 20px;
	width: 75%;
	text-align: left;
	}

.seitennavigation {
	padding-top: 20px;
	width: 75%;
	text-align: center;
	align:center;
	}

.bilderrahmen {
	border:2px solid black;
	background-color: #cccccc;
	}
