@CHARSET "UTF-8";


/* ********************************************* */
/* 					 Basic Layout				 */
/* ********************************************* */

#kwbody {
 	padding: 0;
}

/* ********************************************* */
/* 					 Header						 */
/* ********************************************* */

#kwheader {
	margin: 0;	
}

#headerimgdiv {
}

#bannerpic {
}


#kwimglinktohome {
	position: absolute;
	top: 0;
	left: 0;
}

#kwimglinktohome img {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	border: 0;
}

/* ********************************************* */
/* 		Main (Leftmenu and Content)				 */
/* ********************************************* */

#kwmain {
	clear: left;
	left: 0px;
	margin:0;	
}

#kwcontent {
	float: left;
}

/* ********************************************* */
/* 					 Footer						 */
/* ********************************************* */

#kwfooter {
	clear: left;
	left: 0px;
	padding: 0;
	text-align: center;	
}

#kwfooterline1 {
	font-size: 0.8em;
	padding-top: 5px;	
}

#kwfooterline2 {
	font-size: 0.7em;	
	padding-bottom: 5px;	
}

/* ********************************************* */
/* 					 TopMenu					 */
/* ********************************************* */

#kwtopmenu {
	left: 0px;
	margin: 0;
	font-size: 0.9em;
}

#kwtopmenuitems {
	margin-left: 200px;	
}

#kwtopmenuitems div:hover{
	font-weight: bold;	
	text-decoration: underline;
}

.kwtopmenuitem {
	float: left;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
}

.kwtopmenuitem p {
	margin: 0;
	padding: 0;
}

.kwtopmenuitem a:link {
	text-decoration: none;
}

/* ********************************************* */
/* 					 LeftMenu					 */
/* ********************************************* */

#kwleftmenu {
	float: left;
	width: 200px;
	margin-right: 5px;	
}

#kwleftmenuitems {
	padding: 10px 10px 10px 10px;	
}

#kwleftmenuitems div a:hover{
	font-weight: bold;	
	text-decoration: underline;
}

.kwleftmenuitem {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
}

.kwleftmenuitem2 {
	margin: 5px 0px 5px 20px;
}

.kwleftmenuitem p {
	margin: 0;
	padding: 0;
}

.kwleftmenuitem a:link {
	text-decoration: none;
}

#kwleftmenulogoimg {
	text-decoration: none;
	border: 0;
}

/* ********************************************* */
/* 					Header, Banners Images				 */
/* ********************************************* */

#headerimgdiv {
}

#bannerpic {
	top: 0px;
	left: 0px;
}

#logopicleft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logopicright {
	position: absolute;
	top: 0px;
	left: 700px;
}

#logopiccenter {
	position: absolute;
	top: 0px;
	left: 350px;
}

#headertext {
	position: absolute;
	top: 20px;
	text-align: center;
}

#headertext1 {
	font-size: 2em;
}

#headertext2 {
	font-size: 1.2em;
}

#headertext3 {
	font-size: 0.8em;
}

/* ********************************************* */
/* 				Content related					 */
/* ********************************************* */

#kwcontheader {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
	margin: 0px 5px 0px 5px;
}

#kwcontcontent {
	clear: left;
	padding: 5px;	
}


/* ********************************************* */
/* 					 Ausgebucht					 */
/* ********************************************* */

.kwAusgebuchtTextColor {
	color: #ff0000;
}

/* ********************************************* */
/* 					 Error					 */
/* ********************************************* */

.kwError {
	background: #ffff00;
}

.kwErrorMsg {
	color: #ff1236;
	background: #E2E200;
	margin: 5px;
	padding: 5px 10px 5px 10px;
}

/* ********************************************* */
/* 					 Shadows					 */
/* ********************************************* */

.shadowemblack {
	-moz-box-shadow: .125em .125em .25em #24202c;
	-webkit-box-shadow: .125em .125em .25em #24202c;
	box-shadow: .125em .125em .25em #24202c;
}

.shadowemgrey {
  	-moz-box-shadow: .125em .125em .25em #1b1b1b;
  	-webkit-box-shadow: .125em .125em .25em #1b1b1b;
  	box-shadow: .125em .125em .25em #1b1b1b;
}

/* ********************************************* */
/* 					 Radius						 */
/* ********************************************* */

.radiustop5px {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.radiusbottom5px {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.radius5px {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


/* ********************************************* */
/* 					 General					 */
/* ********************************************* */

.textalignleft {
	text-align: left;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.displaynone {
	display: none;
}

.redtext {
	color: red;
}

.nobottommargin {
	margin-bottom: 0;
}

.undecoratedlinks {
}

.undecoratedlinks a:link {
	text-decoration:none;
}
.undecoratedlinks a:visited {
	text-decoration:none;
}
.undecoratedlinks a:hover  {
	font-weight: bold; 
}
.undecoratedlinks a:active  {
	text-decoration:none;
}

/* ********************************************* */
/* 					 Clearfix Hack				 */
/* ********************************************* */

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}
.clearfix { zoom: 1; }