/*-----------------------------------------------------------------------------
[drweb] Stylesheet: Screen

version:   1.0
change:    25/03/2008
author:    Sven Lennartz
website:   http://www.drweb.de/
var: 	   Templatewerkstatt (PLUS) Minimi 6
-----------------------------------------------------------------------------*/


html, body {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background-color: white;
	font-family : calibri, verdana;
	font-size : 0.9em;
	line-height : 140%;
}


/*-----------------------------------------------------------------------------
[Farbpalette]

Titelzeile: 	#006666
Kasten rechts:  #F5F1F4
Hyperlink: 		#003760
-----------------------------------------------------------------------------*/


#logo {
	padding-left : 5%;
	padding-right : 4%;
	padding-top : 1%;
	padding-bottom : 8px;
	float: left;
	width: 310px;
	background-color: white;
	text-decoration: none;
	color : #000000;	
	border : none;
}

a#logo {
	border : none;	
}

img#graf { 
	border: none 
}

#menue {
	float:left;
	padding-top : 6%;
	padding-bottom : 8px;
	width: 540px;
}

#leiste {
	clear:left;
	padding-left : 55%;
	padding-right : 5%;
	padding-top : 6px;
	padding-bottom : 6px;
	color : #000000;
	background-color : #006666;
	background-image : url(images/schatten.jpg);
	background-repeat : repeat-x;
	background-position : bottom;
	}

#kastenmitte {
	padding-left : 2%;
	padding-top: 12px;
	padding-right : 2%;
	border:0px solid red;
}

#spalte1 {
	padding-top: 8px;
	width : 330px;
	padding : 2px;
	float:left; ;
}

#spalte2 {
	float:left;
	width : 320px;
	padding : 4px;
	border:0px solid red;
}

#spalte3 {
	float:left;
	width : 220px;
	padding : 0px;
	margin-left : 12px;
	background-color : #F5F1F4;
	margin-bottom : 12px;
}

#spalte4 {
	float:left;
	padding-left : 2%;
	padding-right : 2%;	
	padding-top: 8px;
	width : 804px;
}

#clear {
	clear: both;
	width : 100%;
}


#spalte1_index {
	padding-top: 8px;
	width : 500px;
	padding : 2px;
	float:left; ;
}

#kastenunten {
	clear: both;
	padding-left : 6%;
	padding-top: 4px;
	border-top : 1px solid #006666;
}

#copyright {
	font-size: 10px;
}

#list {
	text-align : left;
}

/*-----------------------------------------------------------------------------
Textformatierungen und Weiteres
-----------------------------------------------------------------------------*/

H2  {
	color : #993300;
	font-weight: bold;
	margin-bottom : -8px;
	font-size : 112%;
}


.pipe {
	margin-bottom : -8px;
}

.pipe-small {
	margin-bottom : -2px;
}

input {
	border: 1px solid #006666;
}

form {
	display: inline;
}

#wtext {
	margin-right : 40px;
}


/*-----------------------------------------------------------------------------
Hyperlinks
-----------------------------------------------------------------------------*/

A:link {
  	text-decoration: none;
	color: #003760;
	font-weight: bold;
}


A:visited {
  	text-decoration: none;
	color: black;
	font-weight: bold;
}


A:hover {
   	text-decoration: none;
	color: #105D00;
	font-weight: bold;
}


A:active {
  	text-decoration: none;
	color: red;
	font-weight: bold;
}

a.leiste:active {
  	text-decoration: none;
	color: red;
	font-weight: bold;	
}

a.leiste:hover {
   	text-decoration: none;
	color: White;
	font-weight: bold;
	
}

a.leiste:link {
  	text-decoration: none;
	color: #CCFFFF;
	font-weight: bold;	
}

a.leiste:visited {
  	text-decoration: none;
	color: #993300;
	font-weight: bold;	
}




/*-----------------------------------------------------------------------------
Abgerundete Ecken
-----------------------------------------------------------------------------*/

.box {
  background: #F5F1F4;
}
.boxtop {
  background: url(images/ne.gif) no-repeat top right;
}
.boxtop div {
  font-size: 0;
  height: 10px;
  background: url(images/nw.gif) no-repeat top left;
}
.boxbottom {
  background: url(images/se.gif) no-repeat bottom right;
}
.boxbottom div {
  font-size: 0;
  height: 10px;
  background: url(images/sw.gif) no-repeat bottom left;
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}