* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  /* background: #FBFDF7 url("../img/bg2-h100.gif") repeat-x; */
  font: 0.8em/1.3 "Trebuchet MS", "arial",sans-serif; 
  color: #666; 
  text-align: center; 
}

/* links --------------------------------------------------------------- */
a {color:#1666a3;}
a:link {color:#1666a3;}
a:hover {color:#0b4775;}

/* headers --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 10px 0; }
h1 { font-size:60%; }
h2 { font-size:120%;color: #a0cfeb; }
h3 { font-size:120%;color: #a0cfeb; }
h4 { font-size:100%; }
h5 { font-size:100%; }

#logo a{color: #ced1d2; text-decoration: none; display: block;padding: 10px 0 1px; font-weight: normal;}

/* layout ---------------------------------------------------------------------- */
#layout { 
	
  text-align:left; 
}
  #container { 
    clear: both;
  }
  
  #slogan{
    background: #464a53; 
	height: auto;	
	border-bottom: 5px solid #cfcabc;
	color: #cfcabc;
  }
  
  #slogan h2 {
  	color: #cfcabc;
	letter-spacing: 3px;
	margin-bottom: 5px;
  }
  
  #slogan-wrap {  	
    width:891px;
	height: 120px; 
    margin:0 auto; 
  }
  
  #slogan-pic {
  	width: 200px; 	
    float: left;
	margin: 0;
	padding: 0;
  }
  
  #slogan-in{
  	float: right;
	width: 670px;
	margin: 0;
	padding-top: 8px;
	/* margin-left: 220px;*/
  }

  	/* header ------------------------------------------------------------------ */
  	#header {width:891px; 
      margin:0 auto; }
  
    
  
  /*    horizontale top navigation  --------------------------------------------- */
  	#nav { 	width: 891px; 	margin:0 auto; text-align: right;}
  		#nav ul {
	  		margin:0;	  
	  		padding:0; 	
			margin-bottom: 5px;  		 
	  		list-style:none;
	  		height: 20px;
	 	 }
		 #nav ul li { display: inline; }
		 #nav ul li a {
          display: inline;           
          font-size: 100%; 
          color: #333;
          text-decoration: none;
		  letter-spacing: 2px;
          padding: 0;
		  padding-right: 15px;
		  padding-bottom: 15px;          
        }
		#nav ul li a:hover {
          color: #a3cb73;
          text-decoration: underline;
        }
      	#nav ul li#active a {
      	color: #000;      	
		text-decoration: underline;
		}
  
  
  
  
    .content {
      padding: 0 0 0 0;
      z-index: 10;
      width:891px; 
      margin:0 auto; 
       
    }
    .content .in{
      padding: 15px 0 15px;
	  background-color: #FFFFFF;
    }
    p.intro{
      /* background: url("../img/line.jpg"); */
      line-height: 23px;
      margin:0 0 0;
    }
    .shadow{
      border-top: 1px solid #dddddd;
      padding: 10px 0;
      background: url("../img/shadow.jpg") no-repeat;
    }
    img.thumb{padding: 3px; background: #fff; border: 1px solid #d1d1d1;}
	
	
	/*    3 colums in content --------------------------------------------------------- */
    
    .columns {list-style: none;margin:10px 0 0 0;padding:0; font-size: 90%;}
    .columns li{float: left; width: 33%;}
    .columns li.col2{border-left: 1px solid #d7d7d7;border-right: 1px solid #d7d7d7;}
	.columns li h2{padding: 0 10px;color: #666; margin: 0 0 5px;}
    .columns li h3{padding: 0 10px;color: #666; margin: 0 0 5px;}
	.columns li.col2 h2{padding-left: 15px;}
    .columns li.col2 h3{padding-left: 15px;}
	.columns li.col3 h2{padding-left: 15px;}
	.columns li.col3 h3{padding-left: 15px;}
    .columns li p{line-height: 22px;padding: 0 15px 0 10px; margin: 0; color: #666;}
    .columns li.col2 p{padding: 0 15px 0 15px;}
    .columns li.col3 p{padding: 0 10px 0 15px;}
    .columns li a.more{display: block;color: #1666a3; padding: 2px 0;padding-bottom: 15px;}
    .columns li a.more:hover{color: #a3cb73;}

	.columns li.col2-3 {width: 65%;}
  
  	
  
  	/* fusszeile ----------------------------------------------------------------- */
  	#footer {
  	  width:891px; 
      margin:0 auto;
      clear:both;
      font-size: 85%;
	  padding-top: 10px;
      padding-bottom: 10px;
      color: #898989;
	  background-color: #fff;
	  border-bottom: 2px solid #bdc2b4;
	  border-top: 1px solid #bdc2b4;
    }
    #footer a{color: #898989; text-decoration: none;}
    #footer a:hover{color: #666666; text-decoration: underline;}
      #footer .f-left, #footer .f-right { padding: 0 10px; }
	#footer p {
		margin: 2px 10px;
	}



/* absatz -------------------------------------------------------------------- */
p { margin:15px 0; }

/* tabellen --------------------------------------------------------------------- */
table { margin:10px 0; border-collapse:collapse; border-spacing:0; font-size:100%; }
th { text-align:center; font-weight:bold; }
th, td { padding:3px 5px; }

/* listen --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definitionen -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* diverses --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {float:left;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }

/* universelles ------------------------------------------------------------ */
input.small{
  width: 50px;
}
input.normal{
  width: 146px;
}
.bigger {font-size:115%;}
.smaller {font-size:85%;}

.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 4px solid #cfcabc;}

.grafictext{  display: block; border: 1px solid #a3cb73;}

/* TOOLTIP ------------------------------------------------------------------- */
#demotip { 
    display:none; 
    background:transparent url(/img/tools/white_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#333;     
}
