/* 

   .----- ||||| -------.-----------------------------.-------------------.
   |     ||. .||      (   css makes me so crazy!   )                     |
   |    |||\=/|||     /`--------------------------'                      |
   |    |.-- --.|                                                        |
   |    /(.) (.)\                                         ###    ###     |
   |    \ ) . ( /                                        #   #  #        |
   |    '(  v  )`                                        #   #  #   #    |
   |      \ | /                                           ####   ####    |
   |      ( | )                                                          |
   `----- '- -` ---------------------------------------------------------'
 
 */

body {
background-color: #ffffff;
/*background-image:url(img/rechenkasten.gif);*/
color: #666666;
font-size: 12px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
border: none;
}
/* ********************************** Mittigmacher ********************** */

img {
border: none;
}


.container {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top:30px;
background-color: #ffffff;
/*border: 1px solid #cccccc;*/
}

/* ********************************** Spalten **************************** */
.spalte23 { 
padding: 10px;
margin: 0 0 0 0;
text-align:left; 
width:446px; 
float:left; 
}
.spalte13 { 
padding: 10px;
margin: 0 0 0 0;
text-align:left; 
width:214px; 
float:left; 
}
.spalte11 { 
padding: 10px;
margin: 0 0 0 0;
text-align:left; 
width:680px; 
float:left; 
}
.spalte12 { 
padding: 10px;
margin: 0 0 0 0;
text-align:left; 
width:349px; 
float:left; 
}
.clear {
clear:left;
}

/* ********************************** sonderbereiche ******************** */
.news {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}


/* ********************************** links ***************************** */
a:link,	a:active, a:visited	{text-decoration:underline; color:#666666; font-style:normal; border: none;}
a:hover		{text-decoration:none; color:#FF0000; font-style:normal; border: none;}

a.button:link ,a.button:active,a.button:visited { 
text-decoration: none;
color:#797979;
display: block;
font-weight:normal;
padding: 5px 0 5px 10px;
margin: 0 0 0 0;
text-align:left; 
position:relatve;
width:204px; 
background-color: #f1f1f1;
border-bottom: 1px solid #cccccc;
background-image:url(img/button_bg.gif);
}

a.button:hover { 
background-image:url(img/button_hover.gif);
}

/* ********************************** Menue ***************************** */
.menue	{
position:relative; 
width:700px;
top:0px; 
left:0px; 
margin-bottom:3px;
}

/* ********************************** h1 h2 ***************************** */
h1{
font-size:18px;
font-weight:bold;
}
h2{
font-size:12px;
font-weight:bold;
}

/* ********************************** banner ***************************** */
.banner {
background-color: #ffffff;
text-align: left;
padding: 0px;
margin: 0px;
}

/* ********************************** footer ***************************** */
.footer{
clear: both;
margin: 0px;
padding: 10px;
text-align: left; 
border-top: 1px solid #cccccc;
font-size: 9px;
}