body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	text-align: center;
	color: #333333;
	background: #ffffff;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#content ul {;
	padding:0px;
	margin:0px;
}

#content ul li {
	list-style-type: square;
	color: #002c4f;
	font-weight:normal;
	margin-left:12px;
	line-height:1.4em;
}

#content ul li a {}

#content a, #content_right a {
	color:#002c4f;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #content_right a:hover {
	text-decoration: underline;
}

#content img{
	padding-right: 10px;
	padding: 5px;
	border: none; 
	}

b, strong{}

p{
	line-height: 1.4em;
}
h1 {
	font-size: 16px;
	line-height: 1.2em;
	color:#002c4f;
	margin-top: 0px;
	font-weight:bold;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	color:#002c4f;
	margin-top: 0px;
	font-weight:bold;
	text-decoration: none;
}
.post{
	margin-top: 20px;
}
.post h1{
	color: #333;
	margin: 0px;
	padding: 0px;
}
.posttitle {
	padding: 0px;
	margin: 0px;
}
.posttitle a {
	font-size: 100%;
	line-height: 1.2em;
	color:#8d1a38;
	font-weight:bold;
	margin-top: 20px;
	text-decoration: none;
}
.posttitle a:hover{
	text-decoration: underline;
}
.postmeta {
	font-size: 11px;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	color: #333;
}

.weiterlesen{
	font-size: 12px;
	font-weight: normal;
}

hr {
	background-color:#ccc;
	color:#ccc;
	border:#ccc;
	height:1px;
}

/* Layout -----------------*/
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main {
	width: 945px;
	height: 100%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;	
	background: #fff;
}
#head {
	width: 885px;
	height: 128px;
	background: url(images/header.gif)
}

#logo{
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}

#topmenu {  
	float: left;
	width: 885px;
	height: 26px;
	line-height:1.8em;
	margin-top: 32px;
	background: #ccd5dc;
}


/*
#navigation ul ul li.current_page_item a {
	color:#fff;
	background:#007751;
	width:150px;
}*/
	
#mainarea {
	float: left;
	margin-top: 30px;
	width: 885px;
	background: url(images/bg_lefthand.gif) repeat-y;
}	
#content_left{
	float: left;
	width: 200px;
}

#content{
	float: left;
	width:421px;
	padding-left:32px;
	padding-right:32px;
}
* html #content {	padding-left:0px;}


#content_right{
	float: left;
	width: 200px;
	padding-top: 0px;
}
* html #content {	padding-left:5px;}

#content_right p{
	font-size: 12px;
	margin-top: 0px;
}

#content_right ul li a{
	font-size: 12px;
	font-weight: normal;
	padding-left: 8px;
	text-decoration:none;
	background: url(images/bg_lefthand_pfeil.gif) no-repeat;
	background-position: left center;}


#footer {
	font-size: 11px;
	float: left;
	width: 885px;
	padding-top: 7px;
	margin-top: 30px;
	border-top: 5px solid #002c4f;
}
#footer_left {
	float: left;
	padding-right: 15px;
}
#footer_right ul li a {
	float: left;
	color:#012d50;
	padding-left: 8px;
	font-size: 11px;
	text-decoration:none;
	background: url(images/bg_lefthand_pfeil.gif) no-repeat;
	background-position: left center;
}

#footer_right ul li a:hover{
	font-weight: bold;
}
}

/*Top Menu Drop Down ----------------------------- */
ul.dropdown{
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
}

ul.dropdown * ul{
	list-style: none;
	margin:0;
	padding: 0;
	display:none;
	position:absolute;
	z-index:99;
}

ul.dropdown li{
	float:right;
	padding-right:0px;  /*helps Opera with hover - do not remove! */
}

ul.dropdown li * li{
	float:none;
	position: relative;     /* required? */
}

ul.dropdown ul * ul{
	left:98%;
	top:0;
	width:100%;
	margin: 0;
}

ul.dropdown a{
	display:block;
}

ul.dropdown ul * a
{
	width:13em;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul{
	display:block;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul{
	display:block;
}
/**************** eyecandy *****************/
ul.dropdown a,
ul.dropdown a:visited,
ul.dropdown a:active{
	color:#012d50;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 8px;
	font-size: 12px;
	text-decoration:none;
	background: url(images/bg_lefthand_pfeil.gif) no-repeat;
	background-position: left center;
}

ul.dropdown a:hover{
	font-weight: bold;
}

/*Highlight Aktive Seite Topmenu----------------------------- */
body#active a#top_active{
	color:#fff;
	background: #000;
}


/*Lefthand Menu ----------------------------- */
#lefthand {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #668196;
}

.lefthand_menu_space {
	float: left;
	width: 200px;
	text-align: left;
	position: relative;
	height: 10px;
}




/*Lefthand Menu 1 ----------------------------- */
#lefthand_menu {
	float: left;
	width: 200px;
	text-align: left;
	position: relative;
}
#lefthand_menu ul li a, 
#lefthand_menu ul li a:link,
#lefthand_menu ul li a:visited {
	display: block;
	padding: 7px 0 7px 15px;
	margin-bottom: 1px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #012e4d;
	background: #ffffff url(images/bg_lefthand_pfeil.gif) no-repeat;
	background-position: 5px 10px;
}
#lefthand_menu ul li a:hover,
#lefthand_menu ul li.current_page_item a {
	color: #FFFFFF;
	background: #002c4f;
}
body#aktiv a#lefthand_menu_aktiv{
	color: #FFFFFF;
	background: #002c4f;
}

* html #lefthand_menu ul li { float: left; height: 1%; }
* html #lefthand_menu ul li a { height: 1%; }

/*Lefthand Menu 2 ----------------------------- */
#lefthand_menu ul ul li a, 
#lefthand_menu ul ul li a:link,
#lefthand_menu ul ul li a:visited {
	padding: 5px 0 5px 25px;
	color: #012e4d;
	font-size: 12px;
	background: #ffffff;
}

#lefthand_menu ul ul li a:hover,
#lefthand_menu ul ul li.current_page_item a {
	color: #FFFFFF;
	background: #002c4f;
}
* html #lefthand_menu ul ul li { float: left; height: 1%; }
* html #lefthand_menu ul ul li a { height: 1%; }
/* nur fuer IE 5.5 - 6.x */


/*Lefthand Menu 3 ----------------------------- */
#lefthand_menu ul ul ul li a, 
#lefthand_menu ul ul ul li a:link,
#lefthand_menu ul ul ul li a:visited {
	padding: 2px 0 2px 35px;
	color: #012e4d;
	font-size: 12px;
	background: #ffffff;
}

#lefthand_menu ul ul ul li a:hover,
#lefthand_menu ul ul ul li.current_page_item a {
	color: #FFFFFF;
	background: #002c4f;
}
* html #lefthand_menu ul ul ul li { float: left; height: 1%; }
* html #lefthand_menu ul ul ul li a { height: 1%; }
/* nur fuer IE 5.5 - 6.x */


/*Lefthand Menu 4 ----------------------------- */
#lefthand_menu ul ul ul ul li a, 
#lefthand_menu ul ul ul ul li a:link,
#lefthand_menu ul ul ul ul li a:visited {
	padding: 2px 0 2px 45px;
	color: #012e4d;
	font-size: 12px;
	background: #ffffff;
}

#lefthand_menu ul ul ul ul li a:hover,
#lefthand_menu ul ul ul ul li.current_page_item a {
	color: #FFFFFF;
	background: #002c4f;
}
* html #lefthand_menu ul ul ul ul li { float: left; height: 1%; }
* html #lefthand_menu ul ul ul ul li a { height: 1%; }
/* nur fuer IE 5.5 - 6.x */



/*Specials _________________________*/
.leftalign {
	float:left;
	margin:0 10px 0 0;
}

.rightalign {
	float:right;
	border: none;
	margin:0 0 0 10px;
}


/*Custom Field Meta ________________________________*/
ul.post-meta {
    list-style: none;
}

ul.post-meta span.post-meta-key {/*:*/
	float: left;
    font-weight: normal;
	display: inline;
	color: #fff;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-meta {
	color: #333;
	display: block;
	line-height: 16px;
}

.mitgliedsname, .mitgliedsname a{
	font-size: 14px;
	margin-top: 1px;
	padding: 0;
}

.beschreibung {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/*Rightbar Branchen Teaser ________________________________*/
.teaser{
}
.teaser_header{
	font-size: 14px;
	line-height: 18px;
	color:#002c4f;
	margin-top: 0px;
	font-weight:bold;
	text-decoration: none;
}
.teaser_content ul {
}


/*A-Z Liste _________________________________*/
#a-z {
}
#a-z ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*.cat-item li{
	list-style: none;
	margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
}*/
#a-z .cat-item a{
	margin-top: 2px;
	float: left;
	line-height: 10px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 12px;
	background: #transparent;
}
* html #a-z ul li{
	display:inline;
}
* html #a-z .cat-item  a{
	padding-left: 0px;
	display:inline;
}/* nur fuer IE 5.5 - 6.x */

