@import "MainNav.css";
@import "TopNav.css";

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #e3e3e3;
}
h1{
   font-size: 16px;
   font-weight: bold;
}
h2{
   font-size: 14px;
   font-weight: bold;
}
h3{
   font-size: 12px;
   font-weight: bold;
} 
a{
	color: #009534;
}
a:hover{
	text-decoration: underline;
}
a.tooltip{
	cursor: help;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #009534;
}
#page{
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 975px;
	border-left: 1px solid #D8D9DA;
	border-right: 1px solid #D8D9DA;
	border-bottom: 2px solid #D8D9DA;
	background: #ffffff;
}
img{border: 0;}
#header, #header_banner{
	position: relative;
	background-color: #FFEB00;
	width: 975px;
	height: 98px;
	margin: 0 0 0px 0;
}
#header img{
	margin: 27px 0 0 24px;
}
#header #claim{
	position: absolute;
	top: 0;
	left: 0;
	height: 98px;
	line-height: 98px;
	margin: 0 0 0 272px;
	font-size: 12px;
	color: #009534;
	font-weight: bold;
	white-space: nowrap;
	
}
#topnav{
	position: relative;
	background-image: url(../img/site/bg_headlines.gif);
	width: 975px;
	height: 24px;
}
#InfoPath{
	width: 800px;
	height: 24px;
	font-size: 9px;
	color: #B3B3B3;
	line-height: 24px;
	padding-left: 175px;
}
#InfoPath a{
color: #B3B3B3;
text-decoration: none;
}
#InfoPath a:hover{
color: #000000;
}
#content{
	width: 975px;
}
#LeftCol{
	width: 160px;
	margin: 0 15px 0 0;
	float: left;
}
#MainCol{
	width: 640px;
	float: left;
}
#RightCol{
	width: 160px;
	margin: 0 0 0 0;
	float: left;
	
}
.clear{
	clear: both;
	margin: 0;
	padding: 0;
}
form{
	margin: 0;
	padding: 0;
}
.green{
	color: #009534;
}
.green-small{
	font-size: 9px;
	color: #009534;
}
input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}
input.input_Btn_plain{
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	cursor: pointer;
}
input.input_Btn_plain:hover{
	color: #000000;
}
.headline{
	background-image: url(../img/site/bg_headlines.gif);
	height: 24px;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
}
.headline h1{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.headline h2{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#MainCol .headline{
	text-align: center;
	padding: 0;
	margin: 0 15px 20px 0;
}
#MainCol .start-btn .headline{
	margin: 0;
}
/****************************************************************
skalierbare Schatten
*****************************************************************/
.shad1, .shad2, .shad3 {
	display:inline-table;
	/* \*/display:block;/**/
} 
.shad3 div {
	display: block;
}
.shad1 {
	float:left;
	background: url(../img/site/shadows/shadow.gif) right bottom no-repeat;
	
}
.shad2 {
	background: url(../img/site/shadows/corner_bl.gif) left bottom no-repeat;
	
}
.shad3 {
	padding:0 5px 5px 0;
	background:url(../img/site/shadows/corner_tr.gif) right top no-repeat;
	
}

/****************************************************************
Startseite
*****************************************************************/
.start-element{
	float:left;
	margin: 0 10px 10px 0;
	
}
.start-btn{
	background-color: #CCCCCC;
	width: 145px;
	height: 113px;
	
}
/****************************************************************
Suchfunktion
*****************************************************************/
#search{
	background-color: #D8D9DA;
	margin: 0 0 20px 0;
}
#search .input{
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 80px;
}
#search .Btn{
	margin: 0 0 0 10px;
	padding: 0;
}
/****************************************************************
Loginbox
*****************************************************************/
#box_login{
   background-color: #D8D9DA;
   margin: 0 0 20px 0;
}
#box_login .cont{
   margin: 0;
   padding: 10px 0 10px 10px;
}
#box_login .cont input{
   width: 135px;
}
#box_login .cont input.BtnLogin{
   border: 0;
   background: 0;
   margin: 5px 0 5px 0;
   padding: 0;
   color: #009534;
   font-weight: bold;
   cursor: pointer;
}
#box_login .cont input.BtnLogin:hover{
   color: #000000;
}
#box_login .cont .logout{
   width: 135px;
   text-align: center;
}
#box_login .cont .logout a{
   font-weight: bold;
}
#box_login .cont .logout a:hover{
   color: #000000;
}
#box_login .cont div{
   text-align: center;
}
#box_login .cont a{
   text-decoration: none;
}
#box_login .cont a:hover{
   text-decoration: underline;
   color: #000000;
}


/****************************************************************
Kontakt
*****************************************************************/
#contact{
	margin: 0 0 20px 0;
}
#contact .thumb{
	float: left;
	vertical-align: middle;
}
#contact-thumbs{
	background-color: #D8D9DA;
	padding: 1px 0 0 0;
	text-align: center;
}
#contact-thumbs img{
	margin: 0;
}
/****************************************************************
News
*****************************************************************/
#news{
	margin: 0 0 20px 0;
}
#news h2{
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0 0 2px;
	padding: 0 10px 0 5px;
}
#news p{
	font-size: 9px;
	margin: 0 3px 0 2px;
	padding: 0 10px 0 5px;
}
#news .more{
	padding: 3px 10px 3px 0;
	text-align: right;
}
#news .more a{
	font-size: 9px;
	text-decoration: none;
}
#news .more a:hover{
	text-decoration: underline;
}
.right{
	text-align: right;
	float: right;
}
.left{
	text-align: left;
	float: left;
}
.allg_forw_row{
	background: url(../img/site/bg_headlines.gif) repeat-x;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 15px 15px 0 0;
	line-height: 24px;
}
.allg_forw_row a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.allg_forw_row a:hover{
	text-decoration: underline;
}
/****************************************************************
Kundenstimmen
*****************************************************************/
#reviews{
	margin: 0 0 20px 0;
}
#reviews p{
	font-size: 9px;
	margin: 10px 0 0 2px;
	padding: 0 10px 0 5px;
}

/*****************************************************************
Produkte listen
******************************************************************/
#MainCol .prodListing{
	/*float:left;*/
	margin: 0 10px 0 0;
	padding: 0;
	/*background-color: green;*/
}
#MainCol .prod{
	width: 623px;
	background-color: #FFFFFF;
	border: 1px solid #009534;
}
#MainCol .prod_thumb{
   float: left;
   width: 150px;
   text-align: center;
   padding: 20px 0 20px 0;
   border-right: 1px solid #009534;
}
#MainCol .prod_text{
   border-left: 1px solid #009534;
   margin: 0 0 0 150px;
   padding: 5px;
} 
#MainCol .color_thumb{
	width: 150px;
	border-right: 1px solid #009534;
}
#MainCol .prod_text_headline{
	font-weight: bold;
	padding: 0 95px 10px 0;
}
#MainCol .kalkulator_btn{
	float: right;
	background-color: #FFEB00;
	height: 18px;
	margin: -5px;
	text-align: center;
	padding: 0 5px 0 5px;
}
#MainCol .kalkulator_btn a{
	font-size: 9px;
	font-weight: bold;
	color: #009534;
	text-decoration: none;
	display: block;
	line-height: 18px;
}
#MainCol .kalkulator_btn a:hover{
	text-decoration: underline;
}
/*****************************************************************
Kalkulator
******************************************************************/
#MainCol .kalkListing{
	/*float:left;*/
	margin: 0 10px 20px 0;
	padding: 0;
}
#MainCol .kalk_prod{
	width: 623px;
	background-color: #F2F2F2;
	border: 1px solid #009534;
}
#MainCol .kalk_thumb{
	float: left;
	width: 124px;
	text-align: center;
	padding: 20px 10px 0 10px;
}
#MainCol .kalk_thumb img{
	border: 1px solid #009534;
}
#MainCol .kalk_thumb img#po { 
	border: none;
}
#MainCol .kalk_thumb img#pm { 
	border: none;
}
#MainCol .kalk_thumb img#pu { 
	border: none;
}
#MainCol .kalk_text_headline{
	padding: 11px 95px 10px 0;
}
#MainCol .kalk_text{
	margin: 0 0 0 144px;
	padding: 5px 5px 5px 0;
}
#MainCol .kalk_headline_btn{
	float: right;
	background-color: #D8D9DA;

	height: 21px;
	margin: -5px -5px 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
	
	font-size: 9px;
	font-weight: bold;
	color: #009534;
	display: block;
	line-height: 18px;
}
#MainCol .kalk_input_L{
	float: left;
	margin-right: 20px;
	width: 47%;
	/*width: 220px;*/
}
#MainCol .kalk_input_R{
	float: left;
	width: 47%;
	/*width: 220px;*/
}
#MainCol .kalk_input_L .radioSmilie,
#MainCol .kalk_input_R .radioSmilie{
	width: 39px;
	float: left;
	text-align: center;
	margin: 0 0 5px 0;
}
#MainCol .kalk_input_L .radioTShirt,
#MainCol .kalk_input_R .radioTShirt{
	width: 48px;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}

#MainCol .kalk_price_row{
	background: url(../img/site/bg_headlines.gif) repeat-x;
	height: 24px;
	padding: 0;
	margin: 0 15px 0 0;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
#MainCol .kalk_price_row .input_link,
#MainCol .kalk_price_row .prices{
	float: left;
	
}
#MainCol .kalk_price_row .input_link{
	width: 120px;
	text-align: center;
	margin: 5px 0 0 0;
}
#MainCol .kalk_price_row .prices{
	width: 380px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#MainCol .kalk_price_row .prices span{
	margin-left: 10px;
}
/****************************************************************
Bestellvorgang
*****************************************************************/
#MainCol .BestellOuter{
	/*float:left;*/
	margin: 0 10px 20px 0;
	padding: 0;
}
#MainCol .BestellInner{
	width: 623px;
	background-color: #F2F2F2;
	border: 1px solid #009534;
}
#MainCol .BestellInner_space{
	margin: 0;
	padding: 5px 5px 5px 5px;
}
#MainCol .bestell_headline_btn{
	float: right;
	background-color: #D8D9DA;

	height: 21px;
	margin: -5px -5px 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
	
	font-size: 9px;
	font-weight: bold;
	color: #009534;
	display: block;
	line-height: 18px;
}
#MainCol .bestell_text_headline{
	padding: 11px 95px 10px 0;
}
.bestell_row{
	margin: 0 0 10px 0;
}
/* Artikelanzeige */
.bestell_col_artikel_hl{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 280px;
}
.bestell_col_artikel{
	float: left;
	color: #000000;
	/*font-weight: bold;*/
	margin: 0 10px 0 0;
	width: 280px;
}
/* Anzahl */
.bestell_col_anzahl_hl{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 50px;
	text-align: center;
}
.bestell_col_anzahl{
	float: left;
	color: #000000;
	/*font-weight: bold;*/
	margin: 0 10px 0 0;
	width: 50px;
	text-align: center;
}

/* Preis */
.bestell_col_preis_hl{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 120px;
	text-align: right;
}
.bestell_col_preis{
	float: left;
	color: #000000;
	/*font-weight: bold;*/
	margin: 0 10px 0 0;
	width: 120px;
	text-align: right;
	text-transform: capitalize;
}
/* Funktionen */
.bestell_col_func{
	float: right;
	width: 80px;
}
input.btn_blank_gr{
	border: 0;
	background: 0;
	margin: 0;
	padding: 0;
	color: #009534;
	font-weight: bold;
	cursor: pointer;
}
input.btn_blank_gr:hover{
	color: #000000;
}
.btn_blank_gr{
	border: 0;
	background: 0;
	margin: 0;
	padding: 0 0 0 3px;
	color: #000000;
	font-weight: bold;
}

/*Versand nach*/
.bestell_col_versand_hl{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 250px;
}
.bestell_col_versand{
	float: left;
	margin: 0 10px 0 0;
	width: 280px;
}
.bestell_col_versand_preis{
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
	color: #000000;
	font-weight: bold;
}
.bestell_col_chk_neutral{
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
}
/*Preis*/
.bestell_col_gesPr{
	float: left;
	/*color: #C2112B;*/
	color: #000000;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 150px;
}
.bestell_col_netto{
	float: left;
	/*color: #C2112B;*/
	color: #000000;
	/*font-weight: bold;*/
	margin: 0 10px 0 0;
	width: 130px;
}
.bestell_col_mwst{
	float: left;
	/*color: #C2112B;*/
	color: #000000;
	/*font-weight: bold;*/
	margin: 0 10px 0 0;
	width: 135px;
}
.bestell_col_brutto{
	float: left;
	/*color: #C2112B;*/
	color: #000000;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 150px;
}
/* Bestellvorgang Weiter-Zur�ck-Funktionen */
.forw_row{
	background: url(../img/site/bg_headlines.gif) repeat-x;
	height: 24px;
	padding: 0;
	margin: 0 15px 0 0;
	color: #FFFFFF;
	line-height: 24px;
}
.forw_row .input_link_l{
	float: left;
	width: 160px;
	border-right: 1px solid;
	padding: 5px 0 0 0;
	text-align: center;
	height: 24px;
}
.forw_row .input_link_r{
	width: 160px;
	float: right;
	padding: 5px 0 0 0;
	border-left: 1px solid;
	text-align: center;
	height: 24px;
}
.forw_row .input_link_m{
	float: left;
	height: 24px;
	margin: 0 0 0 130px;
	
}
.forw_row .input_link_m a{
	color: #FFFFFF;
	text-decoration: none;
}
.forw_row .input_link_m a:hover{
	color: #000000;
}
input.input_Btn_forw_plain{
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding: 0 10px 0 0;
	background: url(../img/site/pp_pfeil_forw.gif) no-repeat right center;
}
input.input_Btn_forw_plain:hover{
	color: #000000;
}

input.input_Btn_backw_plain{
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../img/site/pp_pfeil_backw.gif) no-repeat left center;
}
input.input_Btn_backw_plain:hover{
	color: #000000;
}

/* AGBs */
.agbs{
	height: 380px;
	overflow: auto;
}
.chk_agbs{
	color: #009534;
	font-weight: bold;
}
/* Login */
.bestell_3_col_hl_l{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0;
	width: 250px;
}
.bestell_3_col_hl_m{
	float: left;
	width: 200px;
}
.bestell_3_col_l{
	float: left;
	width: 250px;
}
.bestell_3_col_l_1{
	float: left;
	width: 180px;
}
.bestell_3_col_l_2{
	float: left;
	width: 70px;
}
.bestell_3_col_r input, .bestell_3_col_r select{
	width: 150px;
	margin-right: 5px;
}
.bestell_3_col_r textarea{
	width: 310px;
}
/* Zusammenfassung */
.bestell_4_space{
	float: left;
	height: 1px;
	width: 120px;
}
.bestell_4_col_versand_l{
	float: left;
	color: #009534;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 280px;
}
.bestell_4_col_versand_m{
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 170px;
}
.bestell_4_col_versand_r{
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 120px;
}

/****** Upload *****/
.bestell_col_upl_hl{
	color: #009534;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
.bestell_col_upl{
	color: #009534;
	margin: 0 0 20px 0;
}
.bestell_row_dotted{
	background: #FFFFFF;
	border: 1px dotted #A3A4A6;
	padding: 10px;
	margin: 0 0 20px 0;
}
.bestell_row_upl_Pname{
	float: left;
	color: #000000;
	width: 300px;
}
.bestell_row_upl_input{
	padding: 0;
	margin: 0;
	text-align: right;
}
.bestell_row_upl_input div{
	padding: 0 0 5px 0;
}
.emailRed{
	color: #C2112B;
}



/****************************************************************
Allgemeine Seiten
*****************************************************************/
#MainCol .AllgCont{
	width: 603px;
	background-color: #FFFFFF;
	border: 1px solid #009534;
	padding: 10px;
}
.Input_Kontakt{
	width: 400px;
}
.Input_Kontakt_sm{
	width: 50px;
}

/****************************************************************
Space
*****************************************************************/
.space{
	margin: 0 0 20px 0;
}


/****************************************************************
Login
*****************************************************************/
#MainCol .login{
    width: 603px;
    background-color: #FFFFFF;
    border: 1px solid #009534;
    padding: 10px;
}
#MainCol .login .hl{
    color: #009534;
    font-weight: bold;
}
#MainCol .login .BestellNr{
    float: left;
    width: 120px;
}
#MainCol .login .BestellDatum{
    float: left;
    width: 150px;
}
#MainCol .login .BestellWert{
    float: left;
    width: 200px;
}
#MainCol .login .BestellUpload{
    float: left;
}

#oms {text-align:justify; color:#3F3F3F;}
#oms h1 {font-size:16px; color:#00953B;}

a.prodbut:link  {
	outline: #FFFFFF hidden 1px;
}

a.prodbut:visited  {
	outline: #FFFFFF hidden 1px;
}

a.prodbut:activ  {
	outline: #FFFFFF inset 1px;
}

a.prodbut:hover  {
	outline: #D8D9DA inset 1px;
}


a.youtube:link  {

	outline: #FFFFFF hidden 1px;
}

a.youtube:visited  {
	outline: #FFFFFF hidden 1px;
}

a.youtube:activ  {
	outline: #FFFFFF inset 1px;
}

a.youtube:hover  {
	outline: #D8D9DA inset 1px;
}


