* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/miscellaneous/bg_main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background-color: #F0F4F4;
	color: #000;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 10px auto;
	text-align: left;
}
#header {
	height: 80px;
	background-color: #56807F;
	color: #fff;
	border-top:    1px solid #333;
	border-left:   1px solid #333;
	border-right:  1px solid #333;
	border-bottom: 1px solid #333;
}


/* Linke Spalte */
#leftblock {
	float: left;
	width: 218px;
	padding: 0;
	margin: 15px 0 0 0;
}
#leftblock #hauptmenue,
#leftblock #infobox {
	background-color: #F5F5F5;
	color: #000;
	border: 1px solid #333;
	margin: 0 0 15px 0;
}
#leftblock h3,
#leftblock h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 5px 0 3px 10px;
	background-color: #B5CDCD;
	color: #501215;
	border-bottom: 3px double #333;
}
#leftblock h3 {
	font-size: 110%;
}
#leftblock h4 {
	font-size: 100%;
}
#leftblock label,
#leftblock #infobox td {
	font-size: 80%;
}
#leftblock table {
	margin: 11px 0px 15px 0;
}
#leftblock ul {
	margin: 10px 0;
	overflow: hidden;
	list-style: none;
}
#leftblock ul li,
#leftblock ul ul li {
	padding: 2px 0;
}
#leftblock ul ul {
	margin: 5px 0 10px 10px;
}
#leftblock ul ul li {
	font-size: 100%;
}


/* Content */
p,
li {
	font-size: 80%;
}
p.beschriftung_right,
p.beschriftung_left {
	font-size: 65%;
}
p.beschriftung_left {
	text-align: left;
}
p.beschriftung_right {
	text-align: right;
}
p.center {
	text-align: center;
}
#content {
	position: relative;
	width: 569px;
	background-color: #F5F5F5;
	color: #000;
	padding: 20px 50px 20px 50px;
	margin: 15px 0 0 230px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
* html #wrapper #content {
	width: 666px;  /* Fix IE */
}


/* Überschriften */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	margin: 10px 0px 20px 0px;
}
h1 {
	background-color: transparent;
	color: #666;
	font-size: 150%;
	letter-spacing: 2pt;
}
h2 {
	background-color: #DEE8E9;
	color: #666;
	font-size: 120%;
	letter-spacing: 1pt;
}
h3 {
	background-color: #DEE8E9;
	color: #666;
	font-size: 110%;
	letter-spacing: 1pt;
}
h4 {
	background-color: #DEE8E9;
	color: #666;
	font-size: 95%;
	letter-spacing: 1pt;
}
h5{
	background-color: #DEE8E9;
	color: #DEE8E9;
	font-size: 15%;
}
#content .liste ul {
	list-style-position: outside;
	list-style-type: circle;
	padding: 0px 0px 0px 35px;
}
#content p{
	line-height: 140%;
	margin: 10px 0px 15px 30px;
}
#content li {
	line-height: 140%;
	margin: 10px 0px 15px 60px;
}


/* Hyperlinks */
#content a,
#content .liste a,
#leftblock #infobox table a {
	/* text-decoration: none; */
	text-decoration: 1px;
	padding: 0 2px 0 2px;
	/* border-bottom: 1px solid #689A9B */;
}
#content a:link,
#content .liste a:link,
#leftblock #infobox a:link,
#leftblock #infobox table a:link {
	background-color: transparent;
	color: #689A9B;
}
#content a:active,
#content .liste a:active,
#leftblock #infobox a:active,
#leftblock #infobox table a:active {
	background-color: transparent;
	color: #F08080;
}
#content a:visited,
#content .liste a:visited,
#leftblock #infobox table a:visited {
	background-color: transparent;
	/* border-bottom: 1px solid #666; */
	color: #666;
}
#leftblock #infobox a:visited {
	background-color: transparent;
	color: #666;
}
#content a:hover,
#content .liste a:hover,
#leftblock #infobox table a:hover {
	background-color: transparent;
	/* border-bottom: 1px solid #193131; */
	color: #193131;
}
#leftblock #infobox a:hover{
	background-color: transparent;
	color: #193131;
}

/* Grafiken fuer Hyperlinks */
#content .extern,
#content .liste .extern {
	background-image: url(../images/navigation/link_extern.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#content a:visited.extern,
#content .liste a:visited.extern {
	background-image: url(../images/navigation/link_extern_vis.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#content a:visited.intern,
#content .liste a:visited.intern, {
	background-image: url(../images/navigation/link_intern_vis.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#leftblock ul a {
	background-image: url(../images/navigation/dreieck_navi.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	display: block;
	padding: 1px 5px 1px 15px;
	text-decoration: none;
	font-weight: bold;
	background-color: #DEE8E9;
	color: #333;
	border-bottom: 1px solid #aaa;
}
#leftblock ul a:visited {
	background-image: url(../images/navigation/dreieck_navi_vis.gif);
	background-color: #DEE8E9;
	color: #222;
}
#leftblock ul a:visited.ausnahme {
	background-image: url(../images/navigation/dreieck_navi.gif);
	background-color: #DEE8E9;
	color: #222;
}
#leftblock ul a:hover,
#leftblock ul a:active,
#leftblock ul a:focus,
#leftblock ul a:hover.ausnahme {
	background-color: #F0F4F4;
	color: #501215;
}
#leftblock ul ul a {
	padding: 1px 5px;
	font-weight: normal;
	background-image: none;
}
#leftblock ul ul a:visited {
	background-image: url(../images/navigation/dreieck_navi_vis.gif);
	padding: 1px 5px 1px 15px;
	background-color: #DEE8E9;
	color: #222;
}
#leftblock ul ul a:hover,
#leftblock ul ul a:active,
#leftblock ul ul a:focus {
	background-color: #F0F4F4;
	color: #501215;
}


/* Markierungen fuer aktiven Link */
#leftblock ul span.aktiv {
	display: block;
	padding: 1px 5px 0 5px;
	background-color: #F0F4F4;
	color: #222;
	border-bottom: 1px solid #aaa;
	border-left: 6px solid #689A9B;
}


/* Footer */
#footer {
	position: relative;
	width: 569px;
	height: 30px;
	background-color: #B5CDCD;
	color: #000;
	padding: 0px 50px 20px 50px;
	margin: 0px 0 0 230px;
	border-top: 3px double #666;
	border-left:   1px solid #333;
	border-right:  1px solid #333;
	border-bottom: 1px solid #666;
}
#footer p {
	color: #F5F5F5;
	padding: 15px 0px 0px 0px;
}
#footer a {
	text-decoration: none;
	padding: 0 2px 0 2px;
	border-bottom: 1px solid #f5f5f5;
}
#footer a:link {
	background-color: transparent;
	color: #F5F5F5;
}
#footer a:active {
	background-color: transparent;
	color: #F08080;
}
#footer a:visited {
	background-color: transparent;
	border-bottom: 1px solid #666;
	color: #666;
}
#footer a:hover {
	background-color: transparent;
	border-bottom: 1px solid #666;
	color: #666;
}

* html #wrapper #footer {
	width: 666px;  /* Fix IE */
}

* html #wrapper #footer {
	width: 666px;  /* Fix IE */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
 /* Clearen per Overflow */
.floatbox {
	overflow:hidden;
}



/* sonstiges*/
img {
	border: none;
}
.newsdate {
	font-size: 65%;
}
.OptionboxInhalt {
	font-size: 80%;
	font-weight: bold;
}
select {
width:400Px;
}

.nobreak {
	white-space: nowrap;
}
.invisible {
	display: none;
}

.BildMitInfoRight {
	font-size: 65%;
	float: right;
	padding: 5px 0px 5px 10px;
}
.BildMitInfoLeft {
	font-size: 65%;
	float: left;
	padding: 5px 10px 5px 30px;
}
.QuelleLeft {
	font-size: 65%;
	width:320px;
	float:left;
}
.QuelleRight {
	font-size: 65%;
	width:300px;
	float:right;
}

.kurs_detail_right {
	font-size: 70%;
	width:160px;
	float:right;
	padding: 5px 5px 5px 5px;
}

#termine ul li {
	line-height: 90%;
}
#inhaltsverzeichnis ul {
	list-style: none;
	line-height: 90%;
}
#inhaltsverzeichnis ul li {
	line-height: 50%;
	font-size: 70%;
}
.ebene1 {
	padding: 10px 0px 0px 0px
}
.ebene2 {
	padding: 0px 0px 0px 30px
}

.top{
	font-size: 65%;
}
.Hinweis {
	background-color: #F0DDDD;
	color: #000;
	padding: 10px 20px 10px 10px;
	border-top:    3px double #666;
	border-left:   3px double #666;
	border-right:  3px double #666;
	border-bottom: 3px double #666;
}

.right {
	text-align: right;
}


table,
table.infobox {
	width: auto;
	border-collapse:collapse;
	margin-bottom: 2.0em;

	text-align: left;
}

table.full,
table.legende {
	width: 100%;
}

table.full,
table.legende  {
	border-top: 	1px solid #666;
	border-left:    1px solid #666;
	border-right:   1px solid #666;
	border-bottom:  1px solid #666;
}
table.legende {
	background-color: #DEE8E9;
}



th,td {
	padding: 0.4em ;
}
.td_kurs_detail {
	padding: 2px 10px 5px 10px;
	font-size: 70%;
}

th {
	background: #444;
	color: #fff
	border-top: 	1px solid #666;
	border-bottom:  1px solid #666;
}

tbody th,
.th_kurs_detail {
	font-size: 75%;
	vertical-align: top;
	background: #94AAAA;
	color: #333
}

.th_kurs_detail {
	font-weight: bold;
	border-right:  1px solid #666;
}

tbody td {
	font-size: 70%;
	color: #000;
}

.monat {
	padding: 2px 0px 2px 10px;
	font-size: 65%;
	background-color: #B5CDCD;
	border-top: 	1px solid #666;
	border-bottom:  1px solid #666;

}


.row_farbe_01 {
	background: #DEE8E9;
}
.row_farbe_02 {
	background-color: #DEDEDE;
}


#leftblock #infobox p {
	padding: 5px 5px 5px 5px
}