/* 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:hover {
text-decoration: none;
}

/*** HEADER ***/

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

/*** NUREMBERG ***/

#nuremberg {
position: absolute;
top: 615px;
left: 500px;
height: 73px;
width: 361px;
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: 45px;
margin: 0;
padding: 0;
z-index: 9000;
}
#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: transparent;
width: 100px;
position: absolute;
left: 0; 
top: 0px;
padding: 0;
margin: 0;
}
#boxes .spacer {
visibility: hidden;
height: 70px;
}
#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 ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#boxes li {
color: #903852;
text-align: left;
font-weight: bold;
margin: 0 0 0 5px;
padding: 2px;
line-height: 110%;
font-size: 11px;
}
#boxes li a {
color: #903852;
}
#boxes li a:hover {
color: #903852;
}
#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: transparent;
	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: center;
margin: 0 2px 0 2px;
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;
}
#right img {
padding: 0;
margin: 0;
}
#right .soflae {
margin: 25px 0px 25px 0px;
padding: 0;
}
#right .soflae a {
text-align: center; 
font-size: 11px; 
margin: 0; 
padding: 1px 1px 3px 1px; 
width: 98px; 
border: 0px solid #E8E2DB; 
background: transparent; 
letter-spacing: -0.8px;
color: #CCC; 
display: block;
font-weight: bold;
}
#right .soflae 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: 93px;
height: 550px;
width: 750px;
padding: 0;
padding-bottom: 70px;
margin: 0px 25px 10px 25px;
}

h5 {
margin: 0 0 5px 0;
padding: 0 0 5px 0;
font-size: 16px;
}
p {
padding: 5px 0;
margin: 5px 0;
font-size: 16px;
line-height: 140%;
}

/*** 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 ***/
#footer {
position: absolute;
top: 513px;
left: 0px;
width: 500px;
height: 25px;
background-color: #e8e2db;
z-index: 1000;
}
h6 {
color: #000;
height: 20px;
padding: 2px;
font-weight: normal;
font-size: 11px;
margin: 10px auto;
}
a {
color: #000;
}
