* {
	margin: 0;
    padding: 0;
}

img {
	border: 0;
}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #252525;
}

#main {
	position: relative;
	text-align: left;
	width: 960px;
    background-color: #161616;
	padding: 15px;
	margin: 15px auto;
}

#header {
	position: relative;
	height: 372px;
	width: 960px;
	background-image: url('../pics/header.jpg');
}

#navi {
	color: #AFAFAF;
	position: relative;
	top: 134px;
	left: 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.06em;
}

#navi a {
	color: #AFAFAF;
	}

#navi a:hover, #navi a.act {
	color: #D73800;
	text-decoration: none;
}

.separator {
	margin: 0 10px;
}

#content {
	padding: 15px;
	background-color: #CDCEC5;
}

#footer {
	margin-top: 5px;
	color: #686868;
	text-align: right;
}

a {
    color: #D73800;
    cursor: pointer;
}
a:Link {color:#D73800;text-decoration:none;}
a:Visited {color:#D73800;text-decoration:none;}
a:Hover {color:#D73800;text-decoration:underline;}


h4 {
    font-weight: normal;
    font-size: 11px;
    margin: 0 0 4px 0;
}

p {
	margin: .8em 0;
}

form {
    margin: 0;
    margin-top: 10px;
}

select {
    font-size: 1em;
}

input[type=text], input[type=password], textarea {
    width: 300px;
    padding: 2px;
	border: 1px solid #A0A294;
    background-color: #F7F7F7;
	margin: 0 0 .25em 0;
    font-size: 1em;
    vertical-align: top;
	font-family: Verdana, Arial, sans-serif;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fffaec;
}

input[type=submit], input[type=button] {
    font-weight: bold;
    font-size: 1em;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

/*
ul {
	margin-top: -10px;
	margin-bottom: 20px;

	/* diese Angabe sind notwendig, um list-item-image in allen browsern korrekt zu positionieren *
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
}

li {
	/* diese Angabe sind notwendig, um list-item-image in allen browsern korrekt zu positionieren *
	padding-left: 15px;
	background-image: url(../pics/li.png);
	background-repeat: no-repeat;
	background-position: 0 .75em;
}
*/

.asterisk {
    color: red;
}

.red {
	color: #D73800;
}

.green {
	color: darkgreen;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: left;
}

.wKontakt {
 	width: 60px;
}

.box_title {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

.box_content {
	margin-top: 2px;
	background-color: #C1C2B9;
	padding: 10px;
}

.box_content img {
	background:#E4E5DA;
	border:solid 1px #9D9D96;
	padding:5px;
}

.nopadding {
	padding: 0;
}
.box_item {
	border-bottom: 1px solid #CDCEC5;
	padding: 10px;
}

.borderBottom10 {
	border-bottom: 10px solid #CDCEC5;
}

.box_item ul {
	margin-top: 0;
	margin-bottom: 0;

	/* diese Angabe sind notwendig, um list-item-image in allen browsern korrekt zu positionieren */
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.box_item li {
	/* diese Angabe sind notwendig, um list-item-image in allen browsern korrekt zu positionieren */
	padding-left: 10px;
	background-image: url(../pics/li.png);
	background-repeat: no-repeat;
	background-position: 0 .55em;
}

.box_item li .news_title {
	font-weight: bold;
}


.floatingImg {
	float: left;
	margin: 0 10px 0 0;
}

.author {
    font-style: italic;
}

.rightColTrainerText {
	float:left;
	width:210px;
}

.rightColReportTeaserText {
	float:left;
	width:210px;
}

/**** Home ****/

.home_galery {
    width: 33%;
    float: left;
    text-align: center;
}