/*
## mycms.com
## (c) 2008 inbase gmbh -Wolfgang Timm-
##
## Datei: inbase.com.css
##
## Letzte Aenderung: 11.09.2008
##
*/

body{
margin: 0px;
padding: 0px;
font-family: Helvetica, sans-serif;
font-size: 11px;
}

/* BUGFIX ZUR DARSTELLUNG HEIGHT 100% (#rahmen) */
 body,html {height: 100%;}

/* HTML TAGS ALLGEMEIN */

 a{
 color: #000000;
 text-decoration: none; 
 }

 img{
 border: 0px;
 }

 table{
 border-collapse: collapse;
 font-size: 12px;
 }

 table tr td{
 vertical-align: top;
 }
 
 pre p{
 line-height: 120%;
 margin: 0px;
 padding: 0px;
 }
 


/* LAYOUT */

#container{
float: left;
width: 100%;
height: 100%;
text-align: center;
}

/* Tabelle gesamte Seite */
#seite{
height: 100%;
width: 1004px;
text-align: left;
margin: 0 auto;
}

/* <td colspan="3" id="kopfzeile"> */
#kopfzeile{
padding: 0px;
height: 110px;
width: 100%;
background-image: url(/image/kopfzeile.jpg);
background-repeat: no-repeat;
 /* Wert 1 Links | Wert 2 Oben */
  background-position: 0px 0px;
text-align: right;
}

#kopfzeile img{
margin: 0px 0px 0px 0px;
}

#kopfzeile .spalte3{

width: 215px;
background-color: pink;
}

#navigation{

background-image: url(/image/navigation_ul.png);
background-repeat: repeat-x;
}

 #navigation ul{
 float: left;
 margin: -1px 0px 0px 0px;
 padding: 0px 16px 0px 0px;

 list-style: none;
 }

 #navigation li{
 float: left;
 padding: 0px 18px 0px 6px;
 height: 24px;
 line-height: 24px;
 vertical-align: middle;
 display: inline;
 background-image: url(/image/navigation_li.png);
 background-repeat: no-repeat;
 background-position: right top;
 }

 #navigation .spalte3{
 width: 200px;
 height: 24px;
 background-image: url(/image/navigation_ul.png);
 background-repeat: repeat-x;

 }
 
#language {
  float: right;
  line-height: 22px;
  font-size: 10px;
}

#language a, #language a:hover {
  padding-right: 24px;
}

#inhalt{
margin: 0px 0px 0px 0px;
height: 100%;
width: 100%;
}

#inhalt .spalte1{
border-top: 0px;
border-right: 1px;
border-bottom: 0px;
border-left: 0px;
border-color: #FFFFFF;
border-style: solid;
width: 200px;
color: #000000;
background-color: #FFF9F2;
}

#inhalt .spalte1 li a:hover {
font-weight: bold;
}

#inhalt .spalte1 h1{
margin: 16px 0px 0px 16px;
padding: 0px 0px 0px 0px;
line-height: 16px;
vertical-align: middle;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

#inhalt .spalte1 ul{
margin: 8px 0px 0px 16px;
padding: 0px 0px 0px 0px;
font-size: 11px;
list-style: none;
line-height: 16px;
vertical-align: middle;
}

#inhalt .spalte2{
padding: 16px;
width: 600px;
color: #000000;
background-color: #F0F1F1;
}

#inhalt .spalte2-breit{
padding: 16px;
width: 800px;
color: #000000;
background-color: #F0F1F1;
}

#inhalt .spalte2 h1, #inhalt .spalte2-breit h1{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 16px;
vertical-align: middle;
font-size: 16px;
font-weight: bold;
}

#inhalt .spalte2 h2, #inhalt .spalte2 h3, #inhalt .spalte2-breit h2, #inhalt .spalte2-breit h3{
margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 16px;
vertical-align: middle;
font-size: 12px;
font-weight: bold;
}

#inhalt .spalte3{
width: 200px;
}

#inhalt .spalte3-schmal{
width: 157px;
}

#inhalt .spalte3 ul h1{
margin: 8px 0px 4px 0px;
padding: 0px 0px 0px 0px;
line-height: 16px;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}

#inhalt .spalte3 ul{
margin: 8px 0px 0px 16px;
padding: 0px 0px 0px 0px;
font-size: 11px;
list-style: none;
line-height: 16px;
vertical-align: middle;
}

#fusszeile td{
padding: 16px 0px 32px 0px;
text-align: center;
}

#inhalt .spalte2 h3.normal {
 font-weight: normal;
 }
 
.infomaterial {
 margin: 15px 15px; 
 font-size: 11px;
 color: #999999;
}

.infomaterial table {
 font-size: 11px;
 color: #999999;
}


.infomaterial h3{
  font-size: 11px;
  color: #999999;
  border-top: 1px solid #CCCCCC;
  padding-top: 15px;
}

.infomaterial input, .infomaterial select{
 width: 160px;
 margin-bottom: 5px;
 font-size: 11px;
 color: #999999;
 border: 1px solid #CCCCCC;
}

.infomaterial .btn_allgemein {
 font-size: 11px;
 color: #666666;
 border: 1px solid #CDCDCD;
 background-color: #E0DDDD;
}

/* end of file: eof */
