@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #780712;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: 10px;
}
.tab {
	float: left;
	width: 14em;
}
.coach {
	color: #c50c1f;
}
.center {
	text-align: center;
}
.small-caps {
	font-variant: small-caps;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

/* Typo
----------------------------------------------- */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
h2, h3, h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content ul,
#content ol {
	margin: 3px 0 1em 20px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#content ol li {
	padding: 0 0 2px 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	color: #000;
	font-size: 12px;
	margin: 20px auto 0 auto;
	padding: 15px;
	text-align: left;
	width: 920px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	float: left;
	height: 180px;
	margin: 0;
	padding: 0;
	width: 920px;
}
#logo,
#photo {
	background: #dcdcdc;
	float: left;
	height: 180px;
	width: 215px;
}
#photo {
	float: right;
}
#logo img {
	padding: 67px 0 0 21px;
}
#slogan {
	background: url(gfx/bg_slogan.jpg) no-repeat top right;
	color: #555;
	float: left;
	font-size: 24px;
	height: 125px;
	line-height: 150%;
	padding-top: 55px;
	text-align: center;
	width: 490px;
}
#navigation {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 920px;
}
#container {
	background: #f8f0db url(gfx/bg_container_ml.jpg) repeat-y 0 0;
	float: left;
	margin: 0;
	padding: 32px 0 0 0;
	width: 920px;
}
#ir #container {
	background: #f8f0db url(gfx/bg_container_ir.jpg) repeat-y 0 0;
	float: left;
	margin: 0;
	padding: 32px 0 0 0;
	width: 920px;
}
#sidebarleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 215px;
}
#content {
	background: #f8f0db;
	float: left;
	margin: 0;
	line-height: 1.5em;
	padding: 32px 70px 30px 25px;
	width: 825px;
}
#ml #content {
	background: transparent;
	padding-top: 0;
	width: 610px;
}
#ir #content {
	background: transparent;
	padding-top: 0;
	width: 610px;
}
#content,
#ml #content,
#ir #content {
        min-height: 250px;
        height: auto !important;  /* moderne Browser */
        height: 250px;  /* IE */
}
#sidebarright {
	background: #dcdcdc;
	float: left;
	margin: 0;
	padding: 0 10px 32px 10px;
	width: 195px;
}
#row1,
#row2,
#row3 {
	float: left;
	margin: 0 15px 0 0;
	width: 238px;
}
#row3 {
	margin-right: 0;
	width: 299px;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	background: #c50c1f;
	margin: 0;
	list-style: none;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation ul li a,
#navigation ul li a:visited {
	background: #c50c1f;
	color: #fff;
	padding: 5px 14px;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #780712;
	color: #fff;
	text-decoration: none;
}
#navigation .active {
	background: url(gfx/nav_active.gif) no-repeat 3px 10px !important;
}

/*Sidemenue*/
#sidebarleft ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
#sidebarleft ul li a,
#sidebarleft ul li a:visited {
	background: #dcdcdc;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #c3c3c3;
	color: #000;
	display: block;
	padding: 6px 10px 6px 25px;
	text-decoration: none;
	width: 180px;
}
#sidebarleft ul li a:hover {
	background: #d3d3d3;
	border-top: 1px solid #d3d3d3;
	color: #000;
}
#sidebarleft .active {
	background: url(gfx/sbl_active.gif) no-repeat 15px 10px !important;
}

/* Formulare
----------------------------------------------- */
form {
	border: none;
	margin: 12px 0 0 0;
	line-height: normal;
}
fieldset {
	border: none;
	margin: 40px 0 0 0;
	padding: 0;
}
legend {
	border: 1px solid #999;
	padding: 0 5px;
}
label,
.labelph {
	cursor: pointer;
	float: left;
	width: 120px;
}
.fillout {
	font-size: 11px;
	margin-left: 120px;
}
input.tif {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 220px;
}
input:hover.tif,
textarea:hover {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	height: 180px;
	width: 550px;
}
.sendebutton {
	margin-left: 120px;
	padding: 3px 10px;
}

