@import url(reset.css);

/* 
********************************************
general
********************************************
*/

* { 
	font-family: Georgia, "Times New Roman", serif;
	}

body {
	font-size: 14px;
	line-height: 19px;
	color: #414141;
	background-color: #e4e4e4;
	margin: 0px;
	}
	
td {
	font-size: 14px;
	line-height: 19px;
	}	

input,textarea {
	color: #00000;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}

a {
	color: #414141;
	}

a:hover { 
	color: #1826b1;
	}



/* 
********************************************
#logo
********************************************
*/

#logo {
	position: absolute; left: 20px; top: 24px;
	}
	
	
/* 
********************************************
#menu
********************************************
*/

#menu {
	position: absolute;
	left: 17px;
	top: 90px;
	width: 180px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#menu a {
	text-decoration: none;
	padding-right: 3px;
	}

#menu a.menu0 {
	color:#414141;
	}

#menu a.menu1 {
	color:e4e4e4;
	background-color:1826b1;
	}

#menu a.menu0:hover, #menu a.menu1:hover {
	color:#fff;
	background-color: #f00;
	}

#menu a.submenu0 {
	color:#414141;
	}

#menu a.submenu1 {
	color:#1826b1;
	}

#menu a.submenu0:hover, #menu a.submenu1:hover {
	color:#e4e4e4;
	background-color:#1826b1;
	}

#menu a.xtramenu0 {
	color:#414141;
	}

#menu a.xtramenu1 {
	color:#1826b1;
	}

#menu a.xtramenu0:hover, #menu a.xtramenu1:hover {
	color:#e4e4e4;
	background-color:#1826b1;
	}


#menu div.xtramenu {
    margin-top: 18px;
    margin-left: -3px;
	}

#menu div.xtramenu a {
	padding-left: 3px;
	}
#menu div.menuend { 
	}
	

#menu input, #menu submit {
	border: 1px solid;
	border-color: #414141;
	} 
	
#menu input {
	height: 15px;
	} 

#menu input.btn {
	height: 19px;
	} 
	
	
/* 
********************************************
#maincontent
********************************************
*/

#maincontent {
	position: absolute;
	left: 214px;
	top: 84px;
	}

#maincontent td {
	font-size:14px;
	line-height: 19px;
	}
	
#maincontent h1 { 
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#maincontent h2 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	}
	
#maincontent h3 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	}

#maincontent h4 {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	background-color: #f70;
	padding: 1px 1px 1px 3px;
	letter-spacing: 1px;
	}

#maincontent h5 {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	display: block;
	text-align: center;
	margin: 0px auto;
	padding: 2px 10px;
	}

#maincontent div.bu {
	font-style: italic;
	margin-top: 4px;
}

#maincontent div.sans {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
}

#maincontent div.sans i {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 12px;
}

#maincontent div.sans b {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-style: bold;
	font-size: 12px;
}


/* 
********************************************
#marginal
********************************************
*/

#marginal {
	width: 454px;
	margin-left: 6px;
	margin-bottom: 30px;
	}

#marginal td {
	font-size: 14px;
	line-height: 19px;
	}


/* 
********************************************
#pager
********************************************
*/

#pager {
	position: absolute;
	top: 68px;
	left: 220px;
	width: 730px;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #1826b1;
	font-size: 11px;
	}
	
#pager a {
	color: #414141;
	padding: 0px 2px 0px 1px;
	text-decoration: none;
}


#pager a:hover {
	text-decoration: none;
	background-color: #1826b1;
	color: #e4e4e4;
	padding: 0px 2px 0px 1px;
}


#pager a.back {
	background:url(../images/pfeil-links.php?bg=e4e4e4&fg=414141) no-repeat 2px 1px;
	padding: 0px 7px;
	width: 14px;
	height: 10px;
	margin-right: 2px;
	}
	
#pager a.back:hover {
	background:url(../images/pfeil-links.php?bg=e4e4e4&fg=414141) no-repeat 2px -39px;
	background-color: #1826b1;
	padding: 0px 7px;
	width: 14px;
	height: 10px;
	margin-right: 2px;
	}
	
#pager a.next {
	background:url(../images/pfeil-rechts.php?bg=e4e4e4&fg=414141) no-repeat 2px 1px;
	padding: 0px 7px;
	width: 14px;
	height: 10px;
	}

#pager a.next:hover {
	background:url(../images/pfeil-rechts.php?bg=e4e4e4&fg=414141) no-repeat 2px -39px;
	background-color: #1826b1;
	padding: 0px 7px;
	width: 14px;
	height: 10px;
	}

#pager .current {
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 0px 2px 0px 1px;
}



/* 
********************************************
.galerie
********************************************
*/

.galerie a.galheader {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
	height: 34px;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: 17px;
	overflow: hidden;	
}
.galerie a.galheader:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 3px;
	padding: 3px;
	height: 34px;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: 17px;
	overflow: hidden;	
}

.galerie img {
	margin: 3px;
	float: left;
	}

/*
.galerie div.galimg {
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 3px;
}

.galerie div.galimgover {
	display: none;
}

.galerie div.galimgover:hover {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #ff0000;
}
*/


* html .galerie .galheader {  /* nur fuer Internet Explorer */
  width:86px;     /* Version 5.x */
  height:40px;     /* Version 5.x */
  w\idth:80px;    /* Version 6 */
  h\eight:34px;    /* Version 6 */
}





dt {
	width: 86px;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
}

dd {
	margin-left: 86px;
}

.boxsansa {
	font-family: Arial, Verdana, sans-serif;
}

.boxsansb {
	font-family: Arial, Verdana, sans-serif;
	font-style: bold;
}

.boxserifa {
	font-family: Georgia, "Times New Roman", serif;
}

.boxserifb {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

.boxmono {
	font-family: "Courier New", Courier, monospaced;
}

.quelle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
}


/* 
********************************************
.admin
********************************************
*/

.admin, .adminbox, .admin td, .adminbox table td, #markup_de td, #markup_en td {
	font-family: "Courier New", Courier, monospaced;
	font-size: 11px;
	color:#000;
}

.adminbox {  background-color:#ccf; border-color:#999; border-width:1px 0px 1px 0px; border-style:solid; padding:2px 0px; }
.thumbnail { background-color:#fff; }

.adminbox div { border:1px inset; background-color:#ddd; padding:3px 0px; }
.adminbox div a { border:1px outset; padding:2px; margin:0px; color:#444; }
.adminbox div a:hover { border:1px inset; background-color:#ccc; }
.adminbox div.imgpos { border:none; background:none; padding:0px; }
.adminbox div.imgpostd { border:none; background:#e0e7ff; padding:0px; } /* Farbe 50% zwischen Content und adminbox */

.adminbox span { display:block; height:17px; border-bottom:1px solid #999; display:block; background-color:#fff; margin-bottom:1ex; padding-top:1px; }
.adminbox span a { display:block; height:16px; float:left; border-width:1px 1px 0px 1px; border-style:solid; border-color:#999; background-color:#bbb; color:#444; text-decoration:none; margin:0px 2px; padding:0px 2px; }
.adminbox span a:hover { background-color:#ccc; }
.adminbox span a input { margin:0px 2px; padding:0px; font-size:10px; display:block; float:left; }
.adminbox span.blind { color:#9e9ef0; display:inline; background:none; border:none; }

#marginal .adminbox {  background-color:#cfc; border-color:#999; border-width:1px 0px 1px 0px; border-style:solid; padding:2px 0px; }





.admin a, .adminbox a { text-decoration: none; }



div.hr { border:none; height:1px; margin:7px 0px; }
hr { display:none; }
ul { list-style-type:none; padding:0px; margin:0px; }
/* ul { list-style-image: url(../images/list-dot.gif); } */
li { background-image:url(../images/dot.gif); background-repeat:no-repeat; background-position:0px 1ex; padding-left:1em; }
/* ul { list-style-type: square; } */

.textsmall { font-size:9px; text-decoration:none; }
.textbig { font-size:13px; text-decoration:none; }
A.icon { margin:0px 1px; }
A.icon:hover { text-decoration:none; }


A.thread0 { font-size:10px; color:#777; font-weight:bold; margin:1px; }
A.thread1 { font-size:10px; color:#c00; font-weight:bold; margin:1px; }
A.thread0:hover,A.thread1:hover { color:#c00; text-decoration:none; }
div.thread0 { padding:2px 0px; color:#c00; background-color:#e0e0e0 }
div.thread1 { padding:2px 0px; color:#c00; background-color:#ccc; }
div.posting { background-color:#eeeeee; padding:2px; }
div.posting h4 { color:#333; background-color:#ccc; display:block; margin:0px; padding:1px; font-size:11px; text-transform:none; letter-spacing:0px; }

.box { margin: 0px; background-color:#E8E1BE; border-style:solid; border-width:1px 0px; border-color:#999; padding: 10px; }
.quote { margin:0px 0px 0px 16px; color:#0000BE; }
.small { font-size:9px; }
.big { font-size:14px; }
.rot { color:#f00; }
.warn { color:#f00; }
.c { color:#66f; }
.subtxt { color:#999; font-weight:bold; }
.u { text-decoration:underline; }

#topmenu { position:absolute; left:0px; top:0px; }
#banner { position:absolute; left:0px; top:0px; height:64px; width:640px; }
.block { display:block; }

SUB,SUP { line-height:1px; }
div.markup { border:1px inset; background-color:#ddd; padding:3px 0px; }
div.markup a { border:1px outset; padding:2px; margin:0px; color:#444; }
div.markup a:hover { border:1px inset; background-color:#ccc; }
