@import url("dropdown.css");
@import url("niftyCorners.css");
@import url("bilder.css");
@import url("ueberschriften.css");
@import url("links.css");
@import url("formulare.css");
@import url("buildin_style.css");
@import url("datenbox.css");
@import url("tabellen.css");

body {
font: 95%/1.6em "Trebuchet MS", verdana, tahoma, helvetica, geneva, sans-serif;
margin:10px;
background: #334360;
}

* {
margin:0;
padding:0;
}

#wrapper {
background:#334360;
max-width:1200px;
width:expression(this.width > 320 ? "320px" : this.width);
min-width:760px;
margin:0 auto;
border:2px solid #fff;
-moz-border-radius:5px;
}

* html #wrapper
{
w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
margin:1px;
background-color: #334360;
padding:0px;
}

#superheader {
height: 15px;
padding:15px 7px 15px 0 !important;
background: #5F6C88;
color: #fff;
}

#header {
height: 76px;
padding:10px 10px 10px 0 !important;
background: url('../gfx/studerundrevoxheader-neu.jpg') no-repeat;
background-color: #334360;
background-position: right;
}

#navi {
height: 22px;
padding:10px 10px 15px 0 !important;
margin-bottom: 20px;
background: #5F6C88;
color: #fff;
clear:both;
}

#sidebar {
width:150px;
padding:15px 20px 20px 5px;
float:left;
color:#000;
}

#sidebar p {
margin:15px 0;
}

#sidebarright {
width:195px;
float:right;
padding:0 0 0 20px;
background-color: #334361;
color: #000;
}

#content {
margin:0 220px 0 180px;
padding:0 10px 0 10px;
background-color: #97A5BC;
border: 2px solid #fff;
color: #000;
text-align: justify;
min-height: 1075px;
-moz-border-radius:10px;
}

p:first-letter  {
font-weight: bold;
}

#contentnorightbar {
margin:20px 0 0 240px;
padding:20px 0 0 20px;
}

#content ul {
margin:0px;
line-height:auto;
padding:5px 0 5px 10px;
}

#content ul span {
color: #000;
}

#content li {
margin-left:12px;
}

#contentnorightbar ul {
margin:15px 0 15px 20px;
line-height:25px;
padding:15px 0;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
color:#79B933;
}

#contentnorightbar ul span {
color: #000;
}

/*----- Newsbloecke auf der rechten Seite ----- */

div.news {
width: 190px;
background: #97A5BC;
margin-bottom: 20px;
-moz-border-radius:5px;
}

div.news li{
margin-left: 10px;
}

p {
margin:0;
padding: 5px 10px;
line-height: 1.3;
text-align: justify;
color: #000;
}

/*----- Allgemeine Klassen ----- */
.left { float: left; margin-top: -10px; margin-left: 2px;}
.right { float: right; margin-top: -10px; margin-right: 2px; }

p {
margin:15px 0;
line-height:22px;
}

/* footer */
#footer-outer {
clear: both;
background-color: #5F6C88;
text-align: left;
width: 100%;
font-size: 0.9em;
color: #fff;
padding-top: 15px;
border-top: 6px solid #fff;
margin-top: 30px;
}

#footer-wrap {
width: 100%;
margin: 0 auto;
}


#footer-wrap h3 {
background: #334360;
cursor: help;
margin: 10px 0 10px 0;
padding: 5px 0 8px 0em;
color: #fff;
font-size: 110%;
padding-left: 15px;
letter-spacing: 1px;
text-decoration: none;
border: 1px solid #fff;
-moz-border-radius:7px;
font-weight: normal;
text-align: left;
}

/* footer columns */
#footer-wrap .col-a {
width: 250px;
float: left;
margin-left: 15px;
}

#footer-wrap .col-b {
width: 215px;
float: right;
margin-right: 15px;
}

/* footer-list */
.footer-list ul {
list-style: none;
padding: 0;
margin-left: 20px;
line-height: 2.5em;
}

/* subscribe stuff */
ul.subscribe-stuff {
list-style: none;
margin: 0 0 0 5px; padding: 0;
}

ul.subscribe-stuff li {
float: left;
margin: 0 3px 0 0; padding: 0;
}

ul.subscribe-stuff li img {
padding: 0; margin: 0;
border: none;
background: none;
}

/* footer-bottom */
#footer-bottom {
clear: both;
font-size: 100%;
padding-top: 20px;
font-family: 'Trebuchet MS',Helvetica, Arial,sans-serif;
color: #fff;
background-color: #97A5BC;
overflow: hidden;
}

#footer-bottom a { color: #fff; }
#footer-bottom a:hover { 
color: #fff;
border-bottom: 1px dotted #ad0000;
}

#footer-bottom p.bottom-left {
float: left;
display: inline;
margin: 0 0 30px 20px;
padding: 0;
width: 360px;
text-align: left;
color:#fff;
}

#footer-bottom p.bottom-right {
float: right;
display: inline;
margin: 0 30px 30px 0;
padding: 0;
width: 420px;
text-align: right;
}

.clear {display:inline-block;}