/* @override 
	http://dev.wilken-arbeitsschutz.de/css/layout.css
	http://www.wilken-arbeitsschutz.de/css/layout.css
*/

body {
	background: #adadad url('_gfx/bg_body.jpg') top left repeat-x;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #000;
	text-align: left;
	top: 0; left: 0;
}
p{
	margin: 0.3em 0 1.3em;
}
h1{
	font-size: 1.9em;
	font-weight: normal;
	line-height: 120%;
	color: #1bbbe9;
	margin: 0.2em 0 0 0;
}
h2{
	font-size: 1.2em;
	line-height: 110%;
	font-weight: bold;
	color: #003158;
	margin: 0 0 1em 0;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 130%;
	color: #444;
	margin: 0.2em 0 0 0;
}
h4{
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
	color: #444;
	margin: 0.2em 0 1em 0;
}
h5 {
	font-size: 0.9em;
	color: #1bbbe9;
	display: block;
	font-weight: bold;
	margin: 0;
	border: 1px solid #E3E3E3;
	border-left: none; border-right: none;
	background-color: #F3F3F3;
	padding: 2px 2px 0 2px;
}
a {
	text-decoration: none;
	color: #003158;
	border-bottom: 1px solid #003158;
}
a:hover {
	
}
img{
	border: none;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	position: relative;
	top: 0; left: 0;
}
#layer{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 18px;
	left: 680px;
	height: 182px;
	width: 118px;
    background: url('../_gfx/layer.png') no-repeat;
	
	/* PNG FIX */
	behavior: url("js/iepngfix.htc");
}



#head h1.logo{
	float: left;
	width: 220px;
	height: 160px;
	background: url('../_gfx/logo.gif') left top no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	
}
#head .image{
	float: left;
	width: 600px;
	height: 160px;
	background: url('../_gfx/bg_header.jpg') left top no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#menu{
	clear: both;
	float: none;
	height: 40px;
	margin: 0;
	padding: 0;
	padding-left: 216px;
}
#menu ul{
	height: 40px;
	background: url('../_gfx/bg_menu.gif') left top repeat-x;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li{
	float: left;
	margin-left: 20px;
}
#menu li a{
	text-decoration: none;	
	display: block;
	height: 40px;
	padding:  0;
	margin: 0;
	text-indent: -9999px;
	border: none;
}
#menu li.Home a{
	background-image: url('../_gfx/bt_home.gif');
	width: 32px;
}
#menu li.News a{
	background-image: url('../_gfx/bt_news.gif');
	width: 33px;
}
#menu li.Profil a{
	background-image: url('../_gfx/bt_profil.gif');
	width: 34px;
}
#menu li.Workwear a{
	background-image: url('../_gfx/bt_workwear.gif');
	width: 61px;
}
#menu li.Service a{
	background-image: url('../_gfx/bt_service.gif');
	width: 41px;
}
#menu li.Kontakt a{
	background-image: url('../_gfx/bt_kontakt.gif');
	width: 47px;
}
#menu li.Bestellartikel a{
	background-image: url('../_gfx/bt_bestellartikel.gif');
	width: 84px;
}
#menu li a:hover, #menu li.active a{
	background-position: 0 40px;
}
#main {
	float: none;
	clear: both;
	background: #F3F3F3 url('../_gfx/bg_submenu.gif') 216px top repeat-y;
	height:100%;
}

#submenu {
	float: left;
	width: 220px;
	min-height: 10px;
	height:auto !important;  /* fÃ¼r moderne Browser */	
	height: 10px;
}
#submenu {
	_font-weight: bold;
}
#submenu ul{
	width: 216px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#submenu ul li a{
	height: 25px;
	border-top: 1px solid #F8F8F8;
	border-bottom: 1px solid #E3E3E3;
	color: #444444;
	text-decoration: none;	
	display: block;
	margin: 0;
	padding: 5px 10px 0px 20px;
}
#submenu li a:hover, #submenu li.active a{
	color: #00b1e6;
}
.subNavigation li a{
	height: 25px;
	border-bottom: 1px solid #E3E3E3;
	color: #444444 !important;
	text-decoration: none;	
	display: block;
	margin: 0;
	padding: 5px 10px 0px 30px !important;
	background: #FFF url('../_gfx/menu_arrow_sub_grey.gif') 20px 12px no-repeat;
}
.subNavigation li a:hover, .subNavigation li.active a{
	color: #00b1e6 !important;
	background: #FFF url('../_gfx/menu_arrow_sub.gif') 20px 12px no-repeat;
}
#content {
	width: 520px;
	float: left;
	background-color: #FFF;
	min-height: 400px;
	height:auto !important;  /* fÃ¼r moderne Browser */	
	height: 400px;
	padding: 20px 40px 100px 40px;
}
#footer {
	height: 140px;
	padding-left: 240px;
	padding-top: 20px;
	font-size: 0.9em;
	line-height: 130%;
	color: #FFF;
	border-top: 2px solid #003056;
	background: #FFF url('../_gfx/bg_footer.gif') left top repeat-x;
}

#footer a{
	color: #FFF;
}


.col_left {
	float: left;
	width: 49%;
}
.col_right {
	float: right;
	width: 49%;
}
.clear {
	float: none;
	clear: both;
}
/* GoogleMaps */
#content #map {
	margin-top: 50px;
}


/* Formular */
.contactform label{
	display:  block;
	margin-top: 0.6em;
	line-height:  110%;
	font-size:  0.9em;
}
.contactform input, .contactform textarea{
	margin-top: 0.3em;
	line-height:  110%;
	border: none;
	border-bottom: 1px solid #003158;
	background-color: #E3E3E3;
	font-size: 1em;
}
.contactform input.bt{
	background-color: #003158;
	border:  1px solid #003158;
	color: #FFF;
	font-weight: bold;
}
.sitemapext_cat_0 li{
	float:none;
	clear: both;
}
.sitemapext_cat_0 ul li{
	float:Left;
	clear: none;
}
.sitemapext_cat_0 a{
	text-decoration: none;
	color: #000;
	font-weight: Bold;
}
.sitemapext_cat_0 ul a{
	font-weight: normal;
}
.sitemapext_art_0, .sitemapext_cat_1 {
	margin: 0;
	padding: 0;
}
#content ul{
	list-style-type: none;
	padding: 0px 15px;
	margin: 0;
}
#content li{
	padding: 0 10px;
	background: url('../_gfx/menu_arrow_sub.gif') 0px 6px no-repeat;
}

.indented{
	margin-right: 120px;
}
.rightimg{
	float: right;
	margin-right: -130px;
	margin-left:  10px;
}
/* @group Formular */

#SpryContactForm input, #SpryContactForm textarea{
	border: 1px solid #BBB;
	padding:  3px;
	background: url('../_gfx/input_bg.gif') top left;
}
#content input.submitbutton{
	background: url('../_gfx/bg_menu.gif') left top repeat-x;
	color: #FFF;
	font-weight: Bold;
	padding: 4px 10px;
	margin-left: 148px;
}
#content input.resetbutton{
	display: none;
}
#content .textfieldRequiredMsg,#content .textareaRequiredMsg, #content .textfieldInvalidFormatMsg{
	border: none;
}
#content #SpryContactForm label{
	font-size: 0.9em;
	border-left: 3px solid #00b1e6;
	padding-left:  5px;
	color: #003158;
}
#Counterror_mess{
	display: none !important;
}
.captcha {
		background: url('../_gfx/menu_arrow_sub.gif') 0px 20px no-repeat;
		margin-bottom: 10px;
}
.captcha p{
	font-size: 0.8em;
	line-height: 130%;
	color: #003158;
	border-left: 3px solid #00B1E6;
	padding-left: 5px;
	margin-left: 10px;
	width: 120px;
	float: left;
}
.captcha p strong{
	font-size: 1.3em !important;
}
#SprySicherheitscode {
	margin-left: 148px;
}


/* @end */


/* @group Grid */
.grid {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E3E3E3;
}
.grid.last {
	border-bottom: none;
}
.grid img {
	float:  left;
	width: 90px;
	height: 90px;
	border-right: 1px solid #E3E3E3;
	padding: 4px;
}
.grid img.last {
	border-right: none;
}

/* @end */

/* @group Articlelist Workwear */

#alist6 .articleteaser{
	width:  160px;
	float: left;
	margin-right:  10px;
	height:  270px;
	background-color: #E3E3E3;
	margin-bottom:  20px;
}
#alist6 #headline{
	display: none;
}
#alist6 img{
	border: 1px solid #E3E3E3;
	border-bottom: none;
}
#alist6 #image a{
	padding: 0;
}
#alist6 .num1{
	font-weight: Bold;
	line-height: 2em;
	padding: 2px 10px;
	color: #003158;
	font-size: 1.1em;
}
#alist6 .num2, #alist6 a{
	font-size: 0.88em;
	line-height:  140%;
	padding: 0 10px;
	border: none;
}
/* @end */

/* @group News */

#alist4{
	margin-top: 2em;
}
#alist4 .articleteaser{
	padding-bottom: 4em;
	clear: both;
	float: none;
}
#alist4 h4{
	font-size:  1.1em;
	margin-bottom: 0.2em;
	color: #1bbbe9;
	font-weight: bold;
	margin: 0;
	border: 1px solid #E3E3E3;
	border-left: none; border-right: none;
	background-color: #F3F3F3;
	padding: 3px 10px 3px 5px;
}
#alist4 .text{
	padding:  5px;
	font-size: 0.9em;
	float: left;
}

/* @end */

#alist4 a{
	float: right;
	border:none;
	padding:  5px;
}

.gTable a{
	border: none;
}

