/*  
Theme Name: ce-nbl.de
Theme URI: http://www.menschmaschine.net
Description: Screendesign fuer ce-nbl.de der Tischler Neue Bundes&auml;nder
Author: Silvio Tischer
Author URI: http://www.menschmaschine.net

Farben der CI / CD
	braun:		#e87817
	dkl-braun:	#a42828
	hell-braun:	#af3639
	schwarz:	#000
	

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff; 
	color: #000;
	text-align: center;
	}
a, a:link	{
	text-decoration: none;
	border-bottom: 1px dotted #e87817;
	color: #000;
}
a:hover		{
	text-decoration: none;
	border-bottom: 1px solid #e87817;
	color: #000;
}
img	{
	border: none;
	margin: 0px;
	padding: 0px;
}
/* Container */
#container {
	width: 1024px;
	margin: 0px auto;
	border: none;
	background: url(images/body.jpg) repeat-y top left;
}

/* Logo Top */
#logo	{
	padding: 0px;
	background: url(images/header.jpg) no-repeat top left;
	height: 161px;
	border: 0px solid #000;
	text-align: left;
}
#logo h2	{
	font-size: 2.6em;
	font-weight: 700;
	padding: 25px 200px 0px 40px;
	color: #e87817;
	letter-spacing: 1px;
}
#logo h3	{
	font-size: 1.4em;
	font-weight: 500;
	padding: 0px 200px 0px 40px;
	color: #a42828;
}
#logo h4	{
	font-size: 1.2em;
	font-weight: 500;
	padding: 0px 300px 0px 40px;
	color: #e87817;
}
/* Top Pics - Bilderleiste oben */
#top_pics	{
	padding: 0px;
	background: url(images/header_img.jpg) no-repeat top left;
	height: 109px;
	border: 0px solid #000;
	text-align: left;
}
/* Menu oben */
#menu	{
	padding: 0px;
	background: url(images/navbar.jpg) no-repeat top left;
	height:34px;
	text-align: left;
	margin: 0px;
}
#menu ul {
	height: 20px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	width: 160px;
	font-size: 1.5em;
	padding: 7px 5px ;
	letter-spacing: -1px;
	margin: 0px 35px;
	}
#menu ul li a	{
	color: #fff;
	border: none;
	}
#menu ul li a:hover	{
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#menu ul li.current_page_item, #menu ul li.current_page_parent {
	background-color: #e87817;
	height: 20px;
	}	
/* Submenu */
#submenu	{
	background: url(images/subnav.jpg) repeat-y top left;
	height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#submenu ul li {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	width: 160px;
	font-size: 1.1em;
	padding: 0px 5px;
	letter-spacing: -1px;
	margin: 0px 40px;
	}
#submenu ul li a	{
	color: #fff;
	border: none;
	}
#submenu ul li a:hover, #submenu ul li a:visited	{
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#submenu ul li.current_page_item a {
	color: #e87817;
	}	
/* Sidebar */
#sidebar {
	width: 160px;
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
#search input, submit	{
	background-color: #fff;
	color: #e87817;
	width: 100px;
	border: 1px solid #e87817;
	}	
div#sidebar ul	{
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	margin: 3px 5px;
	padding: 0px;
	color: #d31145;
}
div#sidebar h3, div#sidebar h2	{
	margin: 15px 5px 5px 5px;
	padding: 0px;
	color: #e87817;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: left;
	font-weight: 900;
	}
div#sidebar li	{
	margin: 3px 5px;
	padding: 0px;
	font-size: 1em;
	list-style-type: none;
	}
div#sidebar li a	{
	color: #e87817;
	}	
div#sidebar li a:hover	{
	color: #d31145;
	}
div#sidebar img:a	{
	margin: 1px;
	padding: 1px;
	border: none;
	}
/* Main */
#main	{
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000;
	text-align: justify;
	min-height: 300px;
	padding: 0px 60px 0px 220px;
	margin: 0px;
}
.post	{
	border-bottom: 0px dotted #ccc;
	margin-bottom: 30px;

}
.post h2	{
	font-weight: 500;
	font-size: 1.8em;
}
.post img{
	border: 1px solid #e87817;
	margin: 5px;
	padding: 3px;
} 
.post img:hover{
	border: 1px solid #e87817;
	background-color: #e87817;
} 
#navigation	{
	border: 1px solid #eee;
	background-color: #eee;
	height: 20px;
}
/* Breadcrumb */
#breadcrumb	{
	background: url(images/body.jpg) repeat-y top left;
	font-size: 0.9em;
	color: #000;
	text-align: left;
	padding: 0px 40px 0px 200px;
}

/* Footer */
#footer	{
	background: url(images/footer.jpg) no-repeat top left;
	height: 38px;
	font-size: 1em;
	color: #e87817;
	text-align: right;
	padding: 0px 40px 0px 200px;
	margin: 0px;
}
#footer p	{
}
#footer a	{
	font-size: 1em;
	color: #e87817;
}
/* versch. klassen */
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}

iframe	{
	border: 0px solid #af3639;
	width: 750px;
	min-height: 570px;
	}
