/* Start of CMSMS style sheet 'osenberg_style' */
/*Generelle Zuweisungen */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, tahoma, "sans-serif";
	font-size: 62.5%;
}

.clearing {
	clear: both;
	}

/* Positionierung */

#outercontainer {
	margin: 0 auto;
	width: 970px;
	background: url(images/cms/bg_container.gif) top left repeat-y;
	text-align: center;
}

#container {
	margin: 0 9px;
	width: 952px;
}

#logo {
	width: 300px;
	height: 146px;
	text-align: left;
	text-indent: -2000px;
	background: #fff url(images/cms/logo_osenberg.gif) no-repeat 40px 20px;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 400px;
	text-align: left;
	background: #fff url(images/cms/bg_header.gif) bottom left repeat-x;
	clear: both;
}

#nav {
	float: left;
	width: 300px;
	/*padding: 20px 0 0 0;*/
        padding: 8px 0 0 0;
	margin: 0;
}

#headerrotation {
	float: right;
	padding: 0;
	margin: -140px 50px 0 0;
	width: 400px;
	height: 300px;
        display: inline;
}

#content {
	padding: 35px 0 0 0;
	width: 950px;
	text-align: left;
}

#leftcol {
	float: left;
	padding: 0 35px 40px 50px;
	width: 520px;
	text-align: left;
}

#rightcol {
	position: relative;
	margin-left: 640px;
	width: 300px;
}

#footer {
	width: 950px;
	height: 40px;
	text-align: left;
	padding-left: 50px;
}


/* Navigation */

ul#navlist {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, tahoma, sans-serif;
font-size: 1.3em;
font-weight: bold;
text-decoration: none;
}

ul#navlist li {
margin: 0;
padding: 0;
}

ul#navlist li a {
display: block;
padding: 5px 0 0 50px;
width: 240px;
height: 21px;
text-transform: uppercase;
}

ul#navlist li a:link, ul#navlist li a:visited {
color: #ffffff;
text-decoration: none;
}

ul#navlist li.menuactive a, ul#navlist li a.currentpage ul#navlist li a.currentpage:link, ul#navlist li a.currentpage:active, ul#navlist li a.currentpage:visited {
background-color: #f7e5cd;
text-decoration: none;
color: #333333;
}

ul#navlist li.menuactive a:hover, ul#navlist li a.currentpage:hover {
color: #333333;
}

ul#navlist li a:hover {
color: #333333;
background-color: #f7e5cd;
}


/* Inhalt */


#headerrotation h2 {
	margin: 4px auto;
	margin-bottom: 12px;
	text-align: center;
	font-size: 2.8em;
	width: 390px;
	font-size: 2.5em;
	font-weight: normal; 
}

#headerrotation #slideshow {
	position: relative;
	width: 360px;
	height: 270px;
	overflow: hidden;
	background-color: #fff;
	padding: 18px;
	border: 1px solid #ccc;
}

#headerrotation #slideshow img {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 360px;
	height: 270px;
	margin: 0;
}

#content a {
	text-decoration: underline;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color:#d57e1c;
}
#content a:hover {
	text-decoration: none; color:#333333;
}

#content p {
	color: #333;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
        margin-bottom: 1em;
}

h1 {
color: #333;
font-family: verdana, tahoma, helvetica, sans-serif;
font-size: 1.6em;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
}

#leftcol h2 {
	background: #fff url(images/cms/bg_headline1_left.gif) top left no-repeat;
	color: #333;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	padding: .05em 0 1em .7em;
	text-transform: uppercase;
	margin-bottom: .5em;
}

#leftcol h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

#leftcol h3 span {
	font-weight: normal;
}

#leftcol p.mehrlink {
	margin-bottom: 1.3em;
}

.bildrechts {
    float: right;
    margin: 0;
    margin-left: 10px;
}

.bildlinks {
    float: left;
    margin: 0;
    margin-right: 10px;
}

#newsdetail h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

#newsdetail h3 span {
        font-size: .8em;	
        font-weight: normal;
}

#newsdetail p.newssummary {
        font-weight: strong;
        margin-bottom: 1em;
}

#rightcol h2 {
	background: url(images/cms/bg_headline1_right.gif) top left no-repeat;
	color: #333;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	padding: .05em 0 1em .7em;
	text-transform: uppercase;
	margin-bottom: .5em;
}
#rightcol p {
	margin-bottom: .6em;
}

#rightcol p.terminlink {
	margin-bottom: 2em;
}

#footer p {
	font-size: 1.1em;
}

#footer a {
	text-decoration: underline;
	color:#333;
}
#footera:link, #footer a:visited {
	text-decoration: underline;
	color:#333;
}
#footer a:hover {
	text-decoration: none;
	color:#333;
}

#leftcol td, #leftcol th {
       font-size: 1.2em;
       line-height: 1.4em;
       padding: .4em;
}

ul.athletenliste {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 1.2em;
}

ul.athletenliste li {
float: left;
margin-right: 10px;
}
ul.athletenliste li a
{
display: block;
padding: .5em;
width: 200px;
background-color: #ddd;
color: #333;
}

ul.athletenliste li a:link, ul.athletenliste li a:visited
{
color: #333;
text-decoration: none;
}

ul.athletenliste li a:hover
{
background-color: #d57e1c;
color: #fff;
}

ul.textliste {
font-size: 1.2em;
margin-left: 0;
padding-left: 0;
list-style-type: none;
margin-bottom: 1em;
}
ul.textliste li {
padding: .4em 0;
}

/* fuer Image Caption */

.imgcontainer {
	position: relative;
	float: right;
        margin:0.5em 0 1em 1em;
}
.caption {
	position: absolute;
        padding: 0.1em 0.2em;
	bottom: 0;
	left: 0;
        font-size: 0.9em;
	text-align: center;
	color: #000;
        background: #fff;
	width: 100%;
	opacity: .75;
	filter: alpha(opacity=85);
}
.imgcontainer img {
        display: block;
}
/* End of 'osenberg_style' */

