/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 0em 0.5em 0.5em 0.5em;
  padding: 0px;
  font-family: arial;
  font-size: 1.2em;
  background:#ffffff url(../test.png) repeat-x;
  
}

#siteBox {
  float: left;
  width: 100%;
  color: #5C1A23;
}




/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #ffffff url(../images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {

padding-top: 10px;
  background-color: #851007;
  

}

#header a.lastMenuItem {
 background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px; 
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #ffffff;  


}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #C7D1D4;
}

#contentLeft {
  float: left;
  width: 49.0%;
  margin-bottom: 1em;
  background: #fff url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {

  float: right;
  width: 99%;
  background: #fff url(../images/corner_sub_tl.gif) no-repeat top left;
}




#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #005FA7;
  border-bottom: 1px solid #AAA;
font-weight: bold;
}

#content a:hover {
  color: #851007;
  
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.2em;
 
  color: #851007;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 15px 61px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #851007;
  background:  url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}


#content a.menuItem2 {
  display: block;  
  padding: 5px 0 15px 61px;
  background: url(../images/icn_plus2.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem2 { 
  color: #851007;
  background:  url(../images/icn_plus_on2.gif) no-repeat center left;
  border: 0px;
}

#content a.menuItem3 {
  display: block;  
  padding: 5px 0 15px 61px;
  background: url(../images/icn_plus3.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem3 { 
  color: #851007;
  background:  url(../images/icn_plus_on3.gif) no-repeat center left;
  border: 0px;
}

#content a.menuItem4 {
  display: block;  
  padding: 5px 0 15px 61px;
  background: url(../images/icn_plus4.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem4 { 
  color: #851007;
  background:  url(../images/icn_plus_on4.gif) no-repeat center left;
  border: 0px;
}
#content a.menuItem5 {
  display: block;  
  padding: 5px 0 15px 61px;
  background: url(../images/icn_plus5.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem5 { 
  color: #851007;
  background:  url(../images/icn_plus_on5.gif) no-repeat center left;
  border: 0px;
}



/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 1em !important;
  margin-bottom: 0;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #fff;
  background: #fff url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 2px dotted #851007;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
border: 0px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
border: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
border: 0px;
}



.inkforum {
  font-size: 0.8em;
  color: #AAA;
background: #A9C7E9 url(../images/corner_sub_tr.gif) no-repeat top right; 
}


.box { width: 35em; background: #A9C7E9  url(../test2.jpg) no-repeat top left;}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:70%; color:#ffffff; }
.box .top, .box .bottom{display:block;background: #ffffff;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #A9C7E9;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}


form
  
 td, input, select, textarea
   { font-size:10px; font-family:Verdana,sans-serif; font-weight:bold; }
 input, select, textarea
   { color:with;}
.Bereichb
   { background-color:#EEF0EF; width:320px; border:1px solid #851007; }
 .Bereich, .Feld
   { background-color:#EEF0EF; width:220px; border:1px solid #851007; }
 .Bereich, .Feldk
   { background-color:#EEF0EF; width:100px; border:1px solid #851007; }
 .Auswahl
   { background-color:#DDFFFF; width:300px; border:2px solid ##C7D1D4; }
 .Check, .Radio
   { background-color:#DDFFFF; border:1px solid ##C7D1D4; }
 .Button
   { background-color:#EEF0EF; color:#851007; width:149px; border:1px solid #851007; }