/*
Farben:

dblau (nav): #127bc3;
mblau: #90b2e1;
hblau (content): #f2f7fc;


*/


* {
   font-size: 100%;
   margin:0;
   padding:0;
   }
   
  
  html {
    width: 100%;
    } 

  body {
    text-align:center;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1em;
    height: 100%;
    background: #fff;
  }
  
   
  img {
    border:0;
  }
    
  h1 {
   margin: 0 0 10px 0;
   font-size: 15px;
   font-weight: bold;
   color: #127bc3;
  }
  
  h2 {
   margin: 15px 0 10px 0;
   font-size: 13px;
   font-weight: bold;
   color: #127bc3;
  }
  
  p {
  	margin-bottom: 10px;
  }   

  
  .hidden {
    display: none;
  }

  .clear {
    clear: both;
    visibility: hidden;
  }
  
 
  .subheadline {
    font-weight: bold;
    color: #000;
  }
  
  
  acronym {
	border-bottom: 1px dotted #127bc3;
  }
	
  #bgcont {
	text-align: center;
	margin: 0 auto 0 auto;
	color: #000;
	background: #fff url(../images/schatten.gif) repeat-y top left;
	width: 760px;  
}

  #top-schatten {
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 0;
    height: 10px;
    line-height: 10px;
    background: #fff url(../images/schatten-top.gif) no-repeat top left;
	width: 760px;
   }
   
  #bottom-schatten {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
    height: 10px;
    line-height: 10px;
    background: #fff url(../images/schatten-bottom.gif) no-repeat top left;
	width: 760px;
   }
  
  #globalcontainer{
    text-align:left;
    margin: 0 auto 0 auto;
    width:740px;
    background-color: #ccc;
  }

  #head {
    margin: 0;
    padding: 0;
    height: 110px;
    background: #127bc3 url(../images/head.jpg) no-repeat;
    border-top: 5px solid #127bc3;
	width: 740px;
   }

  
  #logo{
    margin: 0px;
  } 
  
  .navi {
    padding: 0;
    background: #127bc3;
    color: #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 12px;
    font-weight: bold;
	width: 740px;
	height: 40px;
   }
   
  .navi p {
    margin: 10px;
  }
  
  .navi a, .navi a:link, .navi a:visited {
  	margin: 10px;
  	color: #fff;
  	font-weight: bold;
    text-decoration:none;
  }
  
  .navi a:hover,.navi a:active {
    text-decoration:underline;
  }
    
  
  
  #main {
    float:left;
    width: 740px;
    margin: 0;
    padding: 0;
    background: #f2f7fc;
   }
  
  
  #content {
    float: left;
    width: 460px;
    margin: 30px 0 30px 20px;
    padding: 0 0 25px 0;
    font-size: 0.8em;
    line-height: 1.4em;
    display: inline;
   }

  
  
   
  #bildspalte{
    float: right;
    margin: 30px 20px 30px 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #127bc3;
    display: inline; 
  }
  
  #bildspalte img{
    display: block;
    border: 3px solid #127bc3;
    border: 1px solid #127bc3;
    margin: 0 0 20px 0;
  }
  
   #bildspalte p{
    width: 190px;
    margin: 0 0 20px 0;
  }
  
   #bildspalte a{
    color: #127bc3;
    margin: 0 0 20px 0;
  }  
  
  #datenbox {
  	width: 200px;
  	background: #dde8f6 url(../images/bg-box.jpg) no-repeat left bottom;
  	border: 1px dotted #127bc3;
  	margin: 0 0 20px 0;
  	padding: 10px 0; 
  }
  
  #datenbox p {
  	margin: 8px;
  	font-size: 11px;
  }  
  
  
  #footer {
    clear: both;
    border-bottom: 0;
    }
  
 
  .impr a:link,.impr a:visited {
    text-decoration:none;
  }
  
  .impr a:hover,.impr a:active {
    text-decoration:underline;
  }  
  
   #datenbox .scriptmail a:link, #datenbox .scriptmail a:visited, #datenbox .scriptmail a:hover, #datenbox .scriptmail a:active {
    text-decoration:underline;
    color:#127bc3;
  }

  
  .strong {
  	font-weight: bold;
  }
  
  .light {
  	color: #888;
  	font-size: 12px;
  }
  
  .scriptmail, .extern{
  text-decoration:underline;
  color:#127bc3;
  }
  
  
  #content table {
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  #content td {
    padding: 5px 10px 5px 0;
    vertical-align: top;
  }
  
  #content td strong {
  	color: #337e62;
  	font-weight: 100;
  }
  
  #content ul {
    margin: 0 0 20px 0px;
    width: 400px;
  }
  
  #content li {
    margin: 0 0 8px 20px ;
    font-size: 12px;
    line-height: 18px;
    list-style-type: disc;    
  }
  
  #content.einspaltig {
  	width: 550px;
  	background: #ccc;
  }
  
  #content #fotopreview img {
  	width: 120px;
  	height: 81px;
  	border: 6px solid #cedbef;
  }
  
  #content #fotopreview a, #content #fotopreview a:link {
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: 0.1em;
}

	#content #fotopreview a:visited {
	  text-decoration: none;
	  border-bottom: 0;
	}
	
	#content #fotopreview a:hover, #content #fotopreview a:active, #content #fotopreview a:focus {
	  text-decoration: none;
	  border-bottom: 0;
	  border: 0;
	}

  
  #b-impressum {
  	text-align: left;
  	font-size: 12px;
  	background: #f2f7fc;
  	padding: 20px; 
  }
  
  #b-impressum .scriptmail a:link, #b-impressum .scriptmail a:visited, #b-impressum .scriptmail a:hover, #b-impressum .scriptmail a:active {
    text-decoration:underline;
    color:#000;
  }
  
  /* ### Kontakt ### */
  

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #dde8f6;
	margin: 0 0 20px 0;
	padding: 10px;
	overflow: auto;
}

legend {
	color: #FFF;
	background: #6199B1;
	margin: 0 0.5em 1em 0;
	padding: 0 0.5em;
	border: 1px solid #dde8f6;
	display: none;
}

label {
	margin: 0;
	padding: 0;
	width: 130px;
	float: left;
	clear: both;
}

input {
	border: 1px solid #dde8f6;
	margin: 0.3em 0;
	padding: 0.2em;
	width: 270px;
	float: right;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: #e2eaf7 url(../images/bg_input.jpg) repeat-y left top;
}

input.button {
	width: 100px;
	height: 25px;
	background: #e2eaf7 url(../images/bg_input.jpg) repeat-y right top;
	font-weight: bold;
	color: #127bc3;
	padding: 0;
	cursor: pointer;
	clear: both;
}

textarea {
	border: 1px solid #dde8f6;
	margin: 0.3em 0;
	padding: 0.2em;
	width: 270px;	
	float: right;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;	
	background: #e2eaf7 url(../images/bg_input.jpg) repeat-y left top;
}

input:focus, textarea:focus {
	border: 1px dotted #127bc3;
}

