/*
Theme: Brunner Sepp 2007 ver. 2.0
Description: Stylesheet for Brunner Sepp Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.die-digitalexperten.de/  
*/
/* opera - grrr - start */
html>body {
	font-size: 0.7em/1.5;
	text-align: center;
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: Black; 
 	/*background: #EEEEEE url(images/bodybg.jpg) top left repeat-x;*/
	background: #EEEEEE url(images/mainbg.jpg) top center repeat-y;
	font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif; /* set default font */
	text-align: center;
	margin: 0px; 
	padding: 0px;
}
a,a:link,a:link,a:link,a:hover {
	text-decoration:underline;
} 
a:link {
	color:#6495ED;
} 
a:visited {
	color:#6495ED;
} 
a:hover,a:active {
	color:#5E9B0F;
}
#bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	background: transparent url(images/bodybg.jpg) top left repeat-x;
}
#container { 
	width: 777px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#pageHeader {
	margin: 0 0 0 0; 
	padding: 190px 0px 0px 0px;
 	width: 777px;
 	height: 20px; /* strange but ie6 needs this */
 	background: transparent url(images/headerbg.jpg) top left no-repeat;
}
#mainText {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	height: 100%;
	top: 220px;
	left: 0px;
	width: 726px;
	font-size: 1.2em;
}
#nav-first {
	padding: 0px 20px 0px 0px;
	float: right;
}
#nav-first a:link, #nav-first a:visited, #nav-first a:hover, #nav-first a:active {
	margin: 0 0 0 0;
	padding: 0px 3px 0px 10px;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 
#nav-first a:link {
	color: #6495ED;
	background: transparent url(images/raute.gif) 0px 3px no-repeat;
}
#nav-first a:visited {
	color: #6495ED;
	background: transparent url(images/raute.gif) 0px 3px no-repeat;
} 
#nav-first a:hover, #nav-first a:active {
	color:#5E9B0F;
	background: transparent url(images/raute_a.gif) 0px 3px no-repeat;
}
#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px 0 30px;
	border-top: 1px solid #E3E8EE;
	font-size: 86%;
	color: #999999;
}
#footer p {
	margin: 0;
}
#footer a:link, a:visited {
	color: #999999;
}
/* Font styles */
h1, h2, h3, h4, h5, h6,.h4text {
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000000;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .1em;
	font-weight: lighter;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%;
}
h3 {
	font-size: 146%;
}
h4, .h4text {
	font-size: 116%;
}
h5 {
	font-size: 106%;
}
h6 {
	font-size: 96%;
}
.h4text {
	width: 350px;
}
p {
	text-align: left; 
	margin: 0px; 
	padding-bottom: .3em;
}
#fronttext {
	width: 410px;
	font-size: 1.2em;
}
#textgruppe {
	width: 350px;
	float: left;
	margin-top: 20px;
}
#frontimage {
	float: right;
	margin-top: 80px;
	margin-right: 30px;
}
.bild {
	display: block;
	width: 350px;
	float: right;
	margin: 10px 10px 10px 10px;
}
.bild2 {
	float: left;
	display: block;
	width: 350px;
	margin: 10px 0px 10px 8px;
}
.bildv {
	display: block;
	width: 234px;
	float: right;
	margin: 10px 10px 10px 10px;
}
.bildh {
	display: block;
	width: 350px;
	float: right;
	margin: 10px 0px 10px 10px;
}
.bild p, .bild2 p, .bildv p, .bildh p {
	display: block;
	font-size: 0.8em;
}
.clear {
	clear: both;
}
