/* CSS Document Bemer3000 IE 7*/
/**Allgemeine Styles**/

html {
	height:100%
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#c7dde1;
}
h1, h2, h3, p {
	margin-top:0px;
	margin-bottom:10px;
}
p {
		line-height:1.5em;
	}
img {
	border:none;
}
div {
    margin:0px;
    padding:0px;
    background-color:none;
}

/**Kopf und Logo**/
#kopf {
	text-align:right;
	padding:0px;
	margin:0px;
}
#Logo {
	position:absolute;
	left:20px;
	top:50px;
}
#Slogan {
	position:absolute;
	right:10px;
	top:10px;
	font-size:26px;
	font-weight:normal;
	font-family:Times, "Times New Roman", serif;
	margin-right:120px;
	line-height:1.5em;
}
#Slogan span {
	margin-left:40px;
	color:#797979;
}
#content {
	height:85%;
	min-width:1000px!important;
}
#content td {
	vertical-align:top;
	font-size:12px;
}
/**Inhalt rechts**/
#inhaltLinks {
	padding:25px;
}
#inhaltLinks h1{
	margin-bottom:15px;
	font-size:16px;
	line-height:1.1em;
}
#inhaltLinks h1 span{
	font-size:12px;
}
#inhaltLinks p.eins {
	margin-top:60px;
	
}
#inhaltLinks p.zwei {
	margin-top:30px;
	color:#797979;
}
#inhalt {
	background-color:#fff;
	background-image:url(tdReHG.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#inhalt a, #inhalt a:link, #inhalt a:visited {
    color:#41919c;
    text-decoration:none;
}
#inhalt a:hover, #inhalt a:active {
     color:#333;
     text-decoration:underline;
}
#inhalt h2 {
	font-size:13px;
	margin-top:2px;
}
#inhalt div {
	margin-top:40px;
}
#inhalt div.schweiz {
	float:left;
	margin-left:60px;
	margin-right:40px;
	border-right:2px solid #959595;
	padding:20px;
	padding-top:0px;
	padding-bottom:40px;
}
#inhalt div.laender select, #inhalt div.schweiz select{
	border:1px solid #333;
	background-color:#E1E1E1;
	width: 200px;
	
}
