/*  
Theme Name: 'feldten theme'
Theme URI: http://www.iconface.de
Description: Dreispaltiges Design f&uuml;r feldten - (c) iconface
Version: 1.0
Author: iconface
Author URI: http://www.iconface.de

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: url(images/iconface_bg_new.png); 
	background-position:top;
	background-repeat:repeat-y;
	font-size: 11px;
	color: #525252;
}

h1, h2, h3, h4, h5, h6{
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-size: 16px;
}

a{
	text-decoration: underline;
	color: #ff951b;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 7px 0 0; }

blockquote{
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

code{
	background: #f9f9f9;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 5px 15px;
}

hr{
	clear: both;
	margin: 0 0 10px 0;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	border-bottom: 1px solid #eb9023;
}

small{
	font-size: 10px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 11px;
	padding: 2px;
}


input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cbb945;
	background-color: #fffadb;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar{
	text-align: left;
	vertical-align: top;
}

#container{
	margin: 0 auto;
	width: 995px;
	padding: 0;
}

#header{
	margin: 0 0 0 0;
	float: left;
	width: 995px;
	height: 181px;
	/* background: url(images/header-1.png) no-repeat left bottom; */ 
	color: #333;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	color: #325b0a;
}

#menu ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat left top;
	color: #325b0a;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#pagetitle{
	clear: both;
	width: 904px;
	height: 155px;
}

#pagetitle h1{
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

#pagetitle h1 a{
	text-decoration: none;
	color: #fff;
}

#syndication{
	float: left;
	padding: 15px 31px 0;
	color: #999;
}

#syndication a{ color: #666; }

#syndication a.feed{
	padding: 0 0 0 19px;
	background: url(images/feed_icon.png) no-repeat 0 1px;
}

#searchbox{
	/* float: right; */
	padding: 0 0 0 0;
}

#searchbox input#s{
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
	width:140px;
}

#searchbox input#searchsubmit{ height: 24px; }

.pagewrapper{
	margin: 0px;
	float: left;
	width: 995px;
	color: #333;
}



.page{
	float: left;
	padding: 0;
	/* padding: 0 5px 5px; */
	/* background: url(images/bg_page_top.gif) no-repeat; */
}

.wrapper{ /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 570px;
}

.narrowcolumnwrapper{
	margin: 5px 0 0;
	float: left;
	width: 570px; 
	/* background-color:#FFFFFF; */
	/* background: #fff url(images/bg_narrowcol.gif) repeat-y; */
}

.narrowcolumn{
	float: left;
	width: 570px;
	/* background-color:#FFFFFF; */
	/* background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom; */
}

.content{
	float: left;
	width: 570px;
	/* background-color:#FFFFFF; */
	/* background: url(images/bg_narrowcol_top.gif) no-repeat left top; */
}

.post{
	padding: 9px 16px 15px;
	line-height: 15px;
}

.post h2{
	padding: 0 0 2px;
	/* background-color:#b3bcc0; */
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
}

.post h2 a{
	text-decoration: none;
	color: #cd7e18;
	line-height: 34px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	padding-left:9px;
}

.post img{
	/* padding: 4px; */
 	/* border: 1px solid #ddd; */
	/* background: #fff; */
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.post img.wp-smiley{
	padding: 0;
	border: 0;
	background: none;
}

.entry{padding-left:9px;}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 0 0;
}

.entry h1{
	font-size: 20px;
	line-height: 30px;
}

.entry h2{ line-height: 18px;}

.entry h3{ font-size: 14px; }

.entry h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; color:#990000;}

.postinfo{
	font-size: 11px;
	color: #999;
}

.postinfo a{
	color: #578cca;
}

.postdate{ color: #a12a2a; }

.browse{
	border-top: 1px solid #bdbdbd;
	padding: 15px 16px;
	line-height: 18px;
}

.sidebar, .obar{
	margin: 0px;
	float: right;
	width: 210px;
	line-height: 18px;
}

.obar{
	margin-top: 14px;
	/margin-top: -2px;
	float: left;
}

.sidebar ul, .obar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li, .obar ul li{
	margin: 0px;
	padding: 12px;
	/padding: 5px; /* sonst machen die verdammten IEs horizontale Scrollbalken */
	font-size:14px;
	/* padding: 9px 16px 15px; */ 
	/* background-color:#F5F4EF; */
	/* background: url(images/bg_ul_li.gif) no-repeat left top; */
}


.sidebar ul li.widget_search, .obar ul li{
	padding: 0px;
}

.widget_search{text-align:center;}

.searchformwidth {width:120px;} /* für breite des inputfelds in der suche */

.sidebar ul li h2, .obar ul li h2{
	font-size: 11px;
	font-weight: bold;
	line-height: 27px;
	color: #3a5c8b;
	text-align:left !important;
}


.obar ul li{
	margin: 0;
	/* padding: 9px 1px 9px 40px; */
	background-image:url(images/navi_pass_bg.png);
 	background-repeat:repeat-x;	}
	

/* navi 1. ebene */	
.obar ul li ul li{
	margin: 0;
	padding: 0px 0px 0px 0px; 
}	
	

/* navi 2. ebene */
.obar ul li ul li ul li{
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-size:11px;
	border-bottom:1px solid #e9eced;
	background-image: url(images/transp.gif);
	background-repeat:repeat-x;
}	

/* navi 2. ebene  link schriftgröße*/
.obar ul li ul li ul li a{
	font-size:11px;
	font-weight:normal !important;
}	



.sidebar ul ul ul, .obar ul ul ul{ padding: 3px 0 0; }

.sidebar ul ul ul li, .obar ul ul ul li{
	padding: 6px 0px 3px 15px;
	/* background: url(images/bg_arrow_right.gif) no-repeat 0px 8px; */
}

.sidebar ul ul ul ul li, .obar ul ul ul li{
	/* background: url(images/bg_arrow_right_2.gif) no-repeat 0px 8px; */
}

/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond{
	line-height: 27px;
	color: #e45b00;
}

.post h3#respond{
	color: #333;
}

ol.commentlist{
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}

ol.commentlist li{
	padding: 13px 0;
	background: url(images/bg_comment_bottom.gif) no-repeat left bottom;
}

ol.commentlist li .commentmetadata{
	font-size: 11px;
	color: #546477;
}

ol.commentlist li .commentmetadata a{
	color: #546477;
}

form#commentform small{
	font-size: 11px;
}



/* ************************************* */
/* AB HIER NEU HINZUGEFÜGTE STYLES */
/* ************************************* */




/* für tinymce - müssen hier und in tadv-mce.css vorhanden sein. einmal zur darstellung im editor und einmal für die eigentlich live-seite */

.Ueberschrift1 {
	font-size:16px;
	font-weight:bold;
	color:#bc2b1f;	
}

.Ueberschrift2 {
	font-weight:bold;
	color:#666666;
}





/* navigation */

.page_item a {
/* background-color:#999999; */
text-decoration: none;
font-weight: bold;
color: #606060;
padding-left:51px;
line-height:36px;
}

.page_item a:hover {
color:#f8981d;
}

/* zeigt ständig an, dass unter diesem punkt noch unterpunkte sind */
.page_folder{}


.current_page_item {
/* background-color:#6F942B !important; */
 background-image:url(images/navi_aktiv_bg.png) !important;
 background-repeat:repeat-x;
padding-left:51px;
line-height:36px;
}
 
/* Hintergrundfarbe für aktive Punkte 1. Ebene */ 
.current_page_item a, .current_page_item a:hover {
/* background-color:#368ED3 !important; */
/* background-image:url(images/navi_aktiv_bg.png) !important; */
text-decoration: none;
color: #606060;
padding-left:51px;
line-height:36px;
}


/* Linkfarbe für Unterpunkte 1. Ebene */
#pagenav ul li ul li a{
 color:#344721 !important;
 line-height:13px;
}


/* Hintergrundfarbe für Unterpunkte 1. Ebene */
#pagenav ul li ul li{
 background-color:#d6dade !important;
 line-height:13px;
}



.padleft{padding-left:5px;}








/* bildunterschriften in artikeln/seiten */

.wp-caption-text {
font-size:10px;
color:#333333;
padding-bottom:30px;
}


.ec3_events{
font-size:10px;
line-height:15px;
}





/* AB HIER NEUE STYLES !!! */
/* *************************/

/* shopfinder */

#sbc{
position:absolute;
top:315px;
}


/* rechte spalte - kästen */

.titleBox{
width:180px;
height:36px;
background-color:#b3bdbf;
color:#FFFFFF;
font-size:14px;
line-height:36px;
font-weight:bold;
padding-left:8px;
margin-top:1px;
/margin-top:9px;

}

.contentBox{
width:171px;
padding-left:15px;
border:1px solid #b3bdbf;
font-size:11px;
margin-bottom:16px;
line-height:15px;
}

.headlineBox{
color:#616161 !important;
font-size:14px !important;
font-weight:bold !important;
}

/* für mehr-Link in den Kästen */
.sidebar P A{
color:#ef9922;
font-weight:bold;
}


/* Links auf Home etc. */

.entry TABLE A{
	color:#cc750e;
	font-weight:bold;
}

/* Headline in den Kästen auf Home */

.homeBoxHead{
color:#CD7E18;
font-weight:normal;
font-size:18px;
}




/* Produkteübersicht Slots */

.productSlot{
width: 528px;
height: 158px;
background-repeat: no-repeat;
background-color: #535353;
margin-top:5px;
}


.productSlot h3{
font-weight:normal;
font-size:15px;
padding-left:147px;
color:#FFFFFF !important;
line-height:24px;
padding-bottom:3px;

}


.productSlot h4{
font-weight:bold;
font-size:12px;
padding-left:206px;
color:#f99912 !important;
}


.productSlot A{
color:#FFFFFF;
padding-left:206px;
}




/* Detailansicht Produkt */

.productDetail{
width: 528px;
height: 352px;
background-repeat: no-repeat;
background-color: #535353;
margin-top:0px;
}


.productDetail h3{
font-weight:bold;
font-size:17px;
padding-right:37px;
text-align:right;
color:#FFFFFF !important;
line-height:25px;
padding-bottom:15px;
padding-top:22px;
/padding-top:22px; /* damit die verdammten IEs den richtigen abstand haben */
}


.productDetail h4{
font-weight:normal;
font-size:23px;
padding-right:37px;
text-align:right;
color:#FFFFFF !important;
line-height:27px;
padding-bottom:30px;
}


.productDetail h5{
font-weight:normal;
font-size:14px;
padding-right:37px;
text-align:right;
color:#f99912 !important;
line-height:18px;
padding-bottom:2px;
}

.partnerSpacer{height:30px;}

/* qtrans_language_chooser */

.qtrans_language_chooser li{
float:left;
}
