/* ======================================
Stylesheet Tr&uuml;mmerboogie
Datei: screen.css
Datum: 03.03.2010
von Felix Romahn

Gliederung:	1. Kalibrierung
			2. Allgem. Styles
			3. Styles f&uuml;r Layoutbereiche
			4. Sonstige Styles
====================================== */
	



/* ======================================
		1. Kalibrierung
====================================== */

* {padding: 0px; margin: 0;}
h2, p, ul, ol { margin-bottom: 0em; }
li { margin-right: 1em; }
ol ul {margin-bottom: 0;}


/* ======================================
		2. Allgem. Styles
====================================== */

html { height: 101%;}

body {
	background-color: #fff;
	padding-top: 20px;
}

h1 { font-size: 150%;}

h2 { font-size: 130%;}

/* ===========================
	Hyperlinks                 */

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

a:link { color: #6D604D;}
a:visited { color: #6D604D;}
a:hover, a:focus {color: #000;}
a:active { color: #000;}

/* ===========================
	Klassen und IDs                */

.skiplink {
	position: absolute;
	top: -5000px;
	left: -5000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}


#logo {
	background-color: white;
	color: black;
}

/* ======================================
		3. Styles f&uuml;r Layoutbereiche
====================================== */

#wrapper {
	width: 851px;
	margin: 
	0px auto;
}	

.toplinks {
	background-color: #CBBEB6;
	color: #E5DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	}
	
.toplinks a:link { color: #E5DEDA;}
.toplinks a:visited { color: #E5DEDA;}
.toplinks a:hover, a:focus { color: #999;}
.toplinks a:active { color: #999;}
	
#header {
	background-color: #CBBEB6;
	color: black;
	padding: 15px 0px 20px 25px;
}

#header p {
	margin-bottom: 0px;
}


#navi {
	background-color: #CBBEB6;
	padding: 25px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6D604D;
	text-decoration: none;
	}

#navi li {
	display: inline;
	list-style-type: none;
	}

#navi a:link { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;}
#navi a:visited { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;}
#navi a:hover, a:focus { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6D604D;
	text-decoration: none;}
#navi a:active { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6D604D;
	text-decoration: none;}
	
#subnavi_x {
	background-color: #CBBEB6;
	padding: 0px 0px 28px 0px;
	}
	
#subnavi_a {
	background-color: #CBBEB6;
	padding: 0px 0px 15px 179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D604D;
	text-decoration: none;
	}
	
#subnavi_a li {
	display: inline;
	list-style-type: none;
	}

#subnavi_a a:link {
	color: #E5DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_a a:visited {
	color: #E5DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_a a:hover, a:focus {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_a a:active { 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
	
#subnavi_b {
	background-color: #CBBEB6;
	padding: 0px 0px 15px 562px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D604D;
	text-decoration: none;
	}
	
#subnavi_b li {
	display: inline;
	list-style-type: none;
	}

#subnavi_b a:link {
	color: #E5DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_b a:visited {
	color: #E5DEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_b a:hover, a:focus {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
#subnavi_b a:active { 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

#content {
	background-color: #f2ead7;
	height: 450px;
	color: #333;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	}
	
.content_l {
	position: relative;
	float: left;
	text-align: justify;
	padding: 45px 35px 25px 35px;
	width: 480px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	line-height: 17px;
	
	}

.content_l p {
	padding-bottom: 15px;
	}
	
.content_l li {
	margin-left: 15px;
	}
.content_r {
	position: relative;
	float: right;
	width: 300px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	line-height: 17px;
	}
.content_rt {
	position: relative;
	float: right;
	width: 275px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	padding-top: 45px ;
	}
	
.content_1 {
	position: relative;
	float: left;
	text-align: justify;
	padding: 45px 35px 25px 35px;
	width: 330px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #6D604D;
	line-height: 17px;
	
	}

.content_1 p {
	padding-bottom: 15px;
	}
	
.content_1 li {
	margin-left: 15px;
	}
.content_2 {
	position: relative;
	float: right;
	text-align: justify;
	padding: 45px 35px 25px 35px;
	width: 370px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #6D604D;
	line-height: 17px;
	}
.content_2 p {
	padding-bottom: 15px;
	}
	
.content_2 li {
	margin-left: 15px;
	}
	
#content a hover{
	border-bottom: 1px dashed #333;
	}
#content ul li {list-style-type: square;}

address	{
	color: #999;
	background-color: #F7F2D5;
	font-size: 75%;
	text-align: center;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}


.footer {
	clear:left;
    text-align: center;
    padding-top: 15px;
    font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #999;
}

.footer a {
	font-size: 10px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #CCC;
	}
	
	

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

#valid {
	margin: 25px;
	text-align: center;
}

.text {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	line-height: 17px;
}

.text_bold {
	color: #6D604D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.microfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.2em;
	color: #6D604D;
}

#anmerkungen {
	padding-right: 35px;
	text-align: justify;
	}

#karte {
		border: 1px solid #CBBEB6;
	}
#anm_links {
		vertical-align: bottom;
		padding: 15px 35px 25px 35px;
		text-align: justify;
		}
		
/* ======================================
		5. Styles Kontaktformular
====================================== */
	
	
form {
	color: black;
	width: 435px;
	padding: 20px;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	}
	
label {
	display: block;
	cursor: pointer;
	}

input#name, input#absender, textarea {
	width: 420px;
	background-color: #FBF8F2;
	border: 1px solid #CBBEB6;
	margin-bottom: 1em;
	}
	
textarea {
	height: 12em;
	}

input#name:focus,	
input#absender:focus,
textarea:focus {
	background-color: #F8F4EB;
	color: black
	}
input.button { 
	height: 21px; 
	width: 98px; 
	margin-top:6px;  
	margin-left: 0px; 
	background: #FBF8F2;
	border: 1px #CBBEB6 solid; 
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6D604D;
	}


	
	
	
	
	
