@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #fff;
	background: #5b5b5b url(gfx/bg.gif) repeat fixed 0 0;
	font: normal 100.01%/1.4 Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
body#formular {
	color: #000;
	background: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	padding: 0;
	text-align: left;
}
.clear {
	clear: both;
	height:0; 
	font-size: 1px;
	line-height: 0px;
}
img,
a img {
	border: 0;
}
strong {
	font-weight: bold;
}
.xs {
	font-size: .9em;
}
.xl {
	font-size: 1.5em;
}
.medium {
	font-size: 15px;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.center {
	text-align: center;
}

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

/* Typo
----------------------------------------------- */
h1 {
	border-bottom: 1px solid #484848;
	color: #a70302;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
h2, h3, h4 {
	font-weight: bold;
	margin: 0 0 .2em 0;
}
h2 {
	font-size: 1.1em;
}
h3, h4 {
	font-size: 1em;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
#navi p {
	margin: .5em 0;
	line-height: normal;
	padding: 0 0 0 15px;
}

/* Layout
----------------------------------------------- */
#wrapper {
	background: #fff url(gfx/bg_wrapper.jpg) repeat-x 0 151px;
	color: #484848;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 790px;
	font-size: 62.5%;	
}
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
/* End hide from IE-mac */
#header {
	background: url(gfx/bg_header.jpg) no-repeat top right;
	font-size: 1.3em;
	height: 151px;
	margin: 0;
	padding: 0;
	width: 760px;
}
#logo {
	background: #a70302;
	height: 150px;
	margin: 0;
	padding: 0;
	width: 240px;
}
#logo img {
	margin: 90px 0 0 30px;
}
#navi {
	float: left;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	width: 240px;
}
.eyecatcher {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
#content {
	float: right;
	font-size: 1.3em;
	margin: 0;
	padding: 6px 15px 20px 20px;
	width: 515px;
	min-height: 350px;
	height: auto !important;  /* für normale Browser */
	height: 350px;  /*für den IE */
}
#content ul {
	margin: 0 0 1em 25px;
	padding: 0;
}
.ueberblick,
.ueberblick_end {
	float: left;
	font-size: .83em;
	margin: 0 12px 0 0;
	padding: 0;
	width: 160px;
}
.ueberblick_end {
	margin: 0;
}
#content .ueberblick ul,
#content .ueberblick_end ul {
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
}
#content .ueberblick ul li,
#content .ueberblick_end ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
.ueberblick strong,
.ueberblick_end strong {
	color: #006;
	font-size: 14px;
}
.rabatt {
	color: #c00;
	display: inline; /*IE doppelter margin*/
	float: left;
	font-size: 15px;
	margin: 10px 0 25px 15px;
	width: 225px;
}
#footer {
	border-top: 1px solid #484848;
	float: left;
	font-size: 1.1em;
	margin: 0 -3px 0 0; /*IE duplicate characters fix*/
	padding: 0;
	text-align: center;
	width: 790px;
}
#footer p {
	margin: .3em 0;
	padding: 0;
}

/* Tabellen
----------------------------------------------- */
.kurse {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 1.67em 0;
	text-align: left;
}
.durchgestrichen {
	text-decoration: line-through;
}
td, th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px;
}
th {
	background: #eee;
	font-weight: bold;
}
.kurs {
	width: 65px;
}
.module {
	text-align: left;
}
.umfang {
	width: 80px;
}
.preis {
	text-align: right;
	width: 80px;
}
.tipp {
	background: #ffed27;
}
.kalkulation {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 1.67em 0;
	text-align: center;
}
.kalk_term {
	text-align: left;
	width: 250px;
}
.euro {
	text-align: right;
	width: 70px;
}

/* Menu
----------------------------------------------- */
#menu {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	line-height: normal;
	padding: 0;
	width: 240px;
}

#menu li {
	margin: 0;
	list-style: none;
}
#menu li a,
#menu li a:visited {
	border-top: 1px solid #ccc;
	color: #484848;
	display: block;
	height: 18px; /*IE*/
	margin: 0;
	padding: 3px 2px 3px 15px;
	text-decoration: none;
}
#menu li a:hover {
	background: #eee;
	color: #000;
}
/*2. Ebene*/
#menu ul li a,
#menu ul li a:visited {
	background: url(gfx/bg_2ndlevel.gif) no-repeat 15px .1em;
	border-top: none;
	color: #484848;
	display: block;
	height: 18px; /*IE*/
	margin: 0;
	padding: 3px 2px 3px 25px;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #eee url(gfx/bg_2ndlevel.gif) no-repeat 15px .1em;
	color: #000;
}
/*aktiv*/
.active {
/*	background: #eee;*/
	color: #a70302 !important;
	font-weight: bold;
}
li.plhol {
	background: #ccc;
	display: block;
	font-weight: bold;
	height: 18px; /*IE*/
	padding: 3px 2px 3px 15px;
}

/* Formulare
----------------------------------------------- */
body#formular fieldset {
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 10px;
}
body#formular legend {
	color: #666;
	font-weight: bold;
	padding: 0 6px;
}
body#formular .xs {
	color: #666;
	font-size: 10px;
}	
#kontaktformular fieldset {
	border: none;
}
label {
	cursor: pointer;
	float: left;
	width: 160px;
}
input {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 260px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1em;
	width: 420px;
}
.button {
	background: #e0e0e0;
	border: 1px solid #3f3f3f;
	color: black;
	cursor: pointer;
	width: 12em;
}
.button:hover,
.button:focus {
	background: #676767;
	border: 1px solid #3f3f3f;
	color: white;
}
/* Fehlermeldungen */
p.fehler {
	color: #f00;
	font-weight: bold;
}
.false {
	border: 1px solid red;
}
.false-ta {
	border: 1px solid red;
}
.send {
	color: #a70302;
	font-size: 1.2em;
	font-weight: bold;
}
