/* CSS Code: Stephan Kochs */
/* Mail: stephan.kochs@eingrafikbüro.de */
/* Web: www.eingrafikbüro.de */
/* (c) 2008  EinGrafikbüro */


html { 
padding:0px;
margin:0px;
}

body {
	background-color: #fff;
	font-size: 12px;
	color:#000000;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Basis Formatierungen */

a:link, a:active, a:visited {
	color: #6B4406;
}

a:hover {
	color: #19BBEB; 
}

a { 
	text-decoration: none; 
}

img { 
	border: 0px solid #fff; 
}

/* Layout Boxen */	

#box {
	width:900px;
	padding:0px;
	text-align:right;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#above {
	background-color:#FFF;
	text-align: left;
	float: left;
	height: 20px;
	width: 609px;
	margin-left: 161px;
	font-size: 10px;
}

#above a:link, a:active, a:visited {
	color: #000;
	font-size: 10px;
}


.abovelink {
	color: #000;
	font-size: 10px;
}

#above  a:hover {
	color: #19BBEB; 
}

#header {
	background-color:#fff;
	text-align: left;
	float: left;
	height: 262px;
	width: 590px;
	padding-left: 0px;
	margin-right: 35px;
	margin-left: 161px;
	padding-top: 0px;	
}

#header h1 {
	font-size: 48px;
	color: #fff;
	font-style: normal;
	font-weight: normal; 
}

#inhalt {
	width:609px;
	padding:0px;
	float:left;
	background-color:#fff;
	overflow: auto;
	text-align: left;
}


/* Menü */

#menuelinks {
	width:312px;
	padding:0px;
	float:left;
	background-color:#fff;
	overflow: auto;
	text-align: left;
	display: block;
}

/* #menuelinks a:link, a:active, a:visited {
	color: #fff;
}

#menuelinks  a:hover {
	color: #ccc; 
}
*/
#menuerechts {
	width:280px;
	height: 100px; 
	float:left;
	background-color:#fff;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#col{
	width:140px;
	height: 100px; 
	float:left;
	background-color:#fff;
	text-align: left;
	padding-left: 0px;
}

#abstand {
	width:140px;
	height: 2px; 
	
	background-color:#fff;
}


#menuerechts a { 
	font-size: 12px;
	list-style: none; 
	line-height: 1.4;
	text-transform: uppercase;
	color: #6B4406;

	}
#menuerechts a:hover { 
	font-size: 12px;
	color: #000;
}

#menuerechts a:link, a:active, a:visited { 
	font-size: 12px;
	color: #6B4406;
}


#links {
	width:161px;
	padding:0px;
	float:left;
}

/* Bubbles + Hintergruende */

#bubble1 { 
	float: left; 
	display: block; 
	width: 81px; 
	height: 110px; 
	background: url(../images/bubble1.gif) no-repeat top left; 
	
	padding-left:15px;
	padding-top:40px;
	}
	

#bubble2 { 
	float: left; 
	display: block; 
	width: 84px; 
	height: 110px; 
	background: url(../images/bubble2.gif) no-repeat top left; 
 	padding-left:15px;
	padding-top:40px; 
	}

#bubble3 { 
	float: left; 
	display: block; 
	width: 101px; 
	height: 110px; 
	background: url(../images/bubble3.gif) no-repeat top left; 
	padding-left:15px;
	padding-top:40px;
	}

#bubble1 a { 
	font-size: 15px; 
	color: #fff;
	}


#bubble2 a { 
	font-size: 15px; 
	color: #fff;
	}

#bubble3 a { 
	font-size: 15px; 
	color: #fff;
	}
	
#bubble1 a:hover { 
	color: #000;
	}


#bubble2 a:hover {  
	color: #000;
	}

#bubble3 a:hover { 
	color: #19BBEB;
	}
	
/*#bubble1 a:hover { 
	filter: alpha(opacity=70);
	-moz-opacity: .7;
    opacity: .7;
	}

#bubble2 a:hover { 
	filter: alpha(opacity=70);
	-moz-opacity: .7;
    opacity: .7;
	}
	
#bubble3 a:hover { 
	filter: alpha(opacity=70);
	-moz-opacity: .7;
    opacity: .7;
	}
*/

#inhalt_sub {
	width:740px;
	padding:0px;
	float:right;
	text-align: left;
}


/* Impressum unter Bubbles */

#inhalt_sub_links {
	width:306px;
	padding:0px;
	float:left;
	text-align: left;

}


/* Einzel-Content */

#inhalt_sub_rechts {
	width:346px;
	padding-left:20px;
	float:left;
	text-align: left;
}

#inhalt_sub_rechts p {
	background: url(../images/h2_bg.gif) no-repeat top left; 
	padding-top: 15px;
}

#footer {
	width: 300px;
	height: 350px;
}

.header {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal; 
    padding-bottom: 8px;

}

.text_headline_above {
	font-size: 11px;
	list-style: none; 
	text-transform: uppercase;
	color: #6B4406;

}

.text_headline {
	font-size: 17px;
	list-style: none; 
	text-transform: uppercase;
	color: #000;

}

.text_headline_sub {
	font-size: 12px;
	list-style: none; 
	text-transform: uppercase;
	color: #000;

}

	



