/* CSS Document */
/* Farben --------------- */
/*	grau bckgrd	#B8B9BB
	t�rkis		#0282B1
	hellblau	#A4CAD8
	dunkelblau	#015B8A
/* ---------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #B8B9BB;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

/* content ----------------------------------------------------------------------------------- */
#content .wehelp { /* we-Hilfe (kommentar) */
	margin: 20px 0px 10px 0px;
	padding: 0px;
	color: #99CC00;
	font-weight: bold;
}
#content .weEdit table { /* damit die Tabellen des we-Editors nicht auseinandergezogen werden */
	margin: 0px;
	padding: 0px;
}
#content .weEdit td { /* damit die Tabellen des we-Editors nicht auseinandergezogen werden */
	margin: 0px;
	padding: 0px;
} 
#content a:link {
	text-decoration: none;
	color: #0282B1;
}
#content a:visited {
	text-decoration: none;
	color: #0282B1;
}
#content a:hover {
	color: #000000;
}
#content h1, #content_buchkatalog h1{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 6px 0px;;
	padding: 0px;
	color: #0282B1;
}
#content h2, #content_buchkatalog h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000000;
}
#content h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#content p, #content_buchkatalog p {
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 7px;
}
#content .listeneinleitung {
	margin-bottom: 13px;
	padding: 0px;
	line-height: 0px;
}
#content ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#content ul li {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0.8em;
	margin-left: 25px;
	margin-bottom: 10px;
}
#content img {
	border: 0px;
}

#content .emphasized {
	font-weight: bold;
	color: #666666;
}
#content .italic {
	font-style: italic;
}
/* Formate f�r den Redakteur (css, die im Texteditor ausw�hlbar sind) */
#content .kursiv {
	font-style: italic;
}
#content .hervorgehoben {
	font-weight: bold;
	color: #666666;
}
#content .BildMitRahmen{
	border: 1px solid #000000;
	margin-top: 18px;
	margin-bottom: 18px;
}
#content .absVor_15px {
	padding-top: 15px;
}
#content .label {
	font-weight: bold;
	letter-spacing: 0px;
}
#content .text { /* Flie�text mit schmalem Satzspiegel */
	width: 500px;
	clear: both;
}
#content .floatLeft {
	float: left;
}
#content .floatRight {
	float: right;
}
#content .nofloat {
	clear: both;
}
#content .line1 { /* horizontale Line */
	width: 100%;
	height: 10px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: none;
	background-image: url(/pictures/basic/Streifen_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#content .line2 { /* horizontale Line */
	width: 100%;
	height: 10px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: none;
	background-image: url(/pictures/basic/Streifen_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
/* Tabellenformat soll in we einer Tabelle zugewiesen werden k�nnen, deshalb mu� die Klasse
hier stehen, auch wenn sie leer ist */
#content .Tabelle-1 { /* Auszeichnungen */
}
#content .Tabelle-1 tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}
#content .Tabelle-1 td{
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-1 p{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#content .Tabelle-2 { /* Partner */
}
#content .Tabelle-2 td{
	vertical-align: top;
	padding-bottom: 40px;
	text-align: center;
}
#content .Tabelle-3 {
	margin-bottom: 40px;
}
#content .Tabelle-3 td{ /* padding 5px */
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .Tabelle-3 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

/* Formularelemente */
#content .label {
	clear: both;
	color: #666666;
	font-weight: normal;
}
#content input {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #999999;
	font-weight: normal;
}
#content .radio, #content .check {
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}
#content .radioheader {
	clear: both;
	padding: 25px 0px 0px 0px;
}
#content .label_radio {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 10px;
	line-height: 14px;
}
#content .label_radio2 {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	line-height: 14px;
}
#content textarea {
	padding-right: 0px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content input.error {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	color: #000000;
	border: 1px solid #CC0000;
	background-image: url(/pictures/basic/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
	visibility: visible;
}
#content select.error {
	background-color: #FFFCE2;
	color: #000000;
}
#content input:focus, select:focus {
	border: 1px solid #0282B1;
	background-color: #EFEFEF;
}
#content a.but1 {
	display: block;
	height: 15px;
	border-left: 1px solid #CDE9B0;
	border-right: 1px solid #CDE9B0;
	border-top: none;
	border-bottom: none;
	margin: 25px 0px 25px 0px;
	background-image: url(/pictures/basic/buttonBckgrd1.gif);
	background-repeat: repeat-x;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;;
	text-align: center;
}
#content a.but1:hover {
	color: #666666;
}




