/*schallarchiv-nrw*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #eef2fb;
	font-size: 12px;
	
}

div#main {
	width: 980px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding:0px;
	border: 1px solid #333333;
	background-image: url(img/design/querschnitt.gif);
	text-align:left;
	}
	
div#li_spalte {
	width: 767px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	color: #333333;
	line-height: 14px;
	}

div#re_spalte {
	float: right;
	width: 210px;
	height: 600px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(img/design/bild.jpg);
	background-repeat: no-repeat;
}

div#kopf 
{
	width: 767px;
	height: 184px;
	background-image: url(img/design/kopf.gif);
	text-align: left;
	padding: 0px;
	border:0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left;
	}
	

/* +++++++++++++++++++ Navigation */
div#quernavi {
	width: 660px;
	position:absolute;
	top:155px;
	text-align: left;
	border:0px;
	font-size: 12px;
	font-weight: bold;
	margin:3px 0px 0px 85px;
	text-decoration: none;
}

.quernavi_abstand	{
	margin:0px 11px 0px 11px;
}

span#quer 	{color:white;}
	
span#quer a{
	color: white;
	text-decoration:none;
	padding-top:2px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;

}

span#quer a:hover{
	color: white;
	text-decoration:none;
	background-color: #CC0000;
}






/*Inhaltsbereich*/
div#inhalt_login {
	/* kein float angeben */
	width:766px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border: 0px;
	text-align: left;
	color: #333333;
	
	
}


div#inhalt {
	/* kein float angeben */
	width:720px;
	margin: 0px 0px 0px 23px;
	padding:0px;
	border: 0px;
	text-align: left;
	color: #333333;
}



/*allgemeine Links*/
a { color: #76322e;
	text-decoration: underline; /* Link ist unterstrichen, ist aber auch so immer unterstrichen*/
	font-weight:bolder;
	}

a:hover {
	color: #333333;
}




/* Schriften */
h1 {
	color: #76322e;
	font-size: 20px;
	margin-top:13px;
	line-height: 25px;
}

h2 {	color: #76322e;	font-size: 18px;
}

h3 {	color: #76322e; font-size: 12px;
}


.s { font-size:10px; }
.m { font-size:11px; }
.l { font-size:14px; }
.xl{ font-size:16px; }
.red {color:#76322e; font-weight:bold;}

/*Sonstiges*/


div#login_box
{
	width: 350px;
	text-align: left;
	padding: 0px;
	margin: 0 0 0 20px;
   float:left;
	display:inline;
	line-height: 14px;
	}

div#login {
 	padding:20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
}

div#such_box
{
	width: 388px;
	height: 260px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float:left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width:0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display:inline;
	}

	
#suchform 
{	display:block;
	margin:0px 0px 0px 54px;
	padding:0px;
	border:0px;
	width:270px;
	/*background-color: Lime;*/
	text-align:left;
}

select {
margin:5px 0px 5px 0px;
width:270px;
font-size:12px;
display:inline;}

.suchfeld {
margin:5px 0px 5px 0px;
width:266px;
font-size:14px;
}


#ergebnis {
   width: 700px;
	background-color: White;
	border:1px solid gray;
	color:black;
	
}

.ergebnis_zelle {	padding:5px; margin:0px; vertical-align:top; border-bottom:1px solid gray;}


/* Anmeldeformular */

#bestellform input			{font-size:14px;}
.feld_beschriftung_user 	{background-color:#CCCCCC; width:200px; padding: 4px; margin-bottom:2px; font-weight:bold; font-size:12px; display:block; float:left;}
div.clear						{clear:left;}


