/*

       Zentrale CSS-Definitionsdatei für die Homepage der FWW

*/


/*
  generelle formatierungen
*/

body {
font-family: sans-serif, Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
background: #FFFFFF;
margin: 0px;
border: 0px;
padding: 0px;
}

a {
text-decoration: none;
color: #CC0000;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

ul {
list-style: circle;
}

ul ul {
list-style: square;
}

ol ul {
list-style: square;
}

/* eigene bullets für linklisten zB auf der haupseite
   ACHTUNG: der link muss dringend angepasst werden in der finalen version!!  */
ul.links {
list-style-image: url(http://www.ww.uni-magdeburg.de/fww/img/linklist.gif);
}

ul.links i {
color: #999999;
font-size: 8pt;
}


/* kursive kommentare bei linklisten sollen grau dargestellt werden */
td.chairs i {
color: #999999;
font-size: 8pt;
}

/*
  format für generelle schrift in tabellen
*/

td {
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
}

td.chairs {
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
}

h1 {
font-size: 14pt;
font-weight: bold;
}

h2 {
font-size: 12pt;
font-weight: bold;
}

h3 {
font-size: 10pt;
font-weight: bold;
}



/*
  formatierungen  für den linken hauptbereich
*/

td.main a {
text-decoration: none;
color: #ffffff;
}

td.main a:hover {
text-decoration: underline;
}

td.main {
font-family: Verdana,Arial,sans-serif;
font-size: 9pt;
color: #ffffff;
}

td.main div{
font-family: Arial,sans-serif;
font-weight: bold;
padding-top: 20px;
padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
}

td.main div.pixspace {
font-family: Arial,sans-serif;
font-weight: bold;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 0px;
}

td.main div.service {
font-weight: normal;
font-family: Verdana,Arial,sans-serif;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 10px;
}


/*
  format für graue tabellenzellen
*/

td.grau {
background: #F0F0F0;
border: solid 1px;
}


/*
  format für linklisten in tabellen (zB hauptseite)
*/

td.nav {
font-family: Arial,sans-serif;
font-size: 9pt;
}


/*
  neue styles
*/

#logopos {
	position: absolute;
	top: 2px;
	left: 2px;
}

#menuepos {
	position: absolute;
	top: 122px;
	left: 2px;
}

#imprintpos {
	position: absolute;
	left: 2px;
	bottom: 2px;
}

#headtitlepos {
	position: absolute;
	top: 2px;
	left: 2px;
}

#headpicturepos {
	position: absolute;
	top: 80px;
	left: 2px;
}

#contentpos {
	position: absolute;
	top: 57px;
	left: 45px;
}
.ueberschrift-ebusiness {
	font-size: 12pt;
	color: CC0000;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.ueberschrift-wirtschaftspolitik {
	font-size: 12pt;
	color: CC0000;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

