/*
------------------------------------------------------------------------
	Fischel Schweisstechnik GmbH | www.fischel.de
	Created by Dawid Rogaczewski - www.dawidr.de
	Beginn 13.12.2008
------------------------------------------------------------------------
*/

body{
	background-color: #e0e0e0;
	font : 75% arial, hevetica, verdana, sans-serif; 
	color:#333;
	padding:0;
	margin:0;
}

div.container{
	background: #fff;
}

/* ---------- LINKS --------- */

a {color: #001998;}
.box .box_head a{color:#fff;text-decoration: none;}
.box .box_head a:hover{color:#fff;text-decoration: underline;}
a:visited {color:#001998;}
a:hover {color: #c1180d;text-decoration: none;}
a:active { color:#000000;}


/* Mehr Link / Archiv */

.morelink{
	background: url(../_ico_btn/btn_plus.gif) no-repeat #cdddeb 6px -10px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 22px;
	display: block;
}

#content .mehr,
#content .morelink{
	background: url(../_ico_btn/btn_plus_cont.gif) no-repeat #f0f5f9 6px -9px;
}

.main-content .morelink{
	float: left;
	background: url(../_ico_btn/btn_plus_cont.gif) no-repeat 0px -10px;
	padding-left: 14px;
}
.mehr:hover,
.morelink:hover{
	background-position: 6px 5px;
}

#content .mehr:hover,
#content .morelink:hover{
	background-position: 6px 6px;
}

.main-content .morelink:hover{
	background-position: 0px 5px;
}

/* Mehr Button */
.btn_mehr{
	background: url(../_ico_btn/btn_more.gif) no-repeat bottom;
	height: 20px;
	width: 40px;
	margin: 10px 5px 0 0;
	text-indent: -3000px;
	display: block;
}
/* Sonderangebot Button */
.btn_sonderangebot{
	background: url(../_ico_btn/btn_sonderangebot.gif) no-repeat bottom;
	height: 28px;
	width: 70px;
	text-indent: -3000px;
	margin: 8px 0 0 0;
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: block;
}

#sidebarR .btn_mehr{
	position: relative;
	margin: 10px 0 0 0;	
}
.btn_mehr:hover{
	background-position: top;
}


/*---------------- HEADINGS ------------*/
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 10px 0 10px 10px;
	color: #001998;  
}

h2 { /* 16px */
	font-size: 1.2em;
}
.main-content h2{
	border-bottom:none;
	margin: 20px 20px 10px 20px;
}

#content .box_spl h2{
	margin: 3px 0 0 10px;
}

#content .box_dbl h2{
	margin: 10px 0 3px 10px;
}

h3 { /* 13px */
	font-size: 1.1em;
}

.main-content h3,
.box_cont h3{
	border-bottom:1px solid #e6eef5;
	padding-bottom: 5px;
	margin-top: 20px;
	width: 230px;
}
.main-content h3{
	border-bottom:none;
	margin: 20px 20px 0 20px;
}

#sidebarL h3,
#sidebarR h3{
	margin: 0 0 5px 0;
	padding-left: 10px;
}

h4 { /* 16px from parent */
	font-size: 1.3em;
	font-weight: bold;
}
h5 { /* 12px from parent */
	font-size: 1.0em;
	font-weight: bold;
}


/* Box Headlines */

h1.box_head,
h1.box_head_rnd{
	width: 100%;
	background: url(../_layout/hg_box_head.jpg) repeat-x;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
	border-bottom:1px solid #e6eef5;
	margin: 0;
}

#content h1.box_head{
	background: url(../_layout/hg_box_head_rnd.jpg) no-repeat right;
	color: #001998;
	clear: both;
}

h1.box_head_rnd{
	background: url(../_layout/hg_box_head_rnd_side.jpg) no-repeat right #fff;
	color: #001998;
}

.subsite h1.box_head{
	margin: 0 0 10px 10px;
	width: 510px;
}

.subsite .box_cont h1.box_head{
	margin: 0 10px 0 0;
	width:250px;
}

.main-content h1.box_head{
	margin: 0;
}


/*----------- PARAGRAPH -----------*/
p{
	line-height:16px;
	color:#333;
	font-size:100%;
	margin: 10px;
}
#tabs,
#tabs p{
	font-size: 12px;
}
#tabs p{
	margin: 10px 0 10px 10px;
}

#sidebarL p,
#sidebarR p{
	margin: 5px 10px 5px 10px;
	line-height: 14px;
}
#sidebarR p{
	line-height: 15px;
}

.box_desc p{
	margin-top: 0;
}

.box_cont p{
	margin-bottom: 0;
}

p#breadcrumb{
	margin-top: 0;
}

p strong,
strong{
	font-weight: bold;
}

.prd_det p,
.main-content p{
	margin: 20px 20px 0 20px;
}

.main-content p{
	margin: 20px 20px 0 20px;
}

#content .box_spl .prd_desc p{
	margin: 3px 5px 0 10px;
	padding: 0;
	font-size: 11px;
	line-height: 110%;
}

#content .box_spl .prd_desc h3{
	margin: 3px 2px 3px 10px;
	font-size: 12px;
	font-weight: bold;
}

.red{
	color: red;
}
.error{
	border: red 1px solid;
	padding: 10px 0 5px 10px;
	margin: 10px 10px 10px 0;
}

/*----------- FORMS -----------*/

input, select, th, td {
	font-size:1em;
}


/*---------- IMAGES ----------*/
#sidebarL img,
#sidebarR img,
.box_cont img{
	margin: 10px 10px 10px 5px;
	border: 1px solid #cdddeb;
}

.main-content img.fleft,
.main-content .fright{
	margin: 20px;
}


/*----------- Listen -----------*/

#content ul,
#content ol{
	margin:20px 0 20px 20px;
}
#tabs div ul,
#tabs div ol{
	margin:10px 0 0 10px;
}
#content ul li,
#tabs div ul li{
	list-style:disc;
	margin:0 0 8px 15px;
}
#content ol li{
	list-style:decimal;
	list-style-position: inside;
	margin-bottom: 5px;
}
#tabs ul,
#tabs ul li{
	margin: 0 0 0 0;
	margin-bottom: -1px;
	list-style: none;
	position: relative;
}
#tabs ul li{
	margin: 5px 0 0 5px;
}

/* ---------- PAGE ----------- */

/* - Zentriert Bereichte zur Page - */
#page,
.wrapper{
	width: 930px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
}


/* --- Floats, Clear, Hr - img Replacer --- */

.fleft{float:left;}
.fright{float:right;}
.clear_b,.clear{clear:both;}
.clear_l{clear:left;}
.clear_r{clear:right;}

/* Trennlinie */
.h_r{
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:20px 0 20px 0;
	}
.h_r hr{display:none;}

.imgrep{
	text-indent: -3000px;
	display: block;
}

#page .fleft,
#footer .fleft{float:left;}
#page .fright,
#footer .fright{float:right;}


.abst{
	float: left;
	width: 60px;
}

/* ----------- HEADER ----------- */

#header{
	height:150px
	width:100%;
	background: url(../_layout/hg_box_head.jpg) top repeat-x;
	display: block;
}
#header .wrapper{
	height: 150px;
}


/* ----- Logo + Main Headline ----- */

#header h1.imgrep{
	float: left;
	margin: 40px 20px 0 0;
	width: 170px;
}
#header h1.imgrep a{
	background: url(../_layout/fischel-logo.jpg) no-repeat;
	height: 110px;
	width: 100%;
	display: block;
}

#header h2.imgrep{
	margin: 40px 20px 0 0;
	float: left;
	width: 530px;
	height: 76px;
	background: url(../_layout/main_headline_1.jpg) no-repeat center left;
}

/* --------- Mainnavi --------- */

#mainnav{
	width: 540px;
	height: 32px;
	float: left;
	margin-left: 5px;
}
#mainnav li{
	float: left;
}
#mainnav li a{
	height: 30px;
	width: 91px;
	line-height: 28px;
	text-decoration: none;
	background: url(../_ico_btn/nav_reiter.jpg) no-repeat left -31px;
	display: block;
	overflow: hidden;
	float:left;
	margin:6px 0 1px 5px;
	text-align: center;
	font-size: 12px;
	position: relative;
}
#mainnav li a:hover{background: url(../_ico_btn/nav_reiter.jpg) no-repeat left top;border-bottom: 1px solid #fff;}

#mainnav li a.active{
	background: url(../_ico_btn/nav_reiter.jpg) no-repeat left top;
	width: 91px;
	font-weight: bold;
	height: 31px;
	line-height: 28px;
}
#mainnav li a.active{
	margin: 3px 0 0 5px;
	border-bottom:2px solid #cdddeb;
	line-height: 33px;
}


/* --------- SIDENAV ----------- */

#sidenav{
	background: url(../_layout/hg_sidenav.jpg) repeat-x bottom #001998;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#sidenav a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
	background: url(../_layout/point.jpg) no-repeat 10px center #001998;
	padding-left: 20px;
}

#sidenav li.nav3rd a{
	padding-left: 30px;
	background-position: 20px center;
	height: 21px;
	line-height: 21px;
}
#sidenav li.nav3rd{
	background-position: 30px center;a
	line-height: 20px;
	font-size: 10px;
}

#sidenav a.active,
#sidenav a:hover{
	background: url(../_layout/point.jpg) no-repeat 10px center #2940a6
}
#sidenav ul a.active,
#sidenav ul a:hover{
	background-position: 10px center;
}
#sidenav ul li ul a.active,
#sidenav ul li ul a:hover{
	background-position: 30px center;
}

#sidenav a.active{
	font-weight: bold;
}


/* --------- Searchbox --------- */

form#FormSearch{
	width: 220px;
	position: absolute;
	top:55px;
	right: -20px;
}
#FormSearch .inp{
	height: 18px;
	border: 1px solid #333;
	padding: 5px 0 0 3px;
	color: #777;
	float: left;
	width: 157px;
}
#FormSearch .btn_suche{
	background: url(../_ico_btn/btn_suche.jpg) no-repeat bottom left;
	border: 0;
	height: 25px;
	width: 28px;
	cursor: pointer;
	text-indent: -3000px;
	margin-left: 0px;
}
#FormSearch .btn_suche:hover{
	background: url(../_ico_btn/btn_suche.jpg) no-repeat top left;
}

/* --------- Topnavi --------- */

#topnav{
	position: absolute;
	top:0;	
	right: 0;
}
#topnav li{
	float: left;
}
#topnav li a{
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	float:left;
	display: block;
	padding: 0 5px 0 5px; 
}
#topnav li a:hover{
	background: #333;
}


/* ----------- SidebarL ----------- */

#sidebarL{
	width: 170px;
	float: left;
}


/* ----------- SidebarR ----------- */

#sidebarR{
	width: 190px;
	float: right;
}


/* ----------- Content ----------- */

#content{
	width: 530px;
	float: left;
	background: #cdddeb;
	margin: 0 0 40px 20px;
	padding-top: 10px;
}

/* ----------- Boxen ----------- */

.box{
	background: #e6eef5;
	margin: 0 0 10px 0;
}


/* boxen im Content */

#content .box_spl,
#content .box_dbl{
	margin: 0 0 10px 10px;
	float: left;
	background: #fff;
	overflow: hidden;
}

/* Simple Box (1 spalting) */
#content .box_spl{
	width: 163px;
	height: 207px;
	overflow: hidden;
}
.box_spl .btn_mehr,
.box_cont .btn_mehr{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.box_cont .btn_mehr{
	position: absolute;
	bottom: -7px;
}

/* Doppel Box (2 spalting) */
#content .box_dbl{
	width: 336px;
	height: 207px;
	overflow: hidden;
}

/* Rows, Zebra */

.row{
	padding: 1px 0 1px 0;
}

.row2{
	padding: 1px 0 1px 0;
	background: #cdddeb;
}

/* Main Teaser */
.mainTeaser{
	width: 510px;
	height: 250px;
	background: #eff4f8;
	margin: 0 0 10px 10px;
}
.mainTeaser h2{
	font-size: 110%;
}
.mainTeaser h2 a{
	text-decoration: none;
}
.mainTeaser .prd_img{
	width: 220px;
	height: 210px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid #f1f1f1;
	margin: 10px 10px 10px 20px;
	float: right;
	text-align: center;
	position: relative;
}
.mainTeaser .prd_img .prd_price{
	height: 41px;
	background: #cdddeb;
	width: 245px;
	position: absolute;
	bottom: 0;
}
.mainTeaser .prd_img .prd_price p{
	font-size: 18px;
	float: left;
	margin: 5px 0 0 15px;
}
.mainTeaser .prd_img .prd_price p s{
	text-align: left;
	clear: both;
}
.mainTeaser .prd_desc{
	width: 230px;
}

/* Mehr Button */
.mainTeaser .prd_img .btn_mehr{
	background: url(../_ico_btn/btn_more_big.gif) no-repeat bottom;
	height: 30px;
	width: 66px;
	text-indent: -3000px;
	margin: 5px 5px 0 0;
	display: block;
	float: right;
}
.mainTeaser .prd_img .btn_mehr:hover{
	background: url(../_ico_btn/btn_more_big.gif) no-repeat top;
}

/* Box Content */

.box_cont{
	width: 250px;
	float: left;
	margin: 0 0 10px 10px;
	background: #fff;
	position: relative;
	min-height: 140px;
	padding-bottom: 10px;
}

/* Elementbreite */

#content .wdt_310{
	width: 314px;
	float: left;
	margin: 0 0 10px 10px;
}
#content .wdt_150{
	width: 142px;
	float: left;
	margin: 0 0 10px 10px;
}
#content .wdt_230{
	width: 228px;
	float: left;
	margin: 10px 0 10px 10px;
}


/* ----------- MAIN CONTENT ------------ */

.main-content,
#tabs{
	background: #fff;
	margin: 0 10px 10px 10px;
	float: left;
	width: 510px;
	position: relative;
	padding: 0 0 20px 0;
}
#tabs{
	margin-top: -10px;
	padding-bottom: 9px;
}
.main-content .row2{
	background: #f4f8fb;
	border-top: 1px solid #CDDDEB;
	border-bottom: 1px solid #CDDDEB;
}
.main-content .thumb{
	width: 80px;
	height: 61px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	border: 1px solid #e0e0e0;
	margin: 10px;
	position: relative;
}
.main-content .thumb img{
	position: absolute;
	bottom: 0;
	right: 0;
}
#popup .main-content h2{
	background: #F0F5F9;
	padding: 5px 0 5px 10px;
}


/* ----------- Kontakt Formular ------------ */

#form{
	margin: 20px 20px;
}
#popup form{
	margin: 10px 0 0 10px;
}

#form h2,
#form h3,
#form p{
	margin: 0 0 20px 0;
	padding: 0;
}
#form .formElement{
	clear: both;
	margin: 10px 0 10px 0;
}
#form .splt .formElement{
	margin: 0 0 10px 0;
	position: relative;
}

#form .formElement_sp,
.splt{
	float:left;
	width: 310px;
	background: #fff;
}

#popup .splt{padding: 20px;}

#popup #preis{background: #F0F5F9;display: block;padding: 10px;}
#popup #preis strong{float:left;width:105px;}
#popup #preis span{float:left;width: 100px;}
#form label{
	float: left;
	width: 125px;
	margin-right: 10px;
	font-size: 12px;
	background: #f1f1f1;
	height: 23px;
	line-height: 23px;
	padding-right: 5px;
	text-align: right;
}
#form .splt .formElement label,
#form .formElement_sp label{
	float: none;
	background: none;
	display: block;
	text-align: left;
}
#form .splt .formElement label{
	float: left;
	width: 95px;
	font-weight: bold;
}
#form .inpt{
	border:1px solid #777;
	height: 15px;
	padding: 3px 0 2px 3px;
}
#form .splt #message{
	height: 80px;
	border:1px solid #777;
	padding: 3px 0 2px 3px;
	float: left;
	margin: 0 5px 10px 0;
}
#form .txtError,
#form .inptError{
	border:1px solid red;
}
#form .inptError{
	height: 15px;
	padding: 3px 0 2px 3px;
}

#form #betreff,
#form #message{
	width:280px;
}
#form .splt .formElement #message{
	width: 200px;
	height: 40px;
}
#form #name,
#form #vorname{
	width: 135px;
}
#form #plz{
	width: 88px;
	float:left;
	margin-right: 5px;
}
#form #sicherheitscode{
	width: 125px;
}
#form #ort,
#form #email,
#form #firma,
#form #tel,
#form #strasse{
	width: 180px;
}

#form .splt .formElement #name,
#form .splt .formElement #vorname,
#form .splt .formElement #ort,
#form .splt .formElement #email,
#form .splt .formElement #firma,
#form .splt .formElement #tel,
#form .splt .formElement #strasse,
#form .splt .formElement #sicherheitscode{
	width: 168px;
}
#form .splt .formElement #plz{
	width: 60px;
	float: left;
}
#form .splt .formElement #ort{
	width: 100px;
}



#btn_submit{
	float: right;
}

#form .required{
	font-size: 15px;
	color: #333;
}
#form .checked,
#form .status{
border: none;
width: 17px;
font-size: 10px;
float: left;
margin: 0;
padding: 0;
position: relative;
background: url(../_ico_btn/ico_accept.png) no-repeat;
border:none;
}

#form input:focus,
#form textarea#message:focus,
#form input:active,
#form textarea:active{
	border:1px solid #061B9A;
}

#Erfolg{
	border:1px solid #317400;
	margin: 20px;
	background: #cdffa9;
}
#Erfolg p{
	margin: 20px;
}

#preis{
	font-size: 14px;
}

/* ----------- PRODUKTE ----------- */

.box_desc,
.prd_desc{
	float: left;
	display: block;
	width: 150px;
	position: relative;
	height: 197px;
}
.box_cont .box_desc{
	margin-top: 10px;
	height: 90px;
}
.box_spl .prd_desc{
	height: 100px;
}

.box_desc{
	width: 135px;
}

.prd_price{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 14px;
	font-weight: bold;
}

.prd_price i{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
.prd_det .prd_desc{
	width: 210px;
}

.prd_img{
	position: relative;
}
.box_spl .prd_img{
	margin: 10px 0 5px 10px;
	width: 142px;
	text-align: center;
	border: 1px solid #f1f1f1; 
	overflow: hidden;
}
.box_dbl .prd_img{
	margin: 10px;
	width: 148px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #f1f1f1; 
	float: left;
	padding: 5px;
}

.prd_sidebar{
	float: right;
	margin:0 0 10px 10px;
	width: 230px;
}

.galerie{
	text-align: left;
	border-top: 1px solid #f1f1f1;
	clear:both;
}
.galerie a.lightbox{
	border:1px solid #f1f1f1;
	display: block;
	float:left; 
	margin: 0 0 5px 5px;
}

.prd_sidebar p{
	color: #777;
	margin: 5px 0 5px 5px;
}

.icons{
	position: absolute;
	width: 80px;
	display: block;
	height: 30px;
	top: 7px;
	right:0;
}
.icons img{
	margin:0 5px 0 0;
}

/* Mieten icon */
.prd_verm{
	background: url(../_ico_btn/mieten.gif) top no-repeat;
	height: 49px;
	width: 69px;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	top: 0;
	right: -10px;
}
.main-content .prd_verm{
	top: 32px;
	right: -10px;
}
.prd_verm:hover{
	background: url(../_ico_btn/mieten.gif) bottom no-repeat;
}

.btn_verm{
	width: 230px;
	height: 42px;
	background: url(../_ico_btn/btn_mieten_big.jpg) no-repeat bottom;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 0 10px 10px;
}
.btn_verm:hover{
	background-position: top;
}


/* ----------- Produkt tabelle ----------- */
#tabs table{
	width: 490px;
	background: #fff;
	margin: 10px 0 0 10px;
}
#tabs table p{
	margin: 0;padding: 0;
}
#tabs table th{
	font-weight: bold;
	color: #001998;
	background: #F0F5F9;
	padding: 5px;
}
#tabs table td{
	background: #fff;
	padding: 5px;
}
#tabs table td,
#tabs tbody tr.row2 td{
	border-top: #cdddeb 1px solid;
}

/* ----------- Footer ----------- */

#footer{
	clear: both;
	width: 100%;
	height: 150px;
}
#footer p{
	margin: 20px 0 0 0;
	line-height: 16px;
}
#footer div.wrapper{
	margin-top: 20px;
	border: 1px solid #ccc;
	height: 120px;
}
#footer ul{
	float:left;
	width: 130px;
	margin:20px;
}
#footer ul li{
	margin-bottom: 5px;
}
#footer ul li.head{
	margin-bottom: 10px;
}
#footer p,
#footer a{color: #777;}
#footer a{text-decoration: none;}
#footer p a,
#footer a:hover{text-decoration: underline;}
