body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

.code {
	font-size: 8px;
	line-height: 14px;
	padding-bottom: 25px;
}

/* -- STANDARD -- */

a {
	font-weight: bold;
	color: #000;	
}

a:visited {
}

a:hover {
}

a:active {
}

/* -- LOGO / NAVIGATION / HORIZONTALE LINIE / LANG -- */

#logo {
	height: 35px;
	width: 245px;
	margin-top: 50px;
	margin-left: 50px;
}

#navigation {
	height: 20px;
	width: 615px;
	margin-top: -30px;
	margin-left: 300px;
}

#navigation img {
	border: 0px solid #000;
}

#line_horizontal {
	height: 2px;
	width: 650px;
	margin-left: 300px;
	margin-top: 2px;
	background-image: url(/medienserver/layout/line_horizontal.gif);
}

#logout {
	font-size: 8px;
	margin-left: 845px;
	margin-top: -6px;
	text-align: right;
	height: 11px;
	width: 104px;
	background-color: #066;	/* background-color: #FFF; */	
}

#logout img {
	border: 0px solid #000;
}


/* -- BOX -- */

#box {
	width: 840px;
	margin-left: 50px;
	height: auto;
	background-image: url(/medienserver/layout/line_vertical.gif);
	background-repeat: repeat-y;
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 50px;
	margin-top: 10px;
}

div#box { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

/* -- CONTAINER -- */

#container {
	width: 840px;
}

/* -- CONTENT -- */

.content_box {
}

.content_left {
	height: 125px;
	width: 175px;
}

.content_left img {
	border: 1px solid #000;
}

.content_main {
	width: 375px;
	margin-top: -100px;
	margin-left: 175px;
	text-align: left;
}

.content_right {
	height: 100px;
	width: 265px;
	margin-top: -125px;
	margin-left: 575px;
}

.content_right a {
	font-weight: normal;
}

/* -- ITEM -- */

.item_box {}

.item_left {
	height: 60px;
	width: 85px;
}

.item_left img {
	border: 1px solid #000;
}

.item_main {
	margin-top: -60px;
	margin-left: 85px;
}

.info {
	font-size: 9px;
	margin-bottom: 1px;
}

.info .left {
	width: 50px;
	height: 10px;
}

.info .right {
	margin-top: -10px;
	margin-left: 60px;
	height: 10px;
}

.download {
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.download a {
	
}

/* -- LISTVIEW -- */

.listview_box {
	height: 125px;
}

.listview_left {
	height: 125px;
	width: 175px;
}

.listview_left img {
	border: 1px solid #000;
}

.listview_main {
	height: 100px;
	width: 375px;
	margin-top: -125px;
	margin-left: 175px;
	text-align: justify;
}

.listview_right {
	height: 100px;
	width: 265px;
	margin-top: -100px;
	margin-left: 575px;
}

.listview_right a {
	font-weight: normal;
}

/* -- TEXT -- */

.headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
}

.headline a {
	text-decoration: none;
}

.subheadline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
	margin-top: 25px;
}

.subheadline a {
	font-weight: normal;
}


.underline {
	text-decoration: underline;
}

.bottom {
	margin-top: 25px;
	font-size: 9px;
	text-align: center;
}

.bottom a{
	font-weight: normal;
	font-size: 9px;
}

/* -- FOOTER -- */

#footer {
	background-image: url(../layout/footer_top.gif);
	background-repeat: no-repeat;
	width: 900px;
	background-color: #FFF;
	margin-left: 50px;
	text-align: center;
	padding-top: 35px;
	font-size: 8px;
	letter-spacing: 0.2em;
	padding-bottom: 25px;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
}