/* ----------------------------------------------------------------
	screen.css wm-sommerbiathlon.de
	erstellt 2008/12/23
	Änderung 2009/04/21 bj: major updates
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* general - tags */
/* --------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* scrollleiste erzwingen, um "hüpfen" der Seite zu verhindern */
html {
	overflow: scroll; 
}

/* 100.1% im body --> 1em entspricht somit 16px */
body {
	font-size: 100.01%;
	font-family: verdana, arial;
  text-align: center;
	background-color: #fff;
}

textarea {
	font-family: verdana, arial;
	font-size: 1em;
}

/* Links bearbeiten */
a {
	text-decoration: none;
}

/* Rahmen für Formularbereich und Bild nullsetzen */
fieldset, img {
	border: none;
}

/* Listen, Absätze und Zitate neu formatieren */
ul {
	list-style-type: none;
}


/* --------------------------------------------------------------*/
/* general - ids*/
/* --------------------------------------------------------------*/

/* Wenn die Seite mittig ausgerichtet sein soll, */
/* muss im Container-Div "margin: 0 auto;" stehen und im Body-Div "text-align: center;" */

#container {
	margin: 0 auto;
	width: 900px;
  text-align: left;
}

/* --------------------------------------------------------------*/
/* general - classes */
/* --------------------------------------------------------------*/

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

* html .cleaner {
	height: 0px;
	font-size: 1px;
}

*:first-child+html .cleaner {
	height: 0px;
}


/* --------------------------------------------------------------*/
/* navigation_top */
/* --------------------------------------------------------------*/

#navigation_top {
	position: relative;
	height: 2em;
	background: #fff url(../images/bg_navigation_top.gif) bottom left no-repeat;
}

#navigation_top ul {
	position: absolute;
	right: 0;
}

#navigation_top li {
	float: left;
	margin: 0 0 0 5px;
	background: url(../images/bg_navigation_top_li.gif) bottom right no-repeat;
}

#navigation_top li.active {
	background: url(../images/bg_navigation_top_li_act.gif) bottom right no-repeat;
}

#navigation_top li a {
	float: left;
	display:block;
	padding: 4px 7px;
	font-size: .7em;
	background: url(../images/bg_navigation_top_a.gif) bottom left no-repeat;
	color: #fff;
}

#navigation_top li a:hover {
	text-decoration: underline;
}

#navigation_top li.active a {
	background: url(../images/bg_navigation_top_a_act.gif) bottom left no-repeat;
}


/* --------------------------------------------------------------*/
/* header */
/* --------------------------------------------------------------*/

#header {
	height: 90px;
	background: #fff url(../images/bg_header.gif) bottom left repeat-x;
}

#header_left {
	float: left;
	width: 347px;
	height: 90px;
	background: transparent url(../images/header_left.gif) top left no-repeat;
}

#header_left img {
	margin-left: 35px;
}

#header_right {
	float: left;
	width: 553px;
}

#header_right #header_right_image {
	float: left;
	width: 424px;
	height: 90px;
	background: transparent url(../images/bg_header_right_image.gif) top left no-repeat;
}

#header_right #header_right_logo {
	float: left;
	text-align: center;
	width: 129px;
}


/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
	clear: both;
    padding-left: 177px;
}


/* --------------------------------------------------------------*/
/* sidebar generell */
/* --------------------------------------------------------------*/

#sidebar_container {
	float: left;
	margin-left: -177px;
	width: 177px;
	background: transparent url(../images/bg_sidebar_wrap.gif) top right no-repeat;
}

* html #sidebar_container {
	margin-left: -88px;
}

#sidebar_wrap {
	margin: 1px 0 0 0;
	background: #f8b63c url(../images/bg_sidebar.gif) top right repeat-y;
	border-left: 1px solid #67676b;
}

#sidebar {
	min-height: 200px;
	font-size: .8em;
	background: transparent url(../images/bg_navigation_sub.gif) top right no-repeat;
}

* html #sidebar {
	height: 200px;
}


/* --------------------------------------------------------------*/
/* sidebar navigation_language */
/* --------------------------------------------------------------*/

#sidebar ul.navigation_language {
	padding: 10px 10px 30px 10px;
}

#sidebar ul.navigation_language li {
	float: left;
	padding: 0 10px 0 0;
}

#sidebar ul.navigation_language li a {
	display: block;
}


/* --------------------------------------------------------------*/
/* sidebar navigation_main_caption */
/* --------------------------------------------------------------*/

#sidebar .navigation_main_caption {
	margin: 0 10px 0 10px;
	padding: 3px 0 3px 15px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px dotted #fff;
	background: #f8b336 url(../images/bg_navigation_sub_navi_main.gif) center left no-repeat;
	color: #007a00;
	opacity: 0.50;
	filter: alpha(opacity=50);
 	-moz-opacity: 0.50;
 	-khtml-opacity: 0.50;
}


/* --------------------------------------------------------------*/
/* sidebar navigation_sub */
/* --------------------------------------------------------------*/

#sidebar ul.navigation_sub {
	margin: 0 0 20px 0;
	padding: 0 10px 10px 10px;
}

#sidebar ul.navigation_sub li {
	margin: 0 0 5px 0;
}

#sidebar ul.navigation_sub li a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom: 1px dotted #fff;
	background: transparent url(../images/bg_navigation_sub_li.gif) center left no-repeat;
	color: #fff;
}

#sidebar ul.navigation_sub li a:hover, #sidebar ul.navigation_sub li.active li a:hover, #sidebar ul.navigation_sub li.active a, #sidebar ul.navigation_sub li.active li.active a {
	color: #007a00;
}

#sidebar ul.navigation_sub li.active li a {
	color: #fff;
}

#sidebar ul.navigation_sub li ul li {
	margin: 0 0 0 15px;
}


/* --------------------------------------------------------------*/
/* sidebar_organisatoren, sidebar_shadow */
/* --------------------------------------------------------------*/

#sidebar_organisatoren h1 {
	margin: 10px 7px 0 0;
	padding: 0 10px;
	height: 27px;
	line-height: 27px;
	font-size: .9em;
	background: transparent url(../images/bg_sidebar_organisatoren.gif) top left repeat-x;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#sidebar_organisatoren table td {
	padding: 5px 6px;
}

#sidebar_organisatoren table.table_center {
    width: 100%;
    text-align: center;
}

#sidebar_shadow {
	height: 9px;
	font-size: 1px;
	background: transparent url(../images/bg_sidebar_shadow.gif) top left no-repeat;
}

#sidebar_powered {
    font-size: .7em;
    text-align: center;
	color: #007a00;
}

#sidebar_powered a {
	font-weight: bold;
	color: #007a00;
}

#sidebar_powered a:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------*/
/* navigation_main */
/* --------------------------------------------------------------*/

#navigation_main {
	height: 25px;
	text-align: right;
	background: #f89c0f url(../images/bg_navigation_main.gif) top left no-repeat;
}

#navigation_main ul {
	margin: 0 0 0 30px;
}

#navigation_main li {
	float: left;
		
}

#navigation_main li a {
	display: block;
	padding: 6px 7px 5px 7px;
	font-size: .75em;
	font-weight: bold;
	color: #fff;
}

* html #navigation_main li a {
	
}

#navigation_main li a:hover {
	background: transparent url(../images/bg_navigation_main_li_hover.gif) top center no-repeat;
}

#navigation_main li.active a {
	background: #fff url(../images/bg_navigation_main_li_active.gif) top center no-repeat;
	color: #f89c0f;
}

#navigation_main input {
	margin: 2px 2px 0 0;
	padding: 1px 5px;
	width: 100px;
	border: 1px solid #fff;
	background: #fad295;
	color: #67676b;
}

#navigation_main input.submit {
	width: auto;
	border: none;
	background: transparent;
}


/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#divider {
	clear: left;
	height: 8px;
	background: transparent url(../images/bg_divider.gif) top left repeat-x;
}

#breadcrumb {
	margin: 20px 0 0 10px;
	padding: 0 0 5px 0;
	font-size: .75em;
	color: #67676b;
	border-bottom: 1px dotted #67676b;
}

#breadcrumb a {
	color: #67676b;
}

#content_wrap {
	float: left;
	width: 100%;
}

* html #content_wrap, * html #content {
	width: auto;
}

#content {
	padding: 10px;
	font-size: .8em;
	min-height: 300px;
}

* html #content {
	height: 300px;
}

#content p {
	margin-bottom: 0.8em;
}

#content a {
	font-weight: bold;
	color: #007a00;
}

#content a:hover {
	text-decoration: underline;
}

#content ul, ol {
	margin: 0pt 2em 1em;
}

#content ul {
	list-style-type:square;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: .6em;
	color: #f89f13;
}

#content h1 {
	font-size: 1.3em;
}

#content h2 {
	font-size: 1.15em;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 1em;
}

#content table.contenttable  {
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px dotted #007A00;
	background-color: #ddeedd;
}

#content table.contenttable th, #content table.contenttable td {
	padding: 2px 5px;
}

#content .csc-textpic img {
	border: 1px dotted #007A00;
}

#content iframe {
	width: 100%;
}

div#dkb_ad img {
    margin-left: 20px;
}


/* --------------------------------------------------------------*/
/* footer */
/* --------------------------------------------------------------*/

#footer {
	margin: 0 0 20px 0;
	padding: 0 70px 0 0;
	height: 50px;
	text-align: right;
	background: url(../images/bg_footer.gif) top left repeat-x;
}

#footer p {
	font-size: .8em;
	text-align: right;
	color: #007a00;
}

#footer img {
    margin: 0 0 10px 10px;
}

#footer a {
	font-weight: bold;
	color: #007a00;
}

#footer a:hover {
	text-decoration: underline;
}
