@charset "UTF-8";

/* CSS-Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Text-Formatierung - allgemein */

body {
	background: white;	
	}

p {
	font-family: arial, helvetica, verdana;
	font-size: 0.9em;
	color: black;
	}
	
#content p {
	padding-left: 0px;
	padding-right: 8px;
	text-align: justify;
	margin-left: 0px;
	}
	
#content ul {
	list-style-image: url("img/arw2.gif");
	margin-bottom: 40px;
	}

#content ul li {
	font-family: arial, helvetica, verdana;
	font-size: 0.9em;
	color: black;
	margin-left: 30px;	
	padding-left: 8px;
	padding-right: 8px;
	line-height: 200%;
	}

#content p a, h1 a, h2 a, #content ul li a {
	color: #164F86;
	text-decoration: none;	
	}

#content p a:visited, h1 a:visited, h2 a:visited, #content ul li a:visited {
	color: #164F86;
	}
	
#content p a:hover, h1 a:hover, h2 a:hover, #content ul li a:hover {
	color: #3399FF;
	}

.ablauf {
	line-height: 130% !important;
	}
	
ul li.ablauf {
	padding-bottom: 25px;
	}

.bold {
	font-weight: bold;	
	}

strong {
	font-weight: bold;	
	}
	
.blue {
	color: #164f86;
	}

h1 {
	font-family: arial, helvetica, verdana;
	font-size: 1.6em;
	font-weight: bold;
	color: #164f86;
	margin-bottom: 15px;
	}

h2 {
	font-family: arial, helvetica, verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #164f86;
	margin: 10px 0px;
	}

#content h2 {
	padding-left: 0px;
	margin-left: 0px;
	}

h3 {
	font-family: arial, helvetica, verdana;
	font-size: 1.0em;
	font-weight: bold;
	color: #164f86;	
	margin-bottom: 10px;
	margin-left: 7px;
	}

.center {
	text-align: left !important;	
	}

.spacer {
	line-height: 200%;	
	}
	
.small-spacer {
	line-height: 55%;	
	}

/* Header und Logo */

#header {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: url(img/header_bg.jpg) repeat-x;	
	}
	
#logo {
	position: relative;	
	margin: 0 auto;
	top: 10px;
	background: url(img/logo.png) transparent no-repeat;
	height: 162px;
	width: 368px;
	}
	
#homebutton {
	position: relative;
	margin: -88px 0px 0px 10px;
	width: 75px;
	height: 20px;
	background: url(img/quicknav_bg.gif) repeat-x;
	}
	
#homebutton:hover {
	background: url(img/quicknav_bg_h.gif) repeat-x;
	}	
	
#homebutton ul {
	list-style: none;
	text-align: center;
	}

#homebutton ul li a {	
	display: block;	
	color: white;
	font-family: arial, helvetica, verdana;
	font-weight: bold;
	text-decoration: none;
	}

/* Navigationsmenü */

#navigation {
	position: relative;
	float: left;
	width: 375px;
	min-height: 100%;
	margin: 20px 25px 0px 25px;
	}

#navigation ul {
	list-style: none;
	}

#navigation ul li a {
	display: block;
	font-family: arial, helvetica, verdana;
	font-size: 1.0em;
	font-weight: bold;
	color: #164F86;
	text-decoration: none;
	border-right: 2px solid #D1D1D1;
	padding: 9px 0;
	}
	
#navigation ul li a:hover {
	border-bottom: 2px solid #D1D1D1;
	margin-bottom: -2px;
	text-align: right;
	padding-right: 25px;
	color: #3399FF;
	}

/* Inhalte */

#content {
	margin: 100px 15px 0px 375px;
	padding-left: 55px;
	}
	
/* 2-Spalten-Layout */

.columns {
	width: 600px;
	height: 320px;
	}

.trainerprofil {
	height: 280px;
	}

.tboxl {
	float: left;
	}
	
.tboxr {
	float: left;	
	}

.boxl {
	float: left;
	width: 280px;
	}
	
.boxr {
	float: right;
	width: 280px;
	}
	
.columns ul li a {
	color: #164F86;
	}

.columns ul li a:visited {
	color: #164F86;
	}

.columns ul li a:hover {
	color: #3399FF;
	}

/* Footer */

#footer {
	position: relative;
	width: 100%;
	height: 95px;
	margin: 40px 0 0;
	background: url(img/footer_bg2.jpg) repeat-x;
	}
	
#footer-left {
	float: left;
	margin: 30px 0;
	font-family: arial, helvetica, verdana;
	}
	
#footer-left p {
	font-size: 0.7em;
	padding: 4px 10px;
	color: #164F86;
	}

#footer-right {
	float: right;
	margin: 30px 0;
	}
	
#footer-right ul {
	list-style: none;
	display: inline;
	}
	
#footer-right ul li {
	display: inline;
	}
	
#footer-right ul li a {
	font-family: arial, helvetica, verdana;
	font-size: 0.7em;
	color: #164F86;
	text-decoration: none;
	padding: 0 10px;
	}
	
#footer right ul li a:visited {
	color: #164F86;
	}
	
#footer-right ul li a:hover {
	color: #3399FF;	
	}
	
/* Tweaks und Hacks */

#logo a {
	display: block;	
	height: 162px;
	width: 368px;
	text-decoration: none;
	cursor: pointer;
	}
