/* CSS Document */
html {
	min-height: 100.1%;
}
body {
	margin: 0em;
	background: #778 url(../_images/back/back_body.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
}
#root {
	background: url(../_images/back/back_root.gif) repeat-x top;
}

#page {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background: url(../_images/back/back_page.gif) no-repeat center top;
	padding-bottom: 20px;
}

/* Hauptbereich */

#main {
	width: 900px;
	background: #FFF url(../_images/back/back_body.gif) repeat-y;
	margin-right: 20px;
	margin-left: 20px;
	min-height:470px;
	overflow: visible;
}
*html #main {
	width: 902px;
}
#head {
}
#head img {
	display: block;
}

/* Menü */

#menu {
	width: 200px;
	float: left;
	margin: 0px;
	border-top: 20px solid #66f;
	background: #F3F3F5;
}
#menu ul {
	padding: 0px;
	margin: 0px 0px 20px;
}
#menu li {
	list-style: url(none) none;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	display: block;
	background: url(../_images/back/back_menu.gif) no-repeat;
	color: #00c;
	padding-left: 20px;
}

#menu li a:hover {
	color: #fff;
	background: url(../_images/back/back_menu_hover.gif) no-repeat;
}
#menu li a.active {
	background: url(../_images/back/back_menu_active.gif);
	color: #006;
}
#menu ul ul {
	margin-bottom: 0px;
	
}
#menu li li {
	font-size: 11px;
	font-weight: normal;
}
#menu li li a {
	background: #ccf;
	color: #006;
	border-top: 1px solid #eef;
}
#menu li li a:hover {
	background: #00f url(none);
	color: #fff;
}
#menu li li a.active {
	background: #99f;
	color: #000;
}
#menu li li li a {
	padding-left: 30px;
	background: #99f url(../_images/elem/elem_bullet-menu.gif) no-repeat 20px center
}
#menu li li li a:hover {
	background: #00f url(../_images/elem/elem_bullet-hover.gif) no-repeat 20px center;
}
#menu li li li a.active {
	background: #99f url(../_images/elem/elem_bullet-active.gif) no-repeat 20px center;
}



/* Inhaltsteaser unter dem Menu */
/* rechte Spalte */


#menu h4 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#menu p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0px;
}

#menu a {
	color: #009;
	text-decoration: none;
}
#menu div.box {
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
#menu div.box a:hover {
	text-decoration: underline
}
#menu div.references {
	background: #FFF;
	padding: 19px;
	margin: 20px 20px;
	border: 1px solid #DDE;
}
#menu div.references a:hover {
	text-decoration: underline
}
#menu div.references h4 {
	line-height: 14px;
	text-align: center;
}

#menu img {
	margin: 10px 0px 20px;
}

/* Inhalte */

#cont {
	float: left;
	background: url(../_images/back/back_cont.gif) no-repeat top;
	width: 460px;
	padding-top: 20px;
}
#cont h1 {
	font-size: 20px;
	color: #666;
	margin: 0px 0px 20px;
	padding: 0px;
	font-weight: normal;
}

#cont h2 {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#cont h3 {
	font-size: 12px;
	line-height: 18px;
}
#cont p {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
#cont span.red {
	color: #F00;
}
#cont ul {
	padding: 0px;
	margin: 0px 0px 20px 20px;
}
#cont li {
	margin: 0px;
	padding: 0px 0px 5px;
	list-style: url(../_images/elem/elem_bullet.gif);
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#cont a {
	color: #009;
	text-decoration: none;
}
#cont a:hover {
	background: #eef;
	text-decoration: underline;
}

#cont div.anim {
	float: left;
	padding: 20px;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-top: 0px;
}
#cont img {
	margin-bottom: 30px;
	display: block;
	border-style: none;
}

#cont img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#cont img.right {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}
#cont img.reference {
	float: left;
	padding: 20px;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-top: 0px;
}
#cont hr {
	margin: 2em 0em;
	height: 1px;
	border-top: 1px solid #CCD;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cont fieldset {
	border: none;
	padding: 0px 0px 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#cont fieldset.button {
	padding-left: 120px;
}

#cont label {
	color: #333;
	margin: 0px 5px;
}
#cont label.right {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 45px;
}
#cont label.left {
	width: 120px;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#cont form textarea.text {
	border: 1px solid #009;
	margin-bottom: 5px;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	color: #009;
	margin-top: 5px;
}
#cont input {
	border: 1px solid #009;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	color: #009;
	margin: 2px 0px;
}
#cont input.button {
	background: #009;
	color: #FFF;
	font-size: 11px;
	width: 156px;
}
#cont input.radio {
	vertical-align: middle;
	border-style: none;
	margin: 2px 0px;
}
#cont input.radiotest {
	float: left;
	clear: left;
	vertical-align: top;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cont select {
	float: left;
	clear: left;
	vertical-align: top;
}

#cont acronym {
	cursor: help;
	border-bottom: 1px dotted #000099;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#cont abbr {
	border-style: none;
}

/*  Tabelle Veranstaltungsablauf  */
#cont table.event {
	margin-bottom: 10px;
	border-style: none;
}
#cont table.event caption {
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
#cont table.event td {
	padding-left: 5px;
	background: #CCF;
	border-bottom: #FFF 1px solid;
}
#cont table.event td.first {
	background: #99F;
	border-right: 1px solid #FFF;
}
#cont table.event col.time {
	width: 111px;
}
#cont table.event col.exercise {
	width: 280px;
}

/*  Breadcrumb Pfad  */

#breadcrumb {
	font-size: 11px;
	color: #666;
	padding-left: 30px;
}
#breadcrumb a {
	color: #009;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
	background: #eef;
}


#text {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
#text td {
	font-size: 12px;
	vertical-align: top;
	line-height: 20px;
	padding: 5px 10px 5px 0px;
}

#text div.teaser {
	width: 175px;
	float: left;
	padding: 8px;
	margin-top: 10px;
}
#text div.teaser h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
	height: 51px;
	color: #666;
}
#text div.teaser p {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 17px;
	color: #444;
}

#cont ul.brands {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#cont ul.brands li {
	margin: 0px 30px 30px 0px;
	padding: 20px ;
	list-style: none;
	border: 1px solid #EEE;
	float: left;
}
#cont ul.brands li img {
	margin: 0px;
	padding: 0px;
}

/* Empfehlungen */
#testimonials img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* Startseite Empfehlungs-Slideshow */
#slide {
	position: relative;
	margin: 0px; 
	padding: 0px;
	width: 160px;
	height: 120px;
	background: #FFF;
}
#slide div {
	position: absolute;
	margin: 0px; 
	padding: 0px;
	width: 160px;
}
#slide img {
	margin: 10px 35px; 
	padding: 0px;
	border-style: none;
}

/* rechte Spalte */

#colum {
	width: 240px;
	float: right;
	background: #EEF url(../_images/back/back_column.gif) no-repeat top;
}
#colum h4 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#colum p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0px;
}
#colum p.reader img {
	float: left;
	padding: 0px 10px 0px 0px;
	border-style: none;
}
#colum p.reader {
	padding: 10px 0px 0px 0px;
}
#colum p.reader a {
	font-size: 11px;
}
#colum p.reader a:hover {
	text-decoration: underline;
}
#colum a {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
#colum a:hover {
	text-decoration: underline
}



#colum form {
	margin-top: 10px;
	margin-bottom: 0px;
}

#colum label {
	font-size: 12px;
	line-height: 18px;
}

#colum input {
	border: 1px solid #009;
	margin-bottom: 5px;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	width: 150px;
	color: #009;
	margin-top: 5px;
}
#colum input.button {
	background: #009;
	color: #FFF;
	font-size: 11px;
	width: 156px;
}

#colum div.box {
	padding: 30px 40px;
	border-bottom: 1px solid #FFF;
}
#colum img.portrait {
	margin: 0px 0px 10px;
}

#service {
	font-size: 11px;
	line-height: 40px;
	text-align: center;
}
#service ul {
	margin: 0px;
	padding: 0px;
}
#service li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
}

#service a {
	color: #CCF;
	text-decoration: none;
}
#service a:hover {
	color: #eef;
}

