/*#############################################################
Name: Byte-worker
Date: 2009-26-10
Description: a template in clean and bright colors.
Author: Norbert Gumbrecht
URL: http://www.byte-worker.de

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

#col1 {
	float: left;
	width: 390px;
	padding: 7px 0 0 15px;

}

#col2 {
	float: right;
	width: 350px;
	padding: 7px 15px 0 0px;

}


a img {
	border:0;
}



a {
color: #333499;
text-decoration: none;}
a:hover {
color: #C60;
text-decoration: underline;}




body {
	background: White url(img/hintergrund.jpg) repeat-x left top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	line-height: 130%;
}

p,code,ul {padding-bottom: 1.2em; 	line-height: 150%;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h3 {
	font: normal 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 4px;
}

h2 {
	font: normal 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	margin-bottom: 0px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3, {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}




/* header */
.top {
	background: none repeat-x;
	padding: 10px 10px 0;
}

/* title */
.header {
	font-size: 1.2em;
	height: 136px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 780px;
}
.header .left, .header .right {
	height: 136px;
	background-repeat: repeat-x;
	
}
.header .left {
   background: #B3C2C7 url(random/rotate.php) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 136px;
	text-align: center;	
	width: 564px;
	
}

.header .left {
   cursor: pointer;
	cursor: hand; 
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 10px;}
.header .right h2 {
padding-top: 40px; 
color: #5F5F5F;
font: bold 1.2em "MS Serif", "New York", serif;
}

$.header .right a {
padding-top: 40px; 
text-decoration: none;
color: #444;
font: bold 1.2em "MS Serif", "New York", serif;
}


/* navigation */
.navigation {	

	border: 1px solid border-color: #DFEEF7 #CFDEE7;
	height: 25px;
	border-right: #DFEEF7;
	border-top: #CFDEE7;
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #444;
	display: block;
	float: left;
	font: 1.4em sans-serif;
	line-height: 25px;
	padding: 0 15px;
	text-decoration: none;
}
.navigation a:hover {
background-position: left bottom; 
color: #C60;
text-decoration: none;}

.navigation a:active {
background-position: left bottom; 
color: #CC6600;
text-decoration: none;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1.1em;
	line-height: 25px;
	margin: 0;
	padding-left: 12px;
	font-variant: normal;
}
.sidenav ul {
	padding: 0;
}
.sidenav li {border-bottom: 1px solid #EAEADA;
	}
.sidenav li a {
	font: 1.2em sans-serif;
	font-weight: normal;
	color: #554;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
	border-color: #DFEEF7 #CFDEE7;
	border-left: 1px solid #DFEEF7;
	border-bottom: 1px solid #DFEEF7;
	border-top: 1px solid #FFFFFF;
	}
	
.sidenav li a:hover {
	background: url(img/nav.gif);
	color: #654;	
}

/* content */

.content {
	float: left;
	margin: 13px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
	font: /2em;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/* footer */
.footer {
	color: #664;
	font: 1em sans-serif;
	line-height: 20px;
	border-top: dotted Gray;
	border-width: 1px;
	}
.footer a,.footer a:hover {color: #664;}

/*dots in der breadcrumb */

.dotpoint {
	float: left;
	border: 0px;
	margin-top: 1px;
}

/*breadcrumb */

.breadcrumb {
color: #444;
font: bold .9em "MS Serif", "New York", serif;
line-height: 12px;
}
	
.breadcrumb a 
{
color: #5F5F5F;
text-decoration: none;
	}
	
.breadcrumb a:hover
{
color: #5F5F5F;
text-decoration: none;
}


/* Suchergebnisse hichtlighten */

.highlight { background-color: #D0D0D0;}

/* rechter Content unterhalb der Subnavigation */
.rechts {
	color: #664;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 0;
	margin-top: 10px;
	}
	



/*Suchfeld in der Navi */

.search_box {
	float: right;
	clear: right;
	width: 170px;
	height: 14px;
	vertical-align: middle;
	padding-top: 4px;
}
.search_string {
	width: 90px;
	height: 14px;
	font-size: 12px;
        color: #664;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 1px;
}
.search_submit {
	padding:0;
	margin:0;
	border:none;
   width: 30px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #664;
	vertical-align: middle;
	background: url(img/button_bg_1.gif) no-repeat center;
	}

/*Tabelleninhalte */
tr {
	line-height: 130%;
}

td {
	line-height: 130%;
}

