/* MAIN CSS for INTERNETGUIDE, ©nauta@internauta.ch */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing:0.1em;
	text-align: left;
	font-size: 70%;
}

/*----------------- Kopfbereich ------------------------*/
#logo{
	position: absolute;
	left: 15px;
	top: 7px;
	width: 775px;
	height: 58px;	
	z-index: 50;
}
#home{
	position: absolute;
	left: 840px;
	top: 7px;
	height: 58px;	
	z-index: 60;

}
#reiternavig{
	position: absolute;
	left: 15px;
	top: 65px;
	width: 1000px;
	height: auto;
	z-index: 100;
}

#suche{
	position: absolute;
	top: 70px;
	left: 742px;
	width: 270px;
	font-size: 1.1em;
	z-index: 110;
}
#reiterbalken{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 105px;
	left: 15px;
	background-color: #5897e2;
	height: 20px;
	width: 1000px;
	z-index: 150;
}
#metainfo
{
	float: right;
	height: 20px;
	font-size: 120%;
	font-weight: bold;
}

.entry
{
	float: left;
	height: 20px;
	padding: 2px 10px 0px 10px;
	margin: 0px;
	border-left: 1px solid #FFFFFF; 
}
.entry a{
	color:#FFFFFF;
	text-decoration: none;
}
.entry a:hover{
	color: #E4EBF3;
}


/*----------------- ENDE Kopfbereich ------------------------*/
/*-------------- Reiternavigation -----------------------------*/
#reiternavig ul{
	list-style: none; margin: 0; padding: 0;
}
#reiternavig li{
	display: block;
	width: 86px;
	height: 44px;
	background-color: #5A85B0;
	float: left;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 4px 0px 0px 0px;
	
}
#reiternavig li.aktiv{
	background-color: #BAD0E6;
	
}
#reiternavig a, #reiternavig a:visited{
	display: block;
	/*width: 84px;*/
	height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 0px 0px 0px;
}
#reiternavig a:hover, #reiternavig a:active{
	text-decoration: none;
	color: #BAD0E6;
}
#reiternavig a.akt, #reiternavig a.akt:active, #reiternavig a.akt:visited, #reiternavig a.akt:hover{
	color: #ED1F1F;
	font-weight: bold;
	letter-spacing:0.02em;
}


/*----------Spalte links  --------------*/
#colLeft{
	position: absolute;
	top: 140px;
	left: 15px;
	width: 274px; /*365*/
	z-index: 150;
}


#navig{
	margin-top: 0px;
}
#navig ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	
}
#navig a
{
	display: block;
	background-color: #e2e7f6;
	padding: 0px 0px 3px 5px;
	text-decoration: none;
	color: #000000;
}
#navig a:hover{
	background-color:#efefef;
}
#navig a.akt{
	padding: 0px 0px 0px 5px;
	background-color:#efefef;
	color: #FF0000;
	font-weight: bold;
}
#navig li
{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 4px 0px;
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
}

.zusatzinfo{
	color: #666666;
	background-color: #e2e7f6;
	padding:  0px 0px 3px 0px;
	
}

/*----------------- Suchboxen ------------------------*/

input.txt, select{
	float:left;
	/*font-size: 9px;*/
	font-size: 90%;
	letter-spacing: 0px;
	color: #000000;
	width: 180px;
	height: 14px;
	border: 1px solid #5897e2;
	margin-left:5px;
}

input:hover{
	background-color: #e2e7f6;
}
select {
	float:left;
	width: 70px;
	margin-right:2px;
	height: 18px;
}


.submitBtn {
	float:right;
	font-size: 100%;
	color: #000000;
	width: 60px;
	height: 18px;
	border-left: none;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #b3c6dd;
}
/*----------------- ENDE Suchboxen ------------------------*/
/*----------------- Content ------------------------*/
#contentbox {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1100px;
	height: 800px;
	background-image: url(../img/content_hg.gif);
	background-repeat: repeat-y;
	z-index: 10;
}

#content{
	width: 716px;
	margin: 140px 0px 0px 300px;
	padding: 0px;
}

#content ul{
	margin: 0px;
	padding: 0px;

}

#content li
{
	list-style-type: none;
	list-style-position: default;

}

#content li.dottedline{
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	height: 5px;
}


.contenttitel{ /*hellblauer Balken*/
	background-color:#e2e7f6;
	padding-top: 5px; padding-left:5px;padding-right:5px;
	border-bottom: 2px solid #5897e2;
	height:30px;
}
#content h2, h2{/* Haupttitel ueber Suchlisten*/
	color: #FF0000;
	float:left;
	margin:0px;
	margin-top: 8px;
	padding:0px;
	font-size: 110%;
}
#drucken{
	margin-top: 8px;
	float:right;
	font-size: 110%;
}
#drucken a{
	color: #336699;
	text-decoration:none;
}

#drucken a:hover{
	background-color: #FFFFFF;
}
#ankerkategorien
{
	padding-left: 5px;padding-top: 5px; 
	width:720px;
	font-size: 1.1em;
}

#ankerkategorien ul{
	margin:0px; padding:0px;
}

#ankerkategorien li{
	float:left;
	background-image: none;
	white-space: nowrap;
}
#ankerkategorien li.trenner
{
	float: left;
	width: 10px;
	background-image: url(../img/trenner.gif);
}
#ankerkategorien a{
	color: #336699;
}

#ankerkategorien a:hover{
	background-color: #FFFFFF;
}

#liste {
	height: 600px;
	padding-left: 5px 0px 0px 5px;
	overflow: scroll; /* ergibt srcollbaren bereich */
	overflow-x: hidden;
	scrollbar-arrow-color: #003399;
	scrollbar-face-color: #EFEFEF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCC;
	scrollbar-shadow-color: #CCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #F2F2F2;
}

.anker{
	padding-top: 10px;
	border-bottom: 2px solid #5897e2;
	font-weight:bold;
	width:694px;
}
/*----------------- ENDE Content ------------------------*/



/*-------------- Footer -----------------------------*/
#footer
{	position: relative;
	margin: 20px 0px 0px 300px; 
	padding: 0px;
	width: 716px;
	height: 35px;
	border-top: 2px solid #5897e2;
	z-index: 10;
}

#impressum
{
	margin: 10px 0px 0px 0px;
	float: left;
	width: 20%;
}
#impressum a, #impressum a:visited{
	text-decoration: none;
	color: #666666;
}
#impressum a:hover, #impressum a:active{
	background-color: #E4EBF3;
}

#dunda
{
	margin: 10px 0px 0px 0px;
	float: right;
}


/*-------------- Diverse Formatierungen -----------------------------*/
a{
	color:#000000;
}
a:hover{
	color:#666666;
}

a.dossiertitel
{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
}

a.dossiertitel:hover{
	background-color: #E4EBF3;

}
.fett{
	font-weight: bold;
	letter-spacing:0.02em;
}

h3
{
	border-bottom: 2px solid #5897e2;
	font-size: 110%;
	color: #FF0000;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

tr.tableheader /*suchliste spaltentitel*/
{
	font-size: 110%;
	font-weight: bold;
}
tr.lineheader{ /*suchliste spaltentitel abschlusslinie unten*/
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	height:5px;
}
tr.linewhite /*suchliste zeile weiss*/
{
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
}

tr.lineblue{/*suchliste zeile blau*/
	background-image: url(../img/dottedLine.gif);
	background-repeat: repeat-x;
	background-color:#e2e7f6;
}
td
{
	padding-top: 5px;
	vertical-align: top;
}

img.sortingImg{
	padding-left:3px;

}
