/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image:url(../images/background.gif);
background-repeat:repeat-y;
background-color: #e8e2db;
}
a {
color: #00F;
}
a:hover {
text-decoration: none;
}

/*** HEADER ***/

#header {
position: absolute;
left: 100px;
top: 0;
background: #427682;
border-left: 5px solid #427682;
color: white;
width: 795px;
height: 60px;
text-align: left;
padding: 5px;
background-image:url(../images/acad-prof_de.gif);
background-repeat: no-repeat;
background-position: 10px center;
}
#header h1 {
display: none;
}
#header h2 {
display: none;
}

/*** NUREMBERG ***/

#nuremberg {
position: absolute;
bottom: 0px;
left: 600px;
height: 73px;
width: 250px;
background-image: url(../images/nuremberg_de.gif);
background-repeat:no-repeat;
z-index: 3000;
}
#nuremberg h3 {
display: none;
}

/*** NAVIGATION ***/

#navigation {
position: absolute;
left: 430px;
width: 560px;
top: 39px;
margin: 0;
padding: 0;
}
#navigation ul {
padding: 0;
margin: 0px 0 10px 0;
list-style-type: none;
height: 20px;
}
#navigation li {
float: left;
padding: 2px 5px;
color: white;
font-size: 11px;
}
#navigation a {
color: #FFF;
}

/*** BOXES ***/

#boxes {
background: #c2b19f;
width: 100px;
position: absolute;
left: 0; 
top: 0px;
padding: 0;
margin: 0;
}
#boxes .spacer {
visibility: hidden;
height: 100px;
}
#boxes h4 {
color: #000;
margin: 5px 5px 0 5px;
padding: 2px;
font-size: 12px;
font-weight: bold;
}
#boxes p {
color: #333;
margin: 0 5px 5px 5px;
padding: 2px;
font-size: 12px;
}
#boxes a {
color: #333;
}
#boxes a:hover {
color: #666;
}
#boxes .friend {
position: absolute;
top: 520px;
left: 0px;
width: 80px;
color: #e8e2db;
background: #903852;
text-align: center;
border: 2px solid #903852;
padding: 4px 2px;
font-size: 12px;
}
#boxes .friend a {
color: #e8e2db;
}
#boxes .friend a:hover {
color: #FFF;
}

/*** RIGHT ***/

#right {
	background: #903852;
	position: absolute;
	left: 903px;
	top: 0;
	width: 100px;
	z-index: 2000;
}
#right .spacer {
visibility: hidden;
height: 70px;
}
#right h4 {
color: #FFF;
margin: 5px 5px 0 5px;
padding: 2px;
font-size: 12px;
font-weight: bold;
}
#right ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#right li {
color: #CCC;
text-align: right;
margin: 0 10px 0 0;
padding: 2px;
line-height: 110%;
font-size: 11px;
}
#right p {
color: #CCC;
margin: 0 5px 5px 5px;
padding: 2px;
font-size: 12px;
}
#right a {
color: #CCC;
}
#right a:hover {
color: #FFF;
}

#flags {
position: absolute;
top: 70px;
right: 0;
width: 114px;
margin: 0px 8px 0 0;
padding: 0;
z-index: 5000;
}
#flags img {
padding: 0;
margin: 0 10px 10px 0;
border: 1px solid #e8e2db;
}

/*** MAIN ***/

#main {
position: absolute;
left: 100px;
top: 98px;
width: 750px;
padding: 0;
padding-bottom: 70px;
margin: 10px 25px;
}

h5 {
margin: 0 0 5px 0;
padding: 0 0 5px 0;
font-size: 24px;
color: #903852;
}
p,li,td {
padding: 5px 0;
margin: 5px 0;
font-size: 14px;
line-height: 140%;
}
#main .bott {
margin-top: 20px;
padding: 0;
border-top: 1px solid #c2b19f;
}
#main .bott h6 {
margin: 10px 0 0 0;
padding: 0;
}
#main .bott img {
float: right;
}
#main a {
color: #00C;
}

/*** BUTTONS ***/

#buttons p {
position: absolute;
bottom: 21px;
left: 0;
color: white;
width: 100%;
height: 20px;
font-size: 12px;
text-align: center;
background: #333;
padding: 2px;
font-weight: normal;
margin: 0;
}
a {
color: white;
}

/*** FOOTER ***/
h6 {
color: #000;
height: 20px;
padding: 2px;
font-weight: normal;
font-size: 11px;
margin: 10px auto;
}
a {
color: #000;
}
