body, html {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  background-color:white;
  color:#505050;
  font-family:Helvetica,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
  font-size:1.6em;
  font-weight:normal;
}

#hideforiPhone {
	display:none;
}

#showforiPhone {
	display:block;	
}

   /*********************/
  /* Abschnitt: Header */
 /*********************/

#deko {
	display:none;
}

#dekoiPhone {
  width:100%;
  background-color:#ccc;
  display:block;
}

   /*******************/
  /* Abschnitt: Navi */
 /*******************/

#navi {
  position:relative;
  left:0;
  top:0;
  padding:1em;
  width:100%;
}

#navi p {
  font-size:1.1em;
  line-height:1.6em;
}

p.ineigenersache {
  margin-top:0;
}

#navi img {
  margin-bottom:15px;
}




   /**************************/
  /* Abschnitt: Navi - Links*/
 /**************************/
 
#navi a {
  text-decoration:none;
  color:#2483b3;
}

#navi a:hover {
  color:#808080;
}

#navi a.ausgew {
  color:#808080;
}

#sub_ref, #sub_cv {
  display:none;
}



   /*********************/
  /* Abschnitt: Inhalt */
 /*********************/

#inhalt {
	position:relative;
	left:0;
	top:-2.5em;
	width:100%;
	padding:1em;
  padding-bottom:50px;
  line-height:1.4em;
}

img {
  border:none;
}

a {
  text-decoration:none;
  color:#2483b3;
}

a:hover {
  color:#808080;
}

ul li, ol li {
  margin-bottom:15px;
}

ol.auswahl li {
  margin-bottom:0.5em;
  list-style-type:upper-alpha;
  font-size:1.2em;
  margin-left:1em;
}

ul.links li {
  margin-bottom:5px;
}

strong {
  font-weight:normal;
}



   /*************************************/
  /* Abschnitt: Inhalt - Überschriften */
 /*************************************/

h1, h2, h3, h4 {
  color:#808080;
  text-decoration:none;
  font-weight:normal;
}

h1 {
  font-size:1.6em;
}

h1.kopfbereich {
  margin:auto;
  padding:1em;
  font-size:1.2em;
}

h2 {
  font-size:1.4em;
  margin:auto;
}

h3 {
  font-size:1.3em;
}


   /***********************/
  /* Abschnitt: Tabellen */
 /***********************/

table {
  border-collapse:collapse;
  border:none;
  margin:auto;
}

td {
  vertical-align:text-top;
  padding-bottom:1em;
  font-size:1.2em;
}

td p {
  margin-top:0;
  margin-bottom:auto;
}

td.tablinks {
  padding-right:auto;
  width:25%;
}

th {
  color:#808080;
  font-size:1.3em;
  font-weight:normal;
  height:auto;
  text-align:left;
  text-decoration:none;
  vertical-align:bottom;
  padding-bottom:auto;
}




   /**********************/
  /* Abschnitt: Kontakt */
 /**********************/

address {
  font-style:normal;
}

input, textarea {
  background-color:#eee;
  border:1px solid #ccc;
  width:90%;
  color:#808080;
  font-size:1.2em;
  height:1.2em;
}

input:focus, textarea:focus {
  color:#505050;
}

textarea {
  height:6em;
}

label {
  margin-top:auto;
  display:block;
}

fieldset {
  border:none;
  padding:0px;
}

input.iantisp {
  width:33%;
}

label.lantisp  {
  display:inline;
}

#undweg {
	display:block;
  width:auto;
  margin-left:auto;
  color:#505050;
}

#titel {
  vertical-align:text-bottom;
}

.sprachdisp {
  display:none;
}

.aktual {
  padding-top:2em;
  text-align:right;
  font-size:0.9em;
  color:#808080;
}

ol strong {
  font-weight:bold;
}

ol em {
  color:#808080;
}

.impfoto {
	background-image:none;
}