@charset "utf-8";  /*** UTF Kodierung erspart Sonderzeichenkodierung ***/

html { height: 101%;}

body{
	height: 100%;
	margin: 0; padding: 0;
	font-family: Arial, Verdana, Helvetica, 'Helvetica Neue', "Neue Helvetica", sans-serif;
	background-color: #f5f4f4;
}
img {
border: none;
}

/**** link im text ****/

a.aktiv, a.aktiv:visited {
color: #CC6600;
text-decoration: none;
}
a.aktiv:hover {
color: #FF9900;
text-decoration: underline;
}
a:active, a:focus {
outline:0;
}

/********/

#wrapper {
position:relative;
margin:0;
height: 100%;
width: 100%;
}
.header {
position:relative;
top: 0;
margin-left: auto;
margin-right: auto;
height: 240px;
width: 860px;
background: #fff url(../img/hg.jpg) repeat-y top right;
}
.headin {
position:relative;
float: left;
top: 0;
margin-left: auto;
margin-right: auto;
height: auto;
width: 860px;
}
.logotop{
margin-left: 10px;
width: 820px;
height: 210px;
background: #fff url(../img/logo1.jpg) no-repeat top left;
border-top: 8px solid #fff;
}
.logotext {
padding: 150px 15px 0 20px;
font-size: 1.2em;
text-align: left;
font-weight:normal;
color: #7dccff;
font-family: 'Neue Helvetica', Helvetica, Verdana, Arial, sans serif;
}
.content {
position:relative;
top: 0;
margin-left: auto;
margin-right: auto;
width: 860px;
min-height: 500px;
background: #fff url(../img/hg.jpg) repeat-y top right;
}
.inhalt {
float: left;
padding: 0;
margin: 0 10px 20px 10px;
width: 820px;
border-top: 1px solid #e7e7e7;
}
.leftside {
float:left;
padding-left: 15px;
width: 160px;
height: auto;
background-color:#fff;
}

/** Standardnavigation = Menu 1 **/

.menu1 {
position: relative;
float: right;
display: inline;
padding: 0 20px 0 0;
width: 160px;
line-height: 1.4em;
}
.menu1 a {
   margin:0;
	padding: 0 3px 0 3px;  
    color: #333;
	font-size: 0.85em;
	font-weight: normal;
    text-decoration: none;
}

.menu1 a:hover {
    color: #70c6fd;
	font-weight:normal;
    text-decoration: underline;
}

.menu1 a.current {
    padding: 0 3px 0 3px; 
    color: #70c6fd;
	font-size: 0.85em;
	font-weight: normal;
    text-decoration: none;
}

.menu1 a.current:hover {
   color: #70c6fd;
	font-weight:normal;
    text-decoration: none;
}

/** Hauptnavigation = Menu 2 **/

.menu2 {
padding-top: 10px;
width: auto;
height: auto;
}

.menu2 a {
   	display: block;
	padding: 0 0 0 2px;
	margin: 10px 0 3px 0; 
	width: auto; 
    color: #333;
	font-size: 0.85em;
	font-weight: normal;
    text-decoration: none;
}

.menu2 a:hover {
  color: #70c6fd;
	font-weight:normal;
    text-decoration: underline;
}

.menu2 a.current {
	display: block;
	padding: 0 0 0 2px;
	margin: 10px 0 3px 0;  
	width: auto;  
	font-size: 0.85em;
	color: #70c6fd;
	font-weight: bold;
    text-decoration: none;
}

.menu2 a.current:hover {
    color: #70c6fd;
    text-decoration: none;
	font-weight: bold;
}

/**** Textseiten ****/
.feature {
margin-left: 220px;
padding: 0 100px 40px 0;
min-height: 500px;
}
* html .feature {height: 500px; overflow: visible;}

h1 {
margin-top: 10px;
font-size: 1.4em;
color: #70c6fd;
font-weight: bold;
font-family: 'Neue Helvetica', Helvetica, Verdana, Arial, sans serif; 
}
h2 {
margin: 20px 0 -4px 0;
padding: 0;
font-size: 1.1em;
color: #70c6fd;
font-weight: normal;
font-family: 'Neue Helvetica', Helvetica, Verdana, Arial, sans serif; 
}
p {
font-size: 0.85em;
line-height: 1.4em;
color: #000;  /* color: #FF9900;  70c6fd; */
}
.bildimtext {
padding-right: 20px;
padding-bottom: 20px;
float: left;
}
.bildleft {
position: relative;
margin-left: -45px;
padding-right: 4px;
padding-top: 16px;
float: left;
}
.clear {
clear: both;
}
.vitadate {
float: left;
width: auto;
padding-right: 12px;
text-align: right;
font-weight: bold;
font-size: 0.75em;
line-height: 1.6em;
color: #666;
}
.vita {
padding: 0 0 12px 0px;
width: auto;
font-size: 0.75em;
line-height: 1.6em;
}
.zitat {
float: left;
padding: 50px 50px 80px 50px;
margin-left: 0;
color: #003366;
font-family: 'Neue Helvetica', Helvetica, Verdana, Arial, sans serif; 
font-size: 0.95em;
font-weight: normal;
line-height: 1.4em;
background: #edf6fd url(../img/bottom.jpg) no-repeat right bottom;
}
/*** footer ***/
.footer{
clear: both;
width: 100%;
height: 20px;
border-top: 1px solid #e7e7e7;
background: #edf6fd url(../img/bottom.jpg) no-repeat right bottom;

}

