@charset "utf-8";
/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}
html {
	height:100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:100%;
	color: #205886;
	background-color: #585e88;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	margin: 0 auto;
	width:990px;
	z-index:1;
	position: relative;
}
#topborder {
	margin: 0 auto;
	width:990px;
	height:32px;
	z-index:4;
	background-image: url(../images/bordertop.gif);
}
#header {
	position: relative;
	left: 32px;
	top: 0px;
	width: 916px;
	z-index: 3;
	height: 120px;
	background-image: url(../images/header_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
}
#logo {
	position:absolute;
	left:-6px;
	top:-1px;
	width:181px;
	height:96px;
	z-index:4;
	background-image: url(../images/logo.gif);
}

#headerbanner {
	position:absolute;
	left:175px;
	top:20px;
	width:472px;
	height:50px;
	z-index:4;
	background-image: url(/assets/templates/jhwerkzeug/images/header_banner.gif);
}

/****************************************************************
* Breadcumb Navigation                                          *
*****************************************************************/
.breadcumb {
	position:absolute;
	left:0px;
	top:122px;
	width:100%;
	z-index:4;
	font-size: 12px;
}
.breadcumb a {
	color: #205886;
	text-decoration: none;
}
.breadcumb a:visited {
	color: #205886;
	text-decoration: none;
}
.breadcumb a:hover {
	color: #AAAA00;
}
.breadcumb a:active {
	color: #006600;
}
/****************************************************************
* Inhaltslayer                                                  *
*****************************************************************/
#content {
	position:relative;
	left:190px;
	top:0px;
	width:750px;
	z-index:0;
	overflow: visible;
}
#contentgeneral {
	position:relative;
	left:40px;
	top:25px;
	width:900px;
	z-index:0;
	overflow: visible;
}
/****************************************************************
* kleiner Text und kleine Links                                 *
*****************************************************************/
.gensmall {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.gensmall a {
	color: #205886;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.gensmall a:hover {
	color: #AAAA00;
	text-decoration: underline;
}
.gensmall a:active {
	color: #009900;
	text-decoration: underline;
}

.gensmall a:focus {
	color: #009900;
	text-decoration: underline;
}
/****************************************************************
* Suchfunktion                                                  *
*****************************************************************/
.suche {
	position:absolute;
	left:655px;
	top:34px;
	z-index:1000001;
	width: 300px;
}

.suche #ajaxSearch_input {
	background-color: #24659b;
	background-image: url(../images/search_back.gif);
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	color: #205886;
	height: 16px;
	width: 167px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.suche #ajaxSearch_input:hover {
	background-image: url(../images/search_back_hover.gif);
}
.suche #ajaxSearch_input:active {
	background-image: url(../images/search_back_active.gif);
}

.suche #ajaxSearch_input:focus {
	background-image: url(../images/search_back_active.gif);
}
.suche #ajaxSearch_submit {
	background-color:#FFFFFF;
	background-image: url(../images/search_submit.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 18px;
	padding-top: 0px;
	padding-left: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #205886;
}
.suche #ajaxSearch_submit:hover {
	background-image: url(../images/search_submit_hover.gif);
	color: #AAAA00;
	text-decoration:underline;
}
.suche #ajaxSearch_submit:active {
	background-image: url(../images/search_submit_active.gif);
	color: #006600;
	text-decoration:underline;
}
.suche #ajaxSearch_submit:focus {
	background-image: url(../images/search_submit_active.gif);
	color: #006600;
	text-decoration:underline;
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/****************************************************************
* Sonstiges                                                     *
*****************************************************************/
.impressum * {
	border: 0px;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

.rabatttabelle * {
	border: 0px;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#footer {
	position:relative;
	clear: both;
}

.time {
	position:absolute;
	left:70px;
	top:78px;
	color: #FFFFFF;
	z-index:1000001;
	font-size: 10px;
}

/****************************************************************
* Kontaktformular                                               *
*****************************************************************/
.kontaktformular {
	position: relative;
	left:100px;
	width: 640px;
}

.kontaktformular * {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #205886;
	border: 0px;
	border-color: #205886;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
}

.kontaktformular form {
	padding: 10px;
	height: expression('1%'); /* IE Pick-a-boo bug fix */
}

.kontaktformular table *{
	vertical-align: top;

}
.kontaktformular table tr td {
	padding: 4px;
}
.kontaktformular label {
	vertical-align: bottom;
	display: block;
	float: none;
	font-size: 14px;
	height: 18px;
	padding-top: 4px;
}
.kftextinput {
	background-image: url(../images/kf_text_back.gif);
	height: 16px;
	width: 302px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align:middle;
	display: block;
	float: none;
}
.kftextinput:hover {
	background-image: url(../images/kf_text_back_hover.gif);
}
.kftextinput:active {
	background-image: url(../images/kf_text_back_active.gif);
}
.kftextinput:focus {
	background-image: url(../images/kf_text_back_active.gif);
}
.kfcode {
	background-image: url(../images/kf_code_back.gif);
	height: 16px;
	width: 128px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align:middle;
	display: block;
	float: none;
}

.kfcode:hover {
	background-image: url(../images/kf_code_back_hover.gif);
}

.kfcode:active {
	background-image: url(../images/kf_code_back_active.gif);
}

.kfcode:focus {
	background-image: url(../images/kf_code_back_active.gif);
}
.kftextarea {
	line-height: 18px;
	background-image: url(../images/kf_betreff_back.gif);
	height: 277px;
	width: 428px;
	padding-left: 10px;
}

.kftextarea:hover {
	background-image: url(../images/kf_betreff_back_hover.gif);
}

.kftextarea:active {
	background-image: url(../images/kf_betreff_back_active.gif);
}
.kftextarea:focus {
	background-image: url(../images/kf_betreff_back_active.gif);
}

/************************************************
 * Newsbereich                                  *
 ************************************************/
.news {
	position:relative;
	left:0px;
	width:660px;
	float: left;
	display: inline;
}

.newsdisplay {
	position:relative;
	left:0px;
/*	width:660px; */
	float: none;
	display: block;
}

.newsdisplay td {
	vertical-align:top;
}
.newsdate {
	position:absolute;
	left:565px;
	top:2px;
	z-index:3;
}

.news h3, .newsdisplay h3 {
	line-height: 21px;
	height: 21px;
	padding-left: 10px;
	background-color: #e5eef6;
	font-weight: normal;
}

.news h3 a, .newsdisplay h3 a {
	color:#205886;
	font-size: 15px;
	text-decoration: none;
	
}

.news a, .newsdisplay a {
	color:#205886;
	font-size: 12px;
	text-decoration: none;
	
}

.news a:hover, .newsdisplay a:hover{
	color: #AAAA00;
	text-decoration: underline;
}
.news a:active, .newsdisplay a:active {
	color: #009900;
	text-decoration: underline;
}

.news a:focus, .newsdisplay a:focus {
	color: #009900;
	text-decoration: underline;
}

.newsvorschau {
	padding-left: 20px;
	font-size: 12px;
}


/**********************************************
 * Benutzerlogin                              *
 **********************************************/
#WebLoginLayer0, #WebLoginLayer2 {
	top:0px;
	font-size: 12px;
	width: 150px;
	position: absolute;
	left: 700px;
	height: 200px;	
}

#WebLoginLayer1 {
	top:0px;
	font-size: 12px;
	width: 150px;
	position: absolute;
	left: 680px;
	height: 200px;	
}

#WebLoginLayer0 label,#WebLoginLayer1 label, #WebLoginLayer2 label {
	font-size: 10px;
}
.benutzerloginlink {
	font-size:12px;
	color:#205886;
	text-decoration:none;
}

.benutzerloginlink:hover {
	color: #AAAA00;
	text-decoration: underline;
}
.benutzerloginlink:active {
	color: #009900;
	text-decoration: underline;
}

.benutzerloginlink:focus {
	color: #009900;
	text-decoration: underline;
}

#WebLoginLayer0 .benutzereingabe, #WebLoginLayer1 .benutzereingabe, #WebLoginLayer2 .benutzereingabe   {
	background-color: #24659b;
	background-image: url(../images/weblogin_back.gif);
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	color: #205886;
	height: 16px;
	width: 68px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#WebLoginLayer0 .benutzereingabe:hover, #WebLoginLayer1 .benutzereingabe:hover, #WebLoginLayer2 .benutzereingabe:hover {
	background-image: url(../images/weblogin_back_hover.gif);
}

#WebLoginLayer0 .benutzereingabe:active, #WebLoginLayer1 .benutzereingabe:active, #WebLoginLayer2 .benutzereingabe:active {
	background-image: url(../images/weblogin_back_active.gif);
}

#WebLoginLayer0 .benutzereingabe:focus, #WebLoginLayer1 .benutzereingabe:focus, #WebLoginLayer2 .benutzereingabe:focus {
	background-image: url(../images/weblogin_back_active.gif);
}

/******************************************************
 * Newsbereich                                        *
 ******************************************************/
.newsinput {
	position:relative;
	left:0px;
	width:660px;
	height:229px;
	z-index:2;
	clear: both;
}

.newsinput label {
	display: block;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 5px;
}

.texteingabe {
	background-color: #24659b;
	background-image: url(../images/news_input_text_back.gif);
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	color: #FFFFFF;
	height: 16px;
	width: 274px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.texteingabe:hover {
	color: #000000;
	background-image: url(../images/news_input_text_back_hover.gif);
}
.texteingabe:active {
	color: #ffffff;
	background-image: url(../images/news_input_text_back_active.gif);
}

.texteingabe:focus {
	color: #ffffff;
	background-image: url(../images/news_input_text_back_active.gif);
}
.newsinput h3 {
	color:#FFFFFF;
	font-size:14px;
	line-height: 20px;
	height: 25px;
	padding-left: 10px;
	background-image: url(../images/news_fieldset_back.gif);
	font-weight: normal;
}

.newsinput textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/news_input_textarea_back.gif);
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	height: 70px;
	width: 650px;
	padding-left: 10px;
}

.newsinput textarea:hover {
	color: #000000;
	background-image: url(../images/news_input_textarea_hover.gif);
}

.newsinput textarea:active {
	color: #ffffff;
	background-image: url(../images/news_input_textarea_active.gif);
}
.newsinput textarea:focus {
	color: #ffffff;
	background-image: url(../images/news_input_textarea_active.gif);
}

.datumsfeld {
	background-color: #24659b;
	background-image: url(../images/search_back.gif);
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat-y;
	color: #FFFFFF;
	height: 16px;
	width: 167px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.datumsfeld:hover {
	color: #000000;
	background-image: url(../images/search_back_hover.gif);
}

.datumsfeld:active {
	color: #24659b;
	background-image: url(../images/search_back_active.gif);
}


/******************************************************
 * Funktionslayer mit Druck und eMail Funktion        *
 ******************************************************/
.permfunc {
	width:161px;
	height:26px;
	background-color: #70A4CE;
	bottom: 0px;
	right: 0px;
	display: block;
	z-index: 1000;
	position: fixed;
}
.permfunc .print {
	display: block;
	height: 21px;
	width: 50px;
	background-image:url(../images/print.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left: 22px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
.permfunc .print:hover {
	color: #FFFF00;
	text-decoration:underline;
	background-image:url(../images/print_hover.gif);
}
.permfunc .print:active {
	color: #00FF00;
	background-image:url(../images/print_active.gif);
}
.permfunc .print:focus {
	border:none;
	color: #00FF00;
	background-image:url(../images/print_active.gif);
}

.permfunc .email {
	display: block;
	height: 21px;
	width: 50px;
	background-image:url(../images/email.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left: 26px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
.permfunc .email:hover {
	color: #FFFF00;
	text-decoration:underline;
	background-image:url(../images/email_hover.gif);
}

.permfunc .email:active {
	color: #00FF00;
	background-image:url(../images/email_active.gif);
}

.permfunc .email:focus {
	border:none;
	color: #00FF00;
	background-image:url(../images/email_active.gif);
}


.redtext {
	color: #FF0000;
	font-weight: bold;
}

#kataloge {
        top:0px;
        font-size: 12px;
        width: 150px;
        position: absolute;
        left: 710px;
}

#kataloge p {
	padding-bottom:10px;
	text-align:center;
}

#kataloge img {
	width:140px;
	height:189px;
	padding-left:5px;
}
