/* Allgemein */
html, body {
	background: #A1C2E1;
	height: 110%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}
/* Top */
#top {
	position: relative;
	margin: auto;
	margin-top: 20px;
	height: 128px;
	width: 950px;
}
#ticker {
	position: absolute;
	left: 135px;
	top: 96px;
	width: 790px;
	height: 18px;
	color: #ffffff;
	background: transparent;
	overflow: hidden;
}
#topmenu {
	margin-top: -68px;
	margin-right: 20px;
}
#topmenu a {
	color: #ffffff;
	background: transparent;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
}

/* Main */
#main {
	margin: auto;
	padding: 0;
	width: 950px;
	text-align: left;
}

/* Cols */
#left {
	float:left;
	width: 158px;
}
#right {
	float:right;
	width: 158px;
}

#menu h1, #right h1 {
	background: url('../../gfx/v1/menu_header.jpg') no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	color: #ffffff;
	font: normal normal bold 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menu h2, #right h2 {
	width: 140px;
	margin: 0;
	padding: 0;
	color: #0D316F;
	font: normal normal bold 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menu ul, #right ul {
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu li, #right li {
	list-style: none;
	padding-top: 4px;
}
#menu li a {
	display: block;
	width: 140px;
	height: 16px;
	font: normal normal bold 11px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu li.menulink {
	color: #0D316F;
}
#right li a {
	display: block;
	width: 140px;
	color: #0D316F;
	font: normal normal bold 11px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu li.counter {
	padding-left: 3px;
}
#menu h2 {
	margin-left: 10px;
	margin-top: 5px;
}
#menu li a.menulink_active {
	text-decoration: underline;
}
div.menu {
	width: 158px;
	background: url('../../gfx/v1/menu_bg.jpg') repeat-y;
}
img.menu {
	margin-bottom: 8px;
}

/* Content */
#frame {
	float: right;
	width: 782px;
	padding-right: 3px;
	min-height: 600px;
}
.content {
	background: #ffffff;
	margin-top: -2px;
}
div.w {
	width: 782px;
}
div.s {
	width: 617px;
	float: left;
}
/* Tabs */
#tabs {
	height: 24px;
}
#tabs a {
	text-decoration: none;
}
#tabs div {
	width: 152px;
	height: 24px;
	float: left;
	padding-top: 4px;
	text-align: center;
}
#tabs div.tablink_normal {
	background: url('../../gfx/v1/tab_normal.jpg') no-repeat;
}
#tabs a.tablink_normal {
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: transparent;
	width: 152px;
	display: block;
}
#tabs div.tablink_active {
	background: url('../../gfx/v1/tab_active.jpg') no-repeat;
}
#tabs a.tablink_active {
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	color: #0D316F;
	background: transparent;
	width: 152px;
	display: block;
}
.ctl {
	background: url('../../gfx/v1/ctl.jpg') top left no-repeat;
	height: 19px;
	margin: 0;
	padding: 0;
}
.ctr {
	background: url('../../gfx/v1/ctr.jpg') top right no-repeat ;
	height: 19px;
	margin: 0;
	padding: 0;
}
.cbl {
	background: url('../../gfx/v1/cbl.jpg') top left no-repeat;
	height: 19px;
	margin: 0;
	padding: 0;
}
.cbr {
	background: url('../../gfx/v1/cbr.jpg') top right no-repeat;
	height: 19px;
	margin: 0;
	padding: 0;
}
.cl {
	background: url('../../gfx/v1/cl.jpg') left repeat-y ;
	margin: 0;
	padding: 0;
}
.cr {
	background: url('../../gfx/v1/cr.jpg') right repeat-y;
	margin: 0;
	padding: 0;
}
.ct {
	background: url('../../gfx/v1/ct.jpg') top repeat-x;
	height: 19px;
	margin: 0;
	padding: 0;
}
.cb {
	background: url('../../gfx/v1/cb.jpg') bottom repeat-x;
	height: 19px;
	margin: 0;
	padding: 0;
}
.cc {
	padding-left: 15px;
	padding-right: 20px;
	min-height: 620px;
}