/*
 * StyleSheet für Portal2-View
 *
 */

h1, h2, h3, h4, h5, h6, p {
    position: relative;
} 

a img {
	border: 0;
}

body.Portal2 {
	background: #222864 url('../symb/bg_main.png') repeat-x;
	margin: 0;
	padding: 0;
}

#center {
	margin: 0 auto 0 auto;
	width: 980px;
	position: relative;
}

img#head_wumap {
	position:absolute;
	top: 0;
}

#navigation {
	width: 160px;
	position: absolute;
	top: 160px;
	left: 0px;
	padding: 15px 0 1ex 15px;
	background: #4B5998 url('../symb/bg_nav.png') top left repeat-x;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
	margin: 0 0 1ex 0;
	padding: 0;
}

#navigation ul li a {
	color: #fff;
	font-size: 12pt;
}

#content {
	width: 750px;
	position: absolute;
	top: 160px;
	left: 200px;
}

#content .module {
	line-height: 1.5em;
}

div.module {
	background: #fff url('../symb/border_tl.png') top left no-repeat;
	margin-bottom:2em;
}
div.module div.a {
	background: transparent url('../symb/border_tr.png') top right no-repeat;
}
div.module .b {
	background: transparent url('../symb/border_br.png') bottom right no-repeat;
}

div.module .c {
	background: transparent url('../symb/border_bl.png') bottom left no-repeat;
	padding: 1.5em 1em;
}


#head_wumap {
	border: 0;
}

#backlinks a {
	color: #465A99;
	font-size:11px;
}
