/* main_style.css
Author: Hartwig Krebitz, 2007
*/


/* skel */

html {
height: 100%;
}
body{
font-family: "Arial", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
}
body.web {

	min-height: 100.05%;
	
	padding: 0 0 64px 0;
	margin: 0;
	background: url(bodyBg.jpg);
	
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
}

#container {
	position: relative;
	top: 5px;
	left: 50%;
	width: 640px;
	margin-left: -320px;
	background: url(contentBg.jpg) repeat-y;
}

#header {
	padding: 0px;
	margin-bottom: 10px;
}

#content {
	padding: 0 10px 0 20px;
	margin: 0;
        
	background: transparent;
}


.inner-content {
	/*width:400px;
*/
width:600px;
	font-size: 1.15em

}

#footer {
	height: 16px;
	background: url(footer.jpg) no-repeat;
}

/* content elements */


#text {
	padding: 2px 10px;
	margin-top: 20px;
	border: 1px solid #ebebeb;
}

#question {
	float: left;
	width: 360px;

  
	padding: 2px 10px;
	margin: 20px 20px 0px 0;
	border: 1px solid #ebebeb;
	font-style: oblique;	
	
}

#options {
float: left;
	margin-top: 24px;
}
/*breite (600-350)/2=150*/
a.btn {
	width: 400px;
	margin: 0 0 20px 100px;
	padding: 2px 10px;
	background: #ebebeb;
	display: block;
text-align:center;
	
}

a:hover.btn {
	background: #009877;
	color: #fff;
	display: block;
	
}
#backlink {
	margin: 20px 0;
	padding: 2px 10px;
	background: #ebebeb;
}

#huebner {
	font-size: 0.75em;
	text-align: right;
}


/* text-elements */


h1,h2,h3,h4,h5 {	
	padding: 2px 0 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #009877;
	background: #009877;
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
}
h3{background-color:white;color:black;border:0px;}


img {
	border-style: hidden;
}
	
/* hyperlinks */

a {
	text-decoration: none;
	color: #009877;
}


/*Tabelle in Druckbare Zusammenfassung*/
#printtable { 
	border-collapse: collapse; 
	border: 1px solid gray; 
	}
#printtable td{ 
  border-collapse: collapse; 
	border: 1px solid gray; 
	vertical-align:top;
  
}
#printh1{
 color:black;
 background-color:white;
 border:0px;
}
