/* 
================================================================================
Copyright by Florian Hassler
================================================================================
created on Fri, 13 Jun 2008
================================================================================
Used Colors:
ff6633 orange
6699cc blue
33cc33 green
==============================================================================*/
/* Formatierungen: */
a,a:visited,a:hover,a:active{color:#3c3;}
body{background-color:#69c;color:#564b47;font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;font-size:normal;margin:0;padding:0;}
h1{background-color:#fff;border-bottom:2px solid #f63;border-top:2px solid #f63;font-size:large;margin:0;padding:5px 15px;text-transform:lowercase;}
h2{background-color:transparent;color:#ff6633;font-size:large;font-weight:bold;margin:0;padding:5px 10px;}
hr{background-color:#3c3;color:#3c3;height:1px;}
img.download{vertical-align:middle;}
li{background-color:#ddd;border:1px dotted #f63;margin-bottom:10px;margin-left:2px;margin-right:2px;padding:5px 10px;}
p{margin:0;padding:5px 10px;}
form{margin:0;padding:5px 10px;}
input{background-color:transparent;border:1px solid #3c3;margin-top:1px;margin-bottom:1px; }
.submitbutton{background-color:#f63;}
ul{background-color:transparent;display:inline;list-style-image:none;list-style-type:none;}
.title {background: #ffffff none repeat scroll 0%;font-size: 2em;line-height: 1.4em;letter-spacing: 0.25em;color: #ffffff;}
#header a, #header a:hover strong {background: #6699cc none repeat scroll 0%;color: #ff6633;text-decoration: none; font-weight: 400;}
#header a strong, #header a:hover {background: #6699cc none repeat scroll 0%;color: #ffffff;text-decoration: none;font-weight: 400;}
.imp {background-color: #F7764A; color: #fff;}

/* Layout */
#left { 
position: absolute; 
left: 1%; 
width: 32%; 
/*top: 106px; */
background-color: #ffffff;  
}

#mid { 
position: absolute; 
left: 34%; 
width: 32%; 
/*top: 106px; */
background-color: #ffffff;
overflow: auto;
}

#right { 
position: absolute; 
left: 67%; 
width: 32%; 
/*top: 106px; */
background-color: #ffffff;
overflow: auto;
}

#right, #mid, #left { 
border: 1px solid #ff6633;
padding:0px;
margin:0px;
} 

