/* basis.css */
/* Fachschaftsrat WiWi */

.breaker{overflow:hidden;height:1px;clear:both}

body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;	
text-align:center; 
margin:0 0 0 5px;
padding:0;
background:	#ffffff url(../img/body_bg.gif) repeat-x;
line-height: 150%;
}

a {
text-decoration:none;
color:#000000;
}

.rot {
color:#FF0000;
}

a:hover {
text-decoration:underline;
}

img {
border:0;
float:left;
margin:10px 20px 10px 0;
}

.flags {
border:0;
float:right;
margin:0 0 0 5px;
}

#globalcontainer {
width:760px;
text-align:left;
margin: 0 auto; 
}

#header {
margin: 10px 0 0 0;
padding: 10px 10px 0 0;
text-align: right;
width: 750px;
height: 150px;
background: #ffffff url(../img/logo.gif) no-repeat left top;
}

#content {
border: #cccccc 1px solid;
margin: 0;
padding: 20px 20px 20px 130px;
width: 608px;
background: #ffffff url(../img/logo_grey.gif) no-repeat right bottom;
}

h1 {
margin: 0px;
padding: 0px;
font-size: 16px;
font-weight:bold;
}

h2 {
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight:bold;
}

h3 {
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight:normal;
color: #666666;
}

#title {
position: absolute;
top:78px;
width: 750px;
}

#nav {
position: absolute;
top:128px;
width: 750px;
}

#nav ul	{
margin: 0;
padding: 0;
font-size: 11px;
font-weight: bold;
list-style-type: none;	
}

#nav li	{
float: right;
width: auto;
margin:	0 0 0 10px;
padding: 0;
}

#nav span{
color:#006699;
}

#footer {
margin: 5px 0 20px 0;
padding: 0 10px 0 10px;
width: 740px;
height: 15px;
line-height: 15px;
}

.footer_le {
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0;
float:left;
height: 15px;
}

.footer_re {
margin: 0;
padding: 0;
text-align: right;
font-size: 10px;
color: #666666; 
float:right;
height: 15px;
}

