/*  
Theme Name: p+w
Theme URI: http://www.horttcore.de/
Description: Custom Design für P+W GmbH
Version: 1.0
Author: Ralf Hortt
Author URI: http://blog.horttcore.de/

*/

@import url('./css/reset.css');

/*=HTML
======================================*/

html {
	background: #2C5A8D;	height: 100%;
}

body {
	/*background: url(./images/bg_body.jpg) repeat-x bottom left;*/
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	font-size: 14px;}

h1 {
	float: left;
	margin: 0 40px 0 0;
}

h2 {
	color: #005b8f;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	margin: 0 0 30px 0;
}

h3 {
	color: #005b8f;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0 10px 0;
}

h4 {
	color: #005b8f;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	margin: 5px 0 5px 0;	
}

p {
	margin: 0 0 25px 0;
}

hr {
	background: none;
	border: 0px;
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0 0 20px 0;
}

fieldset {
}

legend {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

strong {
	font-weight: bolder;
}

/*=FORMS
======================================*/



/*=HEADER
======================================*/
#page {	background: url('./images/bg_html.jpg') repeat-x top left #fff;
	/*background: url(./images/bg_page.png) top left repeat-x;*/
	/*border-top: 10px solid #005b8f;*/	padding: 0 0 25px 0;}

#header {	padding: 10px 0 0 0;}.main-wrap {	background: url('./images/bg-wrap.jpg') left top no-repeat;}

/*=MENU
======================================*/
#mainmenu {
	background: url(./images/bg_menu.jpg) repeat-x top left #72706f;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-radius-bottomleft: 8px;
	border-radius-bottomright: 8px;	font-variant: small-caps;
	float: left;
	height: 60px;
	width: 700px;
}

	#mainmenu li {
		float: left;
	}

	#mainmenu a {
		background: url(./images/bg_menu_a.jpg) no-repeat top right;
		color: #fff;
		display: block;
		padding: 27px 15px 19px 15px;
		text-decoration: none;
	}
		#mainmenu a:hover,
		#mainmenu .current_page_item a,
		#mainmenu .current_page_ancestor a {
			background: url(./images/bg_menu_a_hover.jpg) repeat-x top left;
		}		
		#mainmenu li:first-child a:hover,
		#mainmenu .current_page_item:first-child a,
		#mainmenu .current_page_ancestor:first-child a {
			-moz-border-radius-bottomleft: 8px;
			-webkit-border-bottom-left-radius: 8px;
			border-radius-bottomleft: 8px;
		}
		/*
		#mainmenu li:last-child a:hover {
			-moz-border-radius-bottomright: 8px;
			-webkit-border-radius-bottomright: 8px;
			border-radius-bottomright: 8px;
		}*/


/*=SUBMENU
======================================*/
#menubar {
	clear: left;
	float: left;
	margin: 0px 40px 0 0px;
	padding: 75px 0 0 0;
	width: 202px;	
}

#submenu {
	font-size: 12px;
}

	#submenu ul,
	#submenu .current_page_item ul ul,
	#submenu .current_page_ancestor ul ul {
		display: none;
	}
	
	#submenu .current_page_item ul,
	#submenu .current_page_parent ul,
	#submenu .current_page_parent .current_page_item ul,
	#submenu .current_page_ancestor ul,
	#submenu .current_page_ancestor .current_page_parent .current_page_item ul,
	#submenu .current_page_ancestor .current_page_ancestor ul {
		display: block;
	}

	/* Level 1 */
	#submenu ul {
		background: #e0e0e0;
		padding: 0 0px 5px 10px;
	}
	#submenu .current_page_item a,
	#submenu .current_page_parent a,
	#submenu .current_page_ancestor a,
	#submenu a:hover {
		background: #007CC3;
		color: #fff;
	}
	
	/* Level 2 */
	#submenu ul ul {
		background: #e5e5e5;
	}
	#submenu .current_page_parent .current_page_item a,
	#submenu .current_page_ancestor .current_page_parent a {
		background: #409dd2;
		color: #fff;
	}
	
	/* Level 3 */	
	#submenu ul ul ul {
		background: #eaeaea;
	}
	#submenu .current_page_ancestor .current_page_ancestor .current_page_item a {
		background: #7fbde1;
		color: #fff;
	}
	
	#submenu .current_page_item ul a,
	#submenu .current_page_ancestor ul a,
	#submenu .current_page_ancestor .current_page_ancestor ul a,
	#submenu .current_page_parent .current_page_item ul a,
	#submenu a {
		background: none;
		border-bottom: 1px solid #007cc3;
		color: #333;
		display: block;
		padding: 8px 0 5px 10px;
		text-decoration: none;		
	}
		
	
	
/*=METAMENU
======================================*/
#metamenu {
	margin: 50px 0 35px 0;
	font-size: 12px;
}

	#metamenu a {
		border-bottom: 1px solid #ccc;
		color: #666;
		display: block;
		padding: 8px 0 5px 10px;
		text-decoration: none;
	}

	#metamenu a:hover {
		background: #007CC3;
		color: #fff;
	}

	#metamenu .current_page_item a,
	#metamenu .current_page_ancestor a {
		background: #007CC3;
		color: #fff;
	}

/*=CONTENT
======================================*/
#content {
	color: #333;
	float: left;
	line-height: 18px;
	padding: 35px 4px 25px 4px;
	width: 440px;
}

	#content ul {
		margin: 0 0 25px 0px;
	}
	
	#content li {
		border-left: 2px solid #005b8f;
		line-height: 14px;
		margin: 0px 0 10px 0;
		padding: 0 0 0 10px;
	}
	
	#content a {
		color: #007CC3;
	}
	#content a:hover {
		text-decoration: none;
	}
	
	#content label {
		display: inline-block;
		width: 80px;
	}
	
	#content form {
		/* background: #efefef; */
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 20px 10px;
	}
	
	.submit {
		margin: 0px;
	}
	
	#content input, #content textarea {
		width: 270px;
	}
	
	#content textarea {
		vertical-align: top;
	}
	
	#content input, #content textarea, #content select, #content button {
		border: 1px solid #888;
	}
	#content input:hover, #content textarea:hover, #content select:hover, #content button:hover {
		border: 1px solid #0072BC;
	}
	#content input:focus, #content textarea:focus, #content select:focus, , #content button:focus {
		border: 1px solid #BFD72F;
	}
	#content #val {
		display: none;
	}



/*=SIDEBAR
======================================*/
#sidebar {
	border-left: 1px solid #ccc;
	color: #333;
	float: left;
	line-height: 18px !important;
	margin: 35px 0 0 25px;
	padding: 0px 0 0 25px;	width: 200px;
}
#sidebar h2 {	margin: 0 0 10px 0;}
#sidebar a {
	color: #007CC3;
}
#sidebar a:hover {
	text-decoration: none;
}.contentbox {	border-bottom: 1px solid #ccc;	margin: 0 0 10px 0;}


/*=FOOTER
======================================*/
#footer {
	background: url('./images/bg-footer.jpg') left top repeat-x #005b8f;	font-size: 12px;	font-variant: small-caps;	line-height: 18px;	color: #ccc;
	clear: both;	padding: 15px 0 30px;}#footer h3 {	color: #fff;	margin: 0 0 15px 0;}#footer h4 {	margin: 0 0 10px 0;}
#footer a {	color: #fff;	text-decoration: none;}#footer .alignleft {	border-left: 1px solid #29a0d3;	height: 230px;	padding-left: 5%;	margin-right: 5%;	width: 16%;}#footer .alignleft:first-child {	border: 0px;	padding: 0px;}#footer li {	list-style: disc;	margin: 0 0 5px 15px;}

/*=HELPER
======================================*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 15px 20px 0;
}

img.alignright {
	margin: 0 0 15px 20px;
}

.clear {
	clear: both;
}

.notice {
	background: #ff0000;
	clear: both;
	color: #fff;
	padding: 5px;
}.noborder {	border: 0px !important;}.nopadding {	padding: 0px !important;}.notice p {	margin: 0px;}

.wrapper {
	margin: 0 auto;
	padding: 0 30px;	width: 948px;
}
/*=FORM======================================*/#mitteilung {	height: 150px;}
/*=KATALOG
======================================*/
.category-wrap {
	margin: 0 0 20px 0;
}
.product {
	margin: 0px 0 20px 0;
}
.title {
	font-weight: bold;
}
.description {
	font-style: italic;
}
.price-per-item {
	float: left;
}
.price-per-five {
	float: right;
}