/*Allgemeine Definitionen*/
body {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:center;}
        
h1 {
  color:#053c5f;
  font-size:15px;}
  
h2 {
  color:#053c5f;
  font-size:13px;
  letter-spacing:3px}
  
a {
  color:#053c5f}
  
a:hover {
  color:#ac0000}
  
input, textarea {
  border:solid 1px #3483b5;
  margin-top:3px}
  
th {
  font-size:12px;
  background:#3483b5;
  padding:3px}
  
table {
  font-size:12px}
        
/*Template*/
#content {
  width:900px;
  margin: 0 auto;}
  
#banner {
  width:900px;
  height:200px;
  background-image:url(../images/design/banner.jpg);
  border-top:solid 1px #3483b5;
  border-left:solid 1px #3483b5;
  border-right:solid 1px #3483b5;}
  
#main_navi { 
  width:900px;
  background:#6eabd2;
  border-top:solid 1px #3483b5;
  border-left:solid 1px #3483b5;
  border-right:solid 1px #3483b5;}
  
#main_navi a {
  font-size:11px;    
  display:inline-block;
  width:90px;
  text-decoration:none;
  padding:3px;
  font-weight:bold;
  margin-bottom:0px;}
  
#main_navi a:hover {
  background:#3483b5;
  color:#6eabd2}

#foot, .foot {
  height:20px;
  background:#6eabd2;
  text-align:center;
  font-size:10px}

.foot a {
  display:inline-block;
  text-transform:uppercase;
  text-decoration:none;
  width:100%; height:100%;}
  
.foot a:hover {
  background:#053c5f;
  color:#6eabd2}
  
#temp_navi {
  background:#6eabd2;
  width:180px;
  padding-top:5px;}
  
#temp_navi a {
  display:block;
  font-size:11px;
  margin-bottom:7px;}
   
#main_content {
  width:900px;
  min-height:300px;
  height:auto !important;  /* für moderne Browser */
  height:300px;  /*für den IE */
  line-height:20px;
  padding:10px 5px 5px 5px; 
  text-align:left;
  border-bottom:solid 1px #3483b5;
  border-left:solid 1px #3483b5;
  border-right:solid 1px #3483b5;}

 #newsticker {
  width:150px;
  background:#FFFFFF;}
  
#newsticker h1 {
  font-size:13px;
  background:#ac0000;
  color:#FFFFFF;
  padding:3px}
  
#newsticker div {
  font-size:11px;
  line-height:13px}
  
 #tab_con {
  min-height:300px;
  height:300px;
  font-size:12px;
  line-height:20px;}
  
.zitat {
  background:#ffd6d8;
  color:#ac0000;
  font-weight:bold;
  font-size:14px;
  text-align:center;
  padding:5px;}
  
.autor {
  font-weight:normal;
  font-style:italic;}
 
 .error {
  color:red;
  font-weight:bold;
  padding:5px;
  border:solid 2px red;}
  
 .check {
  color:green;
  font-weight:bold;
  padding:5px;
  border:solid 2px green;}
  
.pseudoLink {
  color:#053c5f;
  text-decoration:underline;
  cursor:hand}
   
/*Formulare*/
.descr {
  display:inline-block;
  width:100px;
  margin-top:3px;
  vertical-align:top;}
  
/* Info-Box*/  
#infobox {
  display:none;
  font-size:12px;
  position:absolute;
  height:30% width:30%;
  left:35%;top:35%;
  border:solid 1px #ac0000;
  background:#db8a8a;
  padding:3px}
  
#infobox2 {
	position:fixed;
	width:100%;
	left:0;
	top:50px;
	display:none;
	z-index:3;} 
	
#infobox_bg {
	position:fixed;
  width:100%; height:100%; top:0; left:0;
	background:#1a7aa7;
	display:none;
	z-index:1;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;}
  
/* Profil */
#profil, #termin  {
  width:520px;}
  
#profil_oben {
  background:url(../images/design/sb_bgoben.png) no-repeat;
  height:38px;
  padding:0 20px 0 20px;
  font-weight:bold;}
  
#profil_mitte, #termin_mitte {
  font-size:12px;
  line-height:18px;
  padding:15px 20px 15px 20px}
  
#profil_mitte {
  background:url(../images/design/sb_bgmitte.png) repeat-y;}
  
#profil_mitte strong {
  display:inline-block;
  width:80px;}
  
#profil_unten {
  background:url(../images/design/sb_bgunten.png) no-repeat;
  height:38px;}
  
/* Terminansicht */
#termin_oben {
  background:url(../images/design/termin_bgoben.png) no-repeat;
  height:47px;
  padding:15px 20px 0 20px;
  font-weight:bold;}
  
#termin_mitte {
  background:url(../images/design/termin_bgmitte.png) repeat-y;}
  
#termin_unten {
  background:url(../images/design/termin_bgunten.png) no-repeat;
  height:43px;}
  
#termin_mitte strong {
  display:inline-block;
  width:80px;}
  
/* Sonstiges */
.akt_navi, .deakt_navi {
  display:inline-block;
  width:20px;height:20px;
  text-decoration:none;
  text-align:center;}
  
.akt_navi {
  background:#3483b5;}
  
.deakt_navi {
  background:#6eabd2;}
