/* RESET OHNE IMG - VERURSACHT IE6 Problem */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,cite,em,font,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	color: #222222;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

/* ------------------ TAGS ------------------ */
.content h1,.content_w h1 {
	font-size: 24px;
	text-decoration: none;
	color: #263248;
	margin-bottom: 10px;
	border-left: 4px solid #8D1400;
	padding-left: 4px;
}

.sidebar h1 {
	font-size: 18px;
	text-decoration: none;
	color: #263248;
	border-bottom: 1px solid #8D1400;
	margin: 10px 0px 5px 0px;;
}

.content h2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
	color: #263248;
	border-left: 4px solid #7E8AA2;
	padding-left: 4px;
}

.content_footer h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
	color: #263248;
	padding-left: 4px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
	color: #263248;
}

sup {
	font-size: 10px;
}

a:link,a:visited {
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
	color: #FF9800;
}

input[type=text],input[type=password],textarea,select {
	border: 1px solid #263248;
	margin-right: 5px;
}

.input {
	border: 1px solid #263248;
	margin-right: 5px;
}

.noinp {
	border: 2px solid #FF9800 !important;
}

input[type=submit],.btn {
	padding: 3px 19px 3px 28px;
	margin: 3px 5px 3px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #263248;
	-moz-border-radius: 3px;
	display: inline-block;
}

input[type=submit]:hover {
	
}

.btns {
	padding: 1px 10px 1px 20px;
	font-weight: bold;
	font-size: 12px;
	color: #263248;
	-moz-border-radius: 3px;
	display: inline-block;
}

.btn_blue {
	border: 1px solid #aaaaaa;
	background: url('/css/images/button_blue.png') repeat-x 0;
}

.btn_blue:hover {
	border: 1px solid #888888;
	background: url('/css/images/button_blue_over.png') repeat-x 0;
}

.btn_red {
	border: 1px solid #DF8181;
	background: url('/css/images/button_red.png') repeat-x 0;
}

.btn_red:hover {
	border: 1px solid #8D1400;
	background: url('/css/images/button_red.png') repeat-x 0;
	color: #8D1400;
}

.btn_green {
	border: 1px solid #B8DFB8;
	background: url('/css/images/button_green.png') repeat-x 0;
}

.btn_green:hover {
	border: 1px solid #276F1D;
	background: url('/css/images/button_green.png') repeat-x 0;
	color: #276F1D;
}

/* ------------------ FONTS ------------------ */
.font1 {
	font-size: 16px;
	text-decoration: none;
}

.font1 a {
	font-weight: bold;
}

.font2 {
	font-size: 14px;
	font-weight: bold;
}

.font3 {
	font-size: 12px;
	font-weight: normal;
}

.font4 {
	font-size: 24px;
	font-weight: normal;
}

.font5 {
	font-size: 18px;
	font-weight: normal;
}

.fontsym {
	font-size: 80px;
	font-weight: normal;
}

.infotext {
	font-size: 12px;
	font-weight: bold;
	color: #8F7500;
	margin: 0px 0px 10px 0px;
	border: 1px solid #8F7500;
	padding: 5px;
	background-color: #FFF6CF;
}

.headtext {
	display: inline;
	margin-left: 0px;
	margin-right: 17px;
	line-height: 21px;
}

.bold {
	font-weight: bold;
}

.ta_right {
	text-align: right;
}

.ta_left {
	text-align: left;
}

.ta_center {
	text-align: center;
}

/* ------------------ TAG CLOUD ------------------ */
.cloud0 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.cloudc0 {
	color: #888888;
}

.cloud1 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.cloudc1 {
	color: #666666;
}

.cloud2 {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}

.cloudc2 {
	color: #000000;
}

/* ------------------ STRUCTURE ------------------ */
div.content_col {
	float: left;
	width: 600px;
	margin: 20px 20px 0px 0px;
}

div.sidebar_col {
	float: left;
	width: 250px;
	margin: 10px 20px 0px 0px;
}

div.black {
	border-bottom: 1px solid #FF9800;
}

div.outer {
	text-align: center;
	float: none;
}

div.block {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div.content_w {
	overflow: hidden;
	float: left;
	width: 866px;
	margin: 20px 20px 0px 0px;
}

div.content {
	overflow: hidden;
	position: relative;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 600px;
	margin: 0px 0px 10px 0px;
}

div.sidebar {
	background-position: bottom right;
	background-repeat: repeat-y;
	overflow: hidden;
	width: 250px;
	padding: 5px 0px;
	position: relative;
	float: left;
	margin: 0px 0px 10px 10px;
}

div.breadcrump {
	margin: 10px 0px;
}

div.card {
	border: 1px solid #999999;
	background-color: white;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#shade {
	background-image: url(/images2/shade.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 205px;
}

#menutop {
	background-image: url(/images2/logo-kl.gif);
	background-repeat: no-repeat;
	background-position: left 32px;
	height: 70px;
}

.hidden {
	visibility: visible;
	display: block;
	height: 0px;
	overflow: hidden;
}

.shown {
	visibility: visible;
	display: block;
	overflow: hidden;
}

/* ------------------ OVERLAY ------------------ */
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 1000;
	background-image: url(/images/hgraster.gif);
}

#overlay div {
	margin: 100px auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: left;
}

/* ------------------ FARBEN ------------------ */
.c1 {
	color: #FF9800; /* hell orange */
}

.c2 {
	color: #8D1400; /* dunkel rot */
}

.c3 {
	color: #263248; /* petrol */
}

.bc3 {
	background-color: #263248; /* petrol */
}

.c4 {
	color: #7e8aa2; /* hell petrol */
}

.cgr {
	color: #016F00; /* green */
}

.crd {
	color: #aa0000;
}

.c0 {
	color: #000000;
}

.cf {
	color: #ffffff;
}

.blgr {
	border-left: 4px solid #016F00;
}

.blyl {
	border-left: 4px solid #FF9800;
}

.blrd {
	border-left: 4px solid #aa0000;
}

.res_f {
	color: #aa0000;
	text-decoration: underline;
}

.res_r {
	color: #263248;
}

/* ------------------ WIDTH ------------------ */
.w100p {
	width: 100%;
}

.w30p {
	width: 30%;
}

.w10p {
	width: 10%;
}

.w150 {
	width: 150px;
}

/* ------------------   FOOTER  ------------------ */
div.content_footer {
	overflow: hidden;
	float: left;
	padding: 10px 10px;
	width: 100%;
	border-top: 1px solid #C4BCB8;
	margin: 10px 0px 0px 0px;
}

.footer_col {
	float: left;
	width: 25%;
}

.footer_col ul {
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}

.footer_col h2 {
	color: #bbbbbb;
}

.footer_col a,.footer_col a:visited {
	color: #bbbbbb;
}

/* ------------------ TABLES ------------------ */
table.news {
	border-collapse: collapse;
}

table.news td {
	padding-right: 10px;
	border-collapse: collapse;
}

table.lessonlist {
	margin: 10px 0px;
	border-collapse: collapse;
	width: 100%
}

table.lessonlist td {
	padding-bottom: 10px
}

table.logint .mt {
	display: block;
	margin-top: 5px;
}

td.liblist {
	padding-bottom: 30px;
	padding-right: 10px;
}

table.tstd {
	border-collapse: collapse;
}

table.tstd td {
	padding-bottom: 10px;
	padding-right: 10px;
}

.boxed {
	margin-top: 10px;
}

table.tnk {
	border-collapse: collapse;
}

table.tcheckword {
	border-collapse: collapse;
}

table.tcheckword th {
	padding: 3px;
	border: 1px solid black;
	width: 280px;
	text-align: left;
	background-color: #7E8AA2;
	color: #263248;
}

table.tcheckword td {
	padding: 3px;
	border: 1px solid black;
	width: 280px;
}

/* ------------------  MENUS  ------------------ */
.minimenu {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	list-style-type: none;
}

.minimenu li {
	display: inline;
	margin: 1px 15px 0px 0px;
	line-height: 21px;
	font-size: 10px;
	color: #7E8AA2;
}

.minimenu li a {
	font-size: 12px;
	text-decoration: none;
	color: #7E8AA2;
}

.minimenu li a:hover {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.nav1 {
	position: absolute;
	text-align: left;
	list-style-type: none;
	margin-left: 180px;
	margin-top: 43px;
}

.nav1 li {
	display: inline;
	line-height: 23px;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 12px;
}

.nav1 a.selected {
	color: #FFFFFF;
}

.nav1 li a {
	text-decoration: none;
	color: #7e8aa2;
}

.nav1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}