/* SEITENAUFBAU */
body {
	background-color: #D3C7C7;
	color: black;
	font-size: 1.8ex;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	background-color: white;
	width: 75%;

}
#banner {
	height: 100%;
}
#bannerdiv {
	/* border: 2px solid silver;*/
	background-color: white;
	width: 100%;
	height: 100%;
	/*float: middle;*/ /*IE*/
}
#links {
 	width: 20%;
	text-decoration: none;
}
#mitte {
	background-color: white;
	/*border: 2px solid silver;*/
   	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
}
#rechts {
   	width: 20%;
}
#unten {
	clear: both;
	text-align: center;
}










/* LINKS (NORMALE, NICHT DAS NAVI-MENU) */
a:link { 
	color: black;
	font-size: 3.5mm;
	text-decoration: underline;
	
}
a:visited { 
	color: black;
	font-size: 3.5mm;
	text-decoration: underline;
}
a:hover { 
	color: gray;
	font-size: 3.5mm;
	text-decoration: underline;
}
a:active { 
	color: gray;
	font-size: 3.5mm;
	text-decoration: underline;
}
a:focus { 
	color: silver;
	font-size: 3.5mm;
	text-decoration: underline;
}
.image_link {
	color: white;
}







/* PRODUKTLISTE / EIGENTSCHAFTEN / BILDANZEIGE*/
#BuchKurzInfo {
	font-weight: bold;
}
#Buchbild {
	/*align: middle;*/ /*IE*/
}
#buchlinks {
	font-size: 3.5mm;
	font-weight: bold;
	text-align: left;
}
#buchlinks:hover {
	font-size: 3.5mm;
	font-weight: bold;
	text-align: left;
	background-color: #F7F7F7;
}
#buchliste_bilderplatzhalter {
	font-size: 3.0mm;
}
#buchlisttabelle {
	padding: 5px;
}
#buchlistzeile {
	/*v-align: top;*/ /*IE*/
	border: 1px solid black;
}
#bildlink {
	color: white;
	background-color: white;
}






/* LINKMENU */
.menuborder {
	/*border: 1px solid silver;*/
	padding: 1.0em;
	background-color: #EED2D7;
}
.ueberschrift {
	font-size: 4.0mm;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	background-color: #D41416;
}
.menulinks {
	font-size: 3.5mm;
	text-align: left;
	padding-left: 8px;
}
.menulinks:hover {
	padding-left: 8px;
	background-color: #F7F7F7;
}
.menulinks_navi {
	font-size: 3.5mm;	
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
}
.menulinks_navi:hover {
	padding-left: 8px;	
	font-weight: bold;
	background-color: #F3D5DA;
}


/* ueberschriften */
#ueberschrift_thema {
	font-size: 7.0mm;
	background-color: #D41416;
	color: #FFFFFF;
	text-align: center;
}




/* EINGABEFELDER */
input, select, textarea { 
	/*background-color: #E1E1E1;*/
	background-color: #EED2D7;
	border: 1px solid silver;
}
input:focus, select:focus, textarea:focus { 
	/*background-color: #EFEFEF;*/
	background-color: #FFD2D7;
	border: 1px solid white;
}







/* VERSCHIEDENES */
.content_headline1 {
	font-size: 15px;
	font-weight: bold;
}
.content_headline2 {
	font-size: 12px;
	font-weight: bold;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid silver;
    background-color: white;
}
