/* All right reserved by www.in-spirit.at */

/* Allgemeines */
* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	color: #565656;

	font-size: 11px;
	}

a {
	color: #565656;
	}

h1 {
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 18px;
	}

h2 {
	font-weight: normal;
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
	padding-top: 3px;
	height: 39px;
	font-size: 16px;
	
	}
	
h3 {
	font-size: 18px;
}
	
li {
	margin-left: 30px;
}


/* Structure */

#container {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	}
	
#oben {
	margin-top: 0px;
	height: 24px;
	background-color: #f1f1f1;
	}
	
#toolBarOben {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	margin-top: 28px;
	}
	
#menubar {
	height: 30px;
	width: 914px;
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	margin-bottom: 16px;
	}
#inhalt {
	background-image: url(../images/bg-inhalt.gif);
	background-repeat: repeat-y;
	float: left;
	}
#linkeSpalte {
	float: left;
	width: 182px;
	padding-left: 18px;
	padding-top: 60px;
	padding-bottom: 40px;
	background-image: url(../images/bg-submenu.png);
	background-repeat: repeat-x;
	background-color: #c1c1c1;

	}
	
#rechteSpalte {
	float: right;
	width: 631px;
	padding-left: 37px;
	padding-right: 15px;
	padding-top: 60px;
	padding-bottom: 40px;
	font-size: 11px;
	}
	
#footer {
	width: 914px;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
	
/* menu */

#menu {
	height: 30px;
	float: left;
	font-weight: normal;
	font-size: 16px;
	vertical-align: top;
	padding-left: 10px;
	}
	
#menu div {
	height: 27px;
	float: left;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	text-decoration: none;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	width: 80px;
	text-align: center;
	}
	
#menu a:hover.first {
	background-image:url(../images/menu-first-hover.png);
	margin-bottom: 4px;
	padding-top:0px;
	}
	
#menu a:hover {
	background-image:url(../images/menu-hover.png);
	color: #000000;
	font-weight: bold;
	}
	
.cur {
	background-image:url(../images/menu-hover.png);
	color: #006600;	
	font-weight: bold;
	}
		
.cursub {
	background-color: #c7d2e2;
	font-weight: bold;
	}
		
#tools {
	float: right;
	padding-right: 18px;
	}
	
	
/* linkeSpalte */

#submenu a {
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-left: 15px;
	width: 150px;
	background-position: 0px 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#submenu a:hover {
	background-color: #c7d2e2;
	}

	
/* footer */

#footerLeft {
	float: left;
	margin-top: 27px;
	font-size: 12px;
	}
	
#footerLeft a {
	text-decoration: none;
	}
	
#footerRight {
	float: right;
	margin-top: 27px;
	font-size: 12px;
	}
	
	
/* Klickpfad */

#klickpfad {
	padding-top: 4px;
	float: left;
	}

#klickpfadText {
	float: left;
	font-weight: bold;
	font-size: 12px;
	}

/* Suche */	
#suche {
	float: right;
	}

#login_wrap {
	float:left;
	color: #000000!important;
	}
	
#suche img {
	float: left;
	margin-right: 10px;
	
	}
	
#tools {
	margin-top: 2px;
	}
#sitemap {
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	}
	
#linkeSpalte .csc-textpic {
	margin-left: -18px;
	margin-top: 60px;
	}
	
.csc-textpic-imagewrap {
	margin-bottom: 35px;
	}
	
	
/* Klassen */

.txtKlein {
	font-size: 11px;
	}

#tx-newloginbox-pi1-user{
	color: #000000;
}
.clearer {
	clear: both;
	}
