/*<![CDATA[*/
/**
 *
	Copyright (c) 2009
	Peter Kuester
	Hauptstrasse 19
	35614 Asslar-Werdorf

	+49 (0)64 43  810 960
	www.peterkuester.de

	Alle Rechte vorbehalten. Unberechtigte Kopie und Weiterverwendung nicht gestattet.
*/

/**
 * HTML-Tags
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	color: #7c838a;	
}

img {
	border: 0;
}

hr {
	color: #000;
	background-color: #000;
}

/**
 * allgemeine Seitenstruktur
 */
 
#main {
	padding: 0;
	margin: 0;
}
 
#page {
	width: 980px;
	text-align: left;
	font-size: 0.75em;
	margin: 0 auto;
}

#bg_header {
	position: absolute;
	background-color: #878787;
	width: 100%;	
	height: 120px;
	z-index: -1;
}

#header {
	position: relative;
	width: 980px;
	height: 145px;
	text-align: right;
	padding: 0 0 20px 0;
}

#search {
	padding: 20px 0 30px 0;
	text-align: right;
	height: 40px;
	overflow: hidden;
}

#topNav {
	line-height:22px;
	position: relative;
	font-size: 1em;
	float: right;
	padding: 0;
	margin: 0;
}

#topMainNav {
	position: relative;
	float: right;
	z-index: 5;	
	margin: 0;
	overflow: hidden;
}

#topMainNav a {
	background-image: url(../images/bg_topmainnav.png);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 6px 0 2px 10px;
	border-left:1px solid #E3E3E3;
}

#topMainNav a:hover {
	background-image: none;
	background-color: #e3e3e3;
	color: #8d8d8d;
	font-weight: bold;
	padding: 6px 0 2px 10px;
}

#topMainNav ul {
	display: block;
	padding: 0;
	margin: 0;
}

#topMainNav ul li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 90px;
	text-align: left;
	border-left:1px solid #e3e3e3;

}

#topMainNav ul li:first-child {
	border-left:none;
}


#topMainNav ul li #active_menu {	
	background-image: none;
	background-color: #e3e3e3;
	color: #8d8d8d;
	font-weight: bold;
	padding: 6px 0 2px 10px;
}

#topMainNav .mainlevel_active {	
	background-image: none;
	background-color: #e3e3e3;
	color: #8d8d8d;
	font-weight: bold;
	padding: 6px 0 2px 10px;
}

#topSubNav {
	clear: both;
	float: none;
	background-color: #e3e3e3;
	position: relative;
}

#topSubNav ul {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topSubNav ul li {
	display: inline;
	list-style: none;
	text-align: center;
	padding: 0 1px 0 0;
	line-height: 24px;
}

#topSubNav ul li #active_menu {
	background-color: #e3e3e3;
	color: #8d8d8d;
	font-weight: bold;
}

#topSubNav a {
	padding: 4px 15px 4px 15px;
	color: #000;
	background-image: none;
	text-decoration: none;
}

#topSubNav a:hover {
	background-color: #e3e3e3;
	color: #8d8d8d;
	font-weight: normal;
}

#layoutbox {
	width: 100%;
}

#body {
	position: relative;
	height: 100%;
}

#leftCol {
	width: 240px;
	float: left;
	padding: 0 50px 0 0;
	overflow: hidden;
}

#rightCol {
	width: 680px;
	float: right;
	margin: 0 0 0 10px;
}

#logo {
	position: relative;
	display: block;
	width: 240px;
}

#mainNav {
	clear:  both;
	position: relative;
	padding: 20px 0 40px 40px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
}

#mainNav ul li {
	border-top: 1px solid #e3e3e3;
	list-style-type:none;
}

#mainNav a {
	display: block;
	padding: 7px 0 6px 10px;
	text-decoration: none;
	color: #000;
}

#mainNav .mainlevel_current, #mainNav .sublevel_current,  #mainNav .mainlevel_active {
	background-color: #878787;
	font-weight: bold;
	color:#FFF;
}

#mainNav a:hover {
	background-color: #878787;
	font-weight: bold;
	color:#FFF;
}

#mainNav ul li ul li a {
	display: block;
	padding: 6px 0 6px 25px;
	background-color: #ebebec;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#mainNav #menuitem_4 {
	border-bottom: 1px solid #e3e3e3;
}

/* BUTTON - NEUHEITEN */

#mainNav #menulink_2_1 {
background:url("../images/neuheiten.gif")  no-repeat scroll 170px 2px #009DE0;
color:#FFFFFF;
font-weight:bold;
}

#mainNav #menulink_2_1:hover {
background:url("../images/neuheiten_hover.gif")  no-repeat scroll 170px 2px #878787;
color:#FFFFFF;
font-weight:bold;
}

#mainNav #menulink_2_1.sublevel_current {
background:url("../images/neuheiten_hover.gif")  no-repeat scroll 170px 2px #878787;
}

#mainNav .separator {
	font-weight:bold;
	font-size:14px;
	border:none;
}

#mainNav .menu {
	margin-top:20px;
}

#mainNav .menu li:first-child {
	border:none;
}


#content {
	position: relative;
	padding-bottom: 10px;
}

#content h1 {
	font-size:28px;
	line-height:34px;
}

#content h2 {
	margin-top:-10px;
}

#bg_footer {
	clear: both;
	background-color: #f1f1f2;
	width: 100%;	
	height: 100px;
	text-align:right;
	vertical-align:middle;
}

#container_footer {
	width:1000px;
	margin:0 auto;
	vertical-align:middle;
}

#impress {
	font-size:11px;
	padding: 8px 0 0 8px;
	overflow: hidden;
	text-align:right;
	width:25%;
	float:left;
	vertical-align:middle;
}

p.impress {
	font-size:11px;
}

#footer a {
	color:  #000;
	text-decoration: none;
}
 
#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.bg_grau {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-right:10px;
	padding-left: 15px;
	margin-left: -15px;
	background-color: #EBEBEC;
	position: relative;
}

.moduletable_news {
	background: #EBEBEC;
	padding-top:10px;
	padding-left: 15px;
	margin-left:-15px;
	margin-bottom:20px;
}

.moduletable_news td {
	width:200px;
	padding-right:20px;
	}

.moduletable_news td:last-child {
	padding-right:0;
	}

.button {
	vertical-align: middle;
}

#inhalt {
	width:680px;
	margin-top:-20px;
}

/*Seiten mit Bildern an der Rechten seite -simple gallery extended*/

#inhalt .sig {
	display:block;
	float:right;
	width: 150px;
	height:auto;
	margin-right:30px;

}

.article_column .sig {
	display:block;
	float:right;
	width:150px;
	height:auto;
}

.leading .sig {
	display:block;
	float:right;
	width:150px;
	height:auto;
}

#inhalt .sig span {
	padding-left: 30px;

}

#inhalt .sig span a img  {
	width:120px;

}


#inhalt .sig > span:first-child a img  {
	width:150px;

}

#inhalt .sig > span:first-child {
		padding-left:0;
}

#inhalt .sig img {
	margin-bottom:15px;
}

.text {
	width:530px;
}

.bg_grau_text {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-right:10px;
	padding-left: 10px;
	margin-left: -10px;
	background-color: #EBEBEC;
	position: relative;
	width:530px;
}


/*Color Boxes*/

#ge_npro-newspro1 div a, #ge_npro-newspro1 div a:visited {
	color:#fff;
	}

#gk_npro-newspro1 div {
	color:#fff;
	}

#gk_npro-newspro1 h1 {
	font-size:13px;
	/*line-height: 16px;*/
	padding:10px; 
	padding-bottom:15px;
}
	
.nspro_bg_wrap div p {
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	line-height:14px;
	}
	
.nspro_bg_wrap div a, .nspro_bg_wrap div a:visited {
	color:#FFF;
	float:right;
	margin-top:10px;
	text-decoration:underline;
	}

.nspro_bg_wrap div a:hover, .nspro_bg_wrap div a:focus {
	text-decoration:none;
	}


#gk_npro-newspro1 .yellow {
	background-color:#F9B000;
			height:200px;

	}

#gk_npro-newspro1 .green {
	background-color:#13A538;
			height:200px;

	}
#gk_npro-newspro1 .lightgreen {
	background-color:#AFCA0B;
			height:200px;

	}

#gk_npro-newspro1 .red {
	background-color:red;
			height:200px;

	}

#gk_npro-newspro1 .blue {
	background-color:#004B76;
			height:200px;

	}

#gk_npro-newspro1 .lightblue {
	background-color:#009FE3;
			height:200px;

	}

#gk_npro-newspro1 .cyan {
	background-color:#009EAE;
			height:200px;

	}

#gk_npro-newspro1 .cyan {
	background-color:#009EAE;
			height:200px;

	}
	
.blitzer {
	font:12px;
}

.colorbox_subhead {
	height:40px;
}

/*DIENSTLEISTUNG*/

.moduletable_dienstleistung #gk_npro-newspro1 h1 {
	font-size:12px;
	padding:5px;
	padding-bottom:10px;
}


.moduletable_dienstleistung .nspro_bg_wrap div a, .nspro_bg_wrap div a:visited {
	color:#FFF;
	float:right;
	margin-top:10px;
	text-decoration:none; 
	}

.moduletable_dienstleistung .nspro_bg_wrap div a:hover, .nspro_bg_wrap div a:focus {
	color:#000;
	}

.moduletable_dienstleistung .nspro_bg_wrap div p {
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	line-height:12px;
}

/*NEWSFLASH*/
.moduletable_news td {
	vertical-align:text-top;
}

.moduletable_news td p {
	color:#333;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

.moduletable_news .new {
	color:red;
	font-weight:bold;
	font-size:10pt;
	font-style:italic;
}

.moduletable_news .head_newsflash {
	font-weight:bold;
	font-size:14px;

}

.moduletable_news .subhead_newsflash {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/*MENUE MESSEN*/

.moduletable_messen {
	margin-bottom:15px;

}

.moduletable_messen ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.moduletable_messen ul li {
	display:inline;
}

.moduletable_messen ul li:first-child {
	margin-right:20px;
	margin-left:100px;
}

.moduletable_messen ul li a, .moduletable_messen ul li a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
}

.moduletable_messen ul li a:hover, .moduletable_messen ul li a:focus {
	text-decoration:underline;

}

/*SITEMAP*/

#sitemap .tree div {
	float:left;
	font-size:9px;
	padding:1px 0;
	display: inline;
}

#sitemap .tree div a, #sitemap .tree div a:visited {
	display: block;
	color: #7c838a;
	border-right:1px solid;
	padding:0 2px 0 2px;
	text-decoration:none;
}

#sitemap .tree div a:hover, #sitemap .tree div a:focus {
	color: #7c838a;
	border-right:1px solid;
	text-decoration:none;
}

#sitemap {
	font-size:9px;
	float:left;
	width:65%;
	padding-left:52px;

}


#sitemap img {
	display:none;
	height:0;
	width:0;
	visibility:hidden;
}

/*JOOMFISCH*/

#topLanguage {
	position: relative;
	color: #000;
	float: left;
	padding: 6px 0 0 37px;
	margin: 0;
	width: 240px;
	text-align: left;
}

#topLanguage a {
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}

#topLanguage a:hover {
	color: #fff;
	text-dec
	: none;
}

#jflanguageselection ul {
	list-style:none;
	padding:0;
	margin:0;
}

#jflanguageselection ul li {
	display:inline;
	border-left:1px solid;
	padding:0 3px;
}

#jflanguageselection ul li:first-child {
	display:inline;
	border-left:none;
}

#jflanguageselection ul li#active_language a, #jflanguageselection ul li#active_language a:hover {
	color:#FFF;
}

/*SIMPLE IMAGE GALLERY - bildunterschrift in der Lightbox entfernen*/

#lbCaption {
	color:#FFF;}


#lbCaption strong {
	display:none;}

#lbCaption a{
	display:block;
	margin-left:-1px;
	
	}

/*JOOMDOC*/

.editlinktip {
	display:none;
}

/*BENUTZERVERWALTUNG*/

/*LOGIN*/
.moduletable_login {
	margin-top:30px;
}

.moduletable_login fieldset {
	border:none;
}

#mainNav .moduletable_login form ul li a {
	padding:0 0 0 10px;
	text-decoration: none;
	color: #7C838A;
	font-size:10px;
}

#mainNav .moduletable_login form ul li a:hover {
	background-color: #fff;
	font-weight:normal;
	color:#000;
}

#mainNav .moduletable_login form ul li {
	border:none;
}

.moduletable_login .button {
	border: solid 1px #fff;
	background:#F0F0F0;
	color:#333;
	width:135px;
}

.moduletable_login .button:hover {
	border: solid 1px #ccc;
	background:#F0F0F0;
	color:#333;
	width:135px;
}


.error h2 {
	color:#FFF;
}

#content .componentheading {
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	margin-bottom:20px;
}

#vertretungen {
	margin-top:20px;
}


/*Registrierung*/

#josForm input.invalid {
	border: 1px solid #F66;
}

#josForm input {
	border:1px solid #7C838A;
}


 /*]]>*/
	text-decoration: none;
	color: #7C838A;
	font-size:10px;
}

#mainNav .moduletable_login form ul li a:hover {
	background-color: #fff;
	font-weight:normal;
	color:#000;
}

#mainNav .moduletable_login form ul li {
	border:none;
}

.moduletable_login .button {
	border: solid 1px #fff;
	background:#F0F0F0;
	color:#333;
	margin-bottom: 30px;
	width:135px;
}

.moduletable_login .button:hover {
	border: solid 1px #ccc;
	background:#F0F0F0;
	color:#333;
	width:135px;
}


.error h2 {
	color:#FFF;
}

#content .componentheading {
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	margin-bottom:20px;
}

#vertretungen {
	margin-top:20px;
}


/*Registrierung*/

#josForm input.invalid {
	border: 1px solid #F66;
}

#josForm input {
	border:1px solid #7C838A;
}

#sitemap ul, #sitemap ul li, #sitemap ul li ul, #sitemap ul li ul li {
	list-style: none !important;
	display: block;
	float: left;
}


 /*]]>*/