/*=====================================
Stylsheet 1 dkg-rv

site: 	dkg-rv
Stand: 	Entwurf 1
Datei: 	Bildschirm CSS
Datum:	30.11.2008
Autor:	René Schrei

Aufbau:	1. Kalibrierung
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles
=====================================*/

/*=====================================
	1. Kalibirierung
=====================================*/

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 

p, h2, h3, h4, ol, ul {margin-bottom: 1em;}
ol, ul { margin-bottom: 0; }
li { margin-left: 2em; }


/*=====================================
	2. Allgemeine Styles
=====================================*/

body {
	background-color: #353535; /* dunkles Grau */
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {font-size: 90%; margin-top:3px;}
h2 {font-size: 130%; }
h3 {font-size: 110%; }
h4 {font-size: 160%; }
h5 {font-size: 80%; }

address { 
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}
/*=================
	Hyperlinks allgemein, siehe auch SpryMenuBarVertical.css und textbereich */

a {
	text-decoration:none;
	outline:none;
	border: none;
	}

/*=================
	class und id */
.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.bildlinksframe {
	float: left;
	padding: 3px;
	border: 3px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 8px;
	}
	
.bildrechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}
	
.bildrechtsframe {
	float: right;
	padding: 3px;
	border: 3px solid #cccccc;
	margin-left: 10px;
	margin-bottom: 8px;
	}
	
.bildrechtshalfframe {
	float: right;
	padding: 3px;
	border-bottom: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	margin-left: 10px;
	margin-bottom: 8px;
	}
.buchrechts {
	float: right;
	padding: 3px;
	border-bottom: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.clearing {clear:both;}
	
#seite {color: #c0c0c0;}

	
#kopfbild {
	float: left;
	padding-top: 24px;
	margin-left: 50px;
	}
	
#kopfschrift {
	position: absolute;
	top: 10px;
	left: 28px;
	margin-bottom: 0;
	padding: 5px 0 5px 0;
	width: 130px;
	height: 90px;
	}

/*=====================================
	3. Styles für Layoutbereiche
=====================================*/

#wrapper {
	background-color:#175E82;
	color:#000000;
	width: 845px;
	margin: 10px auto;
	}

#kopfbereich {
	position: relative;
	height: 130px;
	background-color:#175E82;
	background-image: url(../images/dkg_strudel.jpg);
	margin: 5px auto;
	color: #000000;
	padding:0 0; /* Padding oben, rechts, unten, links */
	}
	
	#kopfbereich p span {
	position: absolute;
	top: 35px;
	left: 250px;
	margin: 0px auto;
	}/*Beititel in der Kopfleiste*/
	
#navibereich {
	position: relative;
	height: 26px;
	width: 805px;
	color: #004000;
	margin: 5px auto;
	/*margin-right: 20px;*/
	padding: 5px 0 25px;/* Padding oben, rechts, unten, links */
	}
	
#navibereich a:link {border:none;}
#navibereich a:visited {border:none;color: #000;} 
#navibereich a:hover, a:focus {border:none;}
#navibereich a:active {border:none;}
	
	
#textbereich {
	float:left;
	width: 775px;
	background-color:#FFF;
	color: #000;
	padding: 0 15px 0 15px;
	margin-left: 20px;
	margin-right: 20px;
	/*margin: 20px auto;*/
	overflow:hidden;
	}
	
	.textbereich {
	float:left;
	width: 775px;
	background-color:#FFF;
	color: #000;
	padding: 0 15px 0 15px;
	margin-left: 20px;
	margin-right: 20px;
	overflow:hidden;
	}
		
		.textabschnitt {
		float:left;
		width: 775px;
		background-color:#FFF;
		color: #000;
		}
		
		.textseite {
		float:left;
		width: 765px;
		color: #000;
		padding: 0 0 6px 10px;
		margin-left: 0;
		margin-right: 0;
		}	
		
		.textvoll {
	float:left;
	width: 755px;
	color: #000;
	background-color:#FFF;
	padding: 20px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #c0c0c0;
		}	

		.textlinks {
		float:left;
		width: 360px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}
		
		.textlinks2_3 {
		float:left;
		width: 480px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}
		
		.textlinks1_3 {
		float:left;
		width: 240px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}
		
		.textrechts {
		float:right;
		width: 360px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}
		.textrechts1_3 {
		float:right;
		width: 240px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}
		
		.textrechts2_3 {
		float:right;
		width: 480px;
		background-color:#FFF;
		padding: 20px 10px 10px 10px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-top: 1px solid #c0c0c0;
		}

.textbereich a:link, a:visited {color:#0000CC; border:none; border-bottom:none;} /*nicht besuchte links*/
.textbereich a:hover, a:focus { border-bottom:1px solid #cc2020;}


.textbereich ul li {list-style-type:square; }
	
#fussbereich {
	clear: both;
	background-color: #175E82;
	color:#fff;
	padding: 13px 20px 7px 20px;
	}

/*=====================================
	4. Sonstige Styles
=====================================*/



/*=======================
	Das Kontaktformular*/
	
form{
	color: black;
	width:350px;
	padding: 0;
	padding-left: 0;
	border: 0;
	margin-top: 10px;
	margin-bottom: 60px;
	}
label{
	display: block;
	cursor: pointer;
	}
input#besuchername, #absender, textarea {
	width: 350px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
	}
textarea {height:7em;}

input#besuchername:focus,
input#absender:focus,
textarea:focus {
	background-color: #d9d9d9;
	color:black;
	}

/*=====================================
	Ende des Stylesheet
=====================================*/

