

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(http://ferr-wzb.de/uploads/images/design_v2/body_bg.gif);
	font-family: calibri, arial, sans-serif;
	font-size: 14px;
}

.clr {
        clear: both;
}

img {
	border: 0;
}

.img_left {
        float: left;
        border: 2px solid #fff;
        margin: 5px 10px 5px 0;
}

.img_right {
        float: right;
        border: 2px solid #fff;
        margin: 5px 0 5px 10px;
}

.img_border {
        border: 2px solid #fff;
}

h1 span {
	position: absolute;
	left: -9999px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

h2 span {
	font-size: 14px;
}

h3 {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 0.6em;
}

h4 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 0.6em;
}


h5 {
        font-size: 14px;
}

p {
	margin-bottom: 1em;
}

a {
        color: #000;
}

table {
clear: both;
}

thead td {
        background: #003882;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #000;
        color: #fff;
        padding: 0 5px;
}

tbody td {
        background: #a5aed4;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        color: #000;
        padding: 0 5px;
}

#container {
	width: 875px;
	padding: 0 35px 0 10px;
	margin: auto;
	background: url(http://ferr-wzb.de/uploads/images/design_v2/container_bg-trans.png) repeat-y;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar_top {
	width: 250px;
	height: 95px;
	padding-top: 45px;
	margin-bottom: 25px;
}

#navi {
	width: 240px;
	padding-left: 10px;
	margin-bottom: 50px;
}

#navi ul {
	list-style: none;
}

#navi ul li.sectionheader {
	color: #fff;
	padding-left: 17px;
}

#navi ul li ul {
	margin-left: 0px;
	margin-top: 10px;
}

#navi ul li a {
	padding: 0 0 10px 17px;
	display: block;
	color: #fff;
	text-decoration: none;
        height: 1%;
}

#navi ul li a.current,
#navi ul li a:hover {
	background: url(http://ferr-wzb.de/uploads/images/design_v2/bullet.gif) left 3px no-repeat;
}

#sidebar_bottom {
	color: #fff;
	text-align: center;
	font-size: 10px;
}

#sidebar_bottom a {
        color: #fff;
}

#main {
	float: right;
	width: 600px;
}

#header {
	width: 600px;
	height: 133px;
	padding-top: 7px;
	text-align: center;
	margin-bottom: 25px;
}

#content {
	color: #000;
        margin-bottom: 15px;
        background: url(http://ferr-wzb.de/uploads/images/design_v2/content_bg-trans.png) center 90px no-repeat;
        min-height: 460px;
}

#footer {
	clear: both;
	padding-left: 270px;
}

#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0;
}

#bottom {
	margin: auto;
	width: 920px;
	height: 20px;
	background: url(http://ferr-wzb.de/uploads/images/design_v2/footer_bg-trans.png) no-repeat;
}