/*Allgemein*/
html, body{ margin:0;padding:0;height:100%;}
body{background:#fff; font-size:12px; font-family: Arial, Helvetica, Tahoma sans-serif;}

h1{font-size:14px;color:#fff; font-family: Arial, Helvetica, Tahoma sans-serif;}
h3{font-size:12px;color:#000; font-family: Arial, Helvetica, Tahoma sans-serif;}
img{border:none;}
.clear{clear:both;}
.clear_small{clear:both;height:1px;}
p{margin:0px;}

/*gesamt*/
#sidebox{width:1000px;margin:5px auto;position:relative;height:auto;}

/*header*/
#header{height:77px;width:990px;position:absolute;top:0px;margin: 0 5px;}
#logo{height:77px;width:368px;float:left;}
#praesentiert{height:67px;width:122px;float:right;margin-top:5px;margin-right:15px;}

/*content*/
#sidecontent{top:65px;position:relative;margin: 0 5px;z-index:99;margin-bottom:5px;}
.inhalt{padding:0px;width:675px;height:auto;margin-bottom:10px;float:left;}


/*rechte Spalte*/
#sidebar{float:right;width:306px;height:auto;margin-top:23px;}
.kopf{background: url(../images/sidebar_kopf.gif) no-repeat;height:27px;width:306px;}
.kopf h1{margin:0px;padding-left:10px;padding-top:6px;}
.kopf h1 a{font-size:14px;color:#fff; font-family: Arial, Helvetica, Tahoma sans-serif;font-weight:bold;}
.box{
    border:1px solid #d8d8d8;
    -webkit-border-radius: 10px;      -khtml-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;
    background:-moz-linear-gradient(top, #fff, #E5E6E6); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#E5E6E6)); /* Safari, Chrome */
    width:306px;height:auto;margin-bottom:10px;
}
.box_text{padding:0px;}
.box_text p{padding:5px;}
.box_text a{color:#000;font-weight:bold;text-decoration:none;}
.box_text a:hover{color:#f29400;font-weight:bold;text-decoration:none;}

/*Footer*/
#footer{
    border:1px solid #d8d8d8;
    -webkit-border-radius: 10px;      -khtml-border-radius: 10px;     -moz-border-radius: 10px;     border-radius: 10px;
    background:-moz-linear-gradient(top, #fff, #E5E6E6); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#E5E6E6)); /* Safari, Chrome */
    width:990px;height:auto;margin-bottom:10px;padding:5px;margin-bottom:5px;
}
 
/* Beginn der Datei style.css */

/* general information, used on all pages */

.smalltext { font-size:10px; font-family:Arial,Helvetica,Tahoma; }



/* box with searchforms and statusline */

.topboxborder { background-color:#FFC895; }

.topboxinside { background-color:#FFEAC9; }

a.box:link, a.nav:link{ color:#4cb8ea; font-weight:bold; text-decoration:underline; }

a.box:visited, .smallTextBold a:visited, a.nav:visited { color:#4cb8ea; font-weight:bold; text-decoration:underline; }

a.box:hover, .smallTextBold a:hover, a.nav:hover { color:#ffa200; text-decoration:none; }

.inputform { color:#4cb8ea; background-color:#FFFFFF; font-size:11px; }

.button { color:#4cb8ea; font-size:11px; } 



/* Ende der Datei style.css */


