/*
Theme Name: Eximius
Theme URI: http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html
Description: 3 Columns with Left and Right Sidebars, Theme Options, Custom Header, Elegant Blue and White Design. By dkszone.net.
Version: 2.0
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: blue,white,three-columns,fixed-width,custom-header,theme-options,left-sidebar,right-sidebar

	This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/

/***** GLOBAL FORMATTING *****/
html {
	height: 100%;
}


* {
	padding: 0;
	margin: 0;
}

/*original body*/

/*body {
	background: #636566 url(images/background.gif) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}*/

body {
	background: #EEEEEE repeat-x;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	min-height: 100%;
	line-height: 19px;

}

:focus {
	outline: 0;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #009;
}

img {
	border: 0;
}

/***** PAGE FORMATTING *****/
#header {
	width: 926px;
	background: url(images/header.gif) top center no-repeat;
	height: 132px !important;
	margin-top: 0;
	color: #fff;
	border: 1px solid #b3b3b3;
	border-bottom: none;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#NaviBar {
	display: block;

}

#container {
	display: block;
	margin: 40px auto;
	width: 928px;
	position: relative;
	background : transparent url(images/bg-green.gif) repeat-x;
	/*border: 1px solid #b3b3b3;	*/
	text-align: left;

}

#main {
	width: 926px;
	float: left;
	height: 80%;
	background: transparent url(images/bg-green.gif) repeat-y;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}



#content {
	width: 600px;
	color: #666;
	padding: 35px 53px;
	float:left;
    background: #f6f6e5;
	/*background: #f6f6e5 url(images/man.gif) 470px 330px no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: right bottom;*/
   
    border-right: none;
    border-left: none;
	font-size: 11px;
	
}

.hoehe { height: 420px; }
div[class = "hoehe"] { height: auto; min-height: 420px }




#content p { 
	padding: 0px 0 10px 0;
}

#content p.startseite {
	padding: 0px 0 30px 0;
}
#content p.unterbild {
	padding: 15px 0 10px 0;
}

#content ul { list-style-type: none; margin-bottom: 10px; margin-top: 5px; }
#content li {
margin-left: 0;
line-height: 19px;
background-image: url(images/listen-punkt.gif);
background-position: 0 0.1em;
background-repeat: no-repeat;
padding-left: 2em;
}

#content ol { margin-bottom: 10px; margin-left: 2em; }
#content ol li { background: none; padding-left: 0; }

#content li.blockliste {
	padding-bottom: 15px;
}

#content img {
	border: 0;
}

#content h1 {
	color: #666;
	font-size: 14px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:  #666;
	margin-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:  #666;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}


#content a:link  {
color : #8FAD15;
text-decoration : none;
}
#content a:visited {
color : #8FAD15;
text-decoration : none;
}
#content a:hover {
color : #8FAD15;
text-decoration: underline;
}
#content a:active {
color : #8FAD15;
}

div.entry p {
	line-height: 19px !important;
}



#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.post h2 {
	font-size: 11px !important;
	font-weight: bold;
	text-align: left;
	color:  #666;
	margin-bottom: 10px !important;
	margin-top: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

.post2 {
	margin-bottom: 20px;
}


.article {
/*	float:left;
	width: 538px;*/
}

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url('images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	
	line-height: 1.6em;
}


p.center {
	text-align: center;
}

.postmeta
{
	font-size:9px;
	margin-top:2px;
	color: #666;
	padding-bottom:10px;
	/*float:left;
	width: 538px;*/
}

.commentCount
{
 text-align:right;
 margin-right:10px;
 font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}



.post h1
{
	border-bottom: 0;
}

.post2 h1
{
	border-bottom:0;
}


h1.blogtitle a{
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F7F7F7;
	padding: 10px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

h3.slogantext{
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
	font-weight: normal;
	color: #F7F7F7;
	padding: 0px 10px 10px 17px;
	text-decoration: none;
	margin-left: 10px;
}

.post h1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

.post2 h1 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

h1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:  #666;
	margin-bottom: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:  #666;
	margin-bottom: 1px;
	padding-top: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color:  #333;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}


.post2 ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

.post2 li {
	margin: 7px 0 8px 10px;
}

.post2 ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post2 ol li {
	margin: 0;
	padding: 0;
}

	
/**** TABLE FORMATTING ****/	
	
.post  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}


.post2  table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post2  th, 
.post2  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post2  tr.even td {
	background:#F7F7F7;
}
.post2  th {
	background:#EDEFF0;
}



/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -60px; margin-right: 5px;
  height: 17px;
  width: 17px;
}


/***** NAVIGATION BAR FORMATTING *****/
/**We aren't using this nav -- see dropdown menu instead below -- this is for the top nav **/
ul#NaviBar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 999px;
	float: left;
	background: #272d33 url(images/navBar.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	border: 1px solid #484848;
}

ul#NaviBar li {
	float: left;
}

ul#NaviBar li.first {
	border-left: none;
}

ul#NaviBar a {
	display: block;
	float: left;
	padding: 0 0.9em;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

ul#NaviBar a:hover {
	background: #1d6dae url(images/navHover.gif) repeat-x;
	text-decoration: none;
}

ul#NaviBar li.current_page_item a { 
	color: #fff; 
	background: url(images/navHover.gif) repeat-x; 
	text-decoration: none;
}

/***** SEARCH FORM FORMATTING *****/
/**We aren't using this search form**/
#search {
	display: inline;
	float: right;
	margin: 0px 5px 0;
	padding: 0px 0 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 180px;
	float:left;
	padding: 5px 0px 3px 0px;
	background: #fff;
	border: 1px solid #333;
	margin: 2px 2px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.go {
	margin-top: 6px;
	margin-left: -20px;
	padding: 0px;
	color: #000;
	display:inline;
}

/***** SIDEBAR FORMATTING *****/


#sidebarRight {
	width: 190px;
    height: 500px;
	float:right;
    background-color: #8FAD15;
	color: #000;
	padding: 5px 10px 10px 10px;
    font-weight:bold;
}

#sidebarRight h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FFFFFF;
	background:url(images/sidebarbg.gif) repeat-x;
	background-color: #285b87;
	margin-top:10px;
	margin-bottom: 5px;
    border: 1px solid #b3b3b3;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-weight:bold;
}

#sidebarRight h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}
#sidebarLeft {
	width: 220px;
    /*height: 500px;*/
	float: left;
	clear: both;
    /*background-color: #8FAD15;*/
	background:#8FAD15;
	padding-bottom: 60px;


}

#sidebarLeft h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FFFFFF;
	background:url(images/sidebarbg.gif) repeat-x;
	background-color: #285b87;
	margin-bottom: 5px;
	margin-top:10px;
    border: 1px solid #b3b3b3;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-weight:bold;
}

#sidebarLeft h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

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

#sidebarRight a:hover {
	background: none;
	color:  #ffcc00;

}

#sidebarLeft a {
	color: #fff;
	text-decoration: none;
	
	
}
#sidebarLeft li a {
	display: block;
}

#sidebarLeft li {
	font-size: 12px;
	line-height: 23px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #sidebarLeft li {
display: inline-block; 
text-align: left;
}

* html #sidebarLeft ul li a {
border-bottom: 1px dashed #aec357;
background: transparent;
}
* html #sidebarLeft li.page_item {
border-bottom: none;
background: transparent;
}

* html #sidebarLeft ul li li a {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html #sidebarLeft ul li li a:hover {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html li.page_item {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html li.rot {
	background: transparent url(images/pfeil.gif) no-repeat;
}
* html #sidebarmenu ul li.current_page_item a:link {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html #sidebarmenu ul li.current_page_item a:visited {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html #sidebarmenu ul li.current_page_item a:hover {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
* html #sidebarmenu ul li.current_page_item a:active {
	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}

* html #sidebarmenu ul li li a {
	background: transparent;
}
* html li.page_item {
	background: transparent;
}

/* Ende */

#sidebarLeft ul li a {
	padding: 3px 10px 3px 20px ;
	font-weight:bold;
	display: block;
	background: transparent url(images/punkt.gif) bottom repeat-x;

}




#sidebarLeft ul li li a {

	background: transparent url(images/pfeil.gif) 5px 5px no-repeat;
}
#sidebarLeft ul li li a:hover {

	background: transparent url(images/pfeil-orange.gif) 5px 5px no-repeat;
	color:  #ffcc00;
}

#sidebarLeft li.page_item {
	background: transparent url(images/punkt.gif) bottom repeat-x;
}

#sidebarLeft li.rot {
	background: transparent url(images/punkt.gif) bottom repeat-x;
}
#sidebarLeft li.rot {
	background: transparent url(images/punkt.gif) bottom repeat-x;
}

#sidebarLeft ul li {
	text-transform: uppercase;
	list-style-type: none;
	font-weight: normal;
	
}
#sidebarLeft ul li li {
	text-transform: none;
	padding-left: 20px;
}

#sidebarLeft a:hover {
	background: none;
	color:  #ffcc00;

}

#sidebarmenu li.current_page_item a:link, 
#sidebarmenu li.current_page_item a:visited, 
#sidebarmenu li.current_page_item a:hover, 
#sidebarmenu li.current_page_item a:active {
color: #ffcc00;
}

#sidebarmenu li.rot a:link, 
#sidebarmenu li.rot a:visited, 
#sidebarmenu li.rot a:hover, 
#sidebarmenu li.rot a:active {
color:red;
}

#sidebarmenu li.current_page_item li a:link, 
#sidebarmenu li.current_page_item li a:visited, 

#sidebarmenu li.current_page_item li a:active {
color: #fff;
}

#sidebarmenu li.current_page_item li a:hover {
	color: #ffcc00;
}

#sidebarmenu ul li.current_page_item a:link, 
#sidebarmenu ul li.current_page_item a:visited, 
#sidebarmenu ul li.current_page_item a:hover, 
#sidebarmenu ul li.current_page_item a:active {
color: #ffcc00;
background: transparent url(images/pfeil-orange.gif) 5px 5px no-repeat;
}






/***** FOOTER FORMATTING *****/

#footer {
	clear: both;
	width: 928px;
	color: #666;
	text-align: left;
    border: 1px solid #b3b3b3;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #b3b3b3;
    background-color: #eee;
	padding-top: 10px;


}

#footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer p.author {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}



#footer a:link  {
color : #8FAD15;
text-decoration : none;
}
#footer a:visited {
color : #8FAD15;
text-decoration : none;
}
#footer a:hover {
color : #8FAD15;
text-decoration: underline;
}
#footer a:active {
color : #8FAD15;
}




/***** IMAGE FORMATTING *****/
/***** Removing border on .post, .aligncenter, .alignright and .alignleft per Heidi's request.  Code was border: 1px solid #CCC; *****/

img.post {
	padding: 5px;

	margin: 10px 5px 10px 5px;
	float: right;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;

}

img.alignright {
	padding: 5px;
	margin: 0px 5px 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;

	margin: 10px 5px 10px 5px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/***** COMMENTS *****/

#comment {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	color: #666;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	padding: 5px 0 0 0;
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 10px;
	border: 1px solid #666;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 5px 0px 20px 0px;
	float: left;
	border: 1px solid #0CC;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

#author, #email, #url {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #dfeaf2;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	}

.pinglist {
	margin-top: 10px; 
	width: 500px; 
	float: left; 
	margin-left: 20px
}

li.pings {
  border-bottom: 1px dotted #CCC;
  margin: 0;
  padding: 5px 0 5px 5px;
  width: 500px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; margin-bottom: 30px; }



/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#wp-calendar {
	border: 1px solid #900;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #630;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #933;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/**** JQuery Dropdown Menu ******/
/**** Testing              ******/

#menuwrapper {
	width: 100%;
	background: #8FAD15;
}
ul#dropmenu {
	padding-left: 226px;
	width:702px;
	background: #8FAD15;
}


#dropmenu, #dropmenu ul {
	float: left;
	width: 826px;
	list-style: none;	
	font-weight: bold;
	padding: 0;
	font-size: 11px;
	background: #8FAD15;
	line-height: 1.5em;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #dropmenu, ul#dropmenu {
  width: 702px;
  }
/* End hide from IE5/mac */


#dropmenu ul {
	position: absolute;
	width: 12em;
	left: -1px;
}




#dropmenu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0 1.2em;
	background: #8FAD15;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #dropmenu a {
  padding: 0 0.9em;
  font-size: 11px;
  }

/* End hide from IE5/mac */


#dropmenu li ul a {
	width: 16em;
	w\idth: 16em;
	height: auto;
	border-bottom: 1px solid #fff;
	text-align: left;
	border-right: none;
}	


#dropmenu li {
	float: left;
	padding: 0;

	}

	

#dropmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0 0 0 0px;
	border-top: 1px solid #fff;
}

#dropmenu li li {
	/*padding-right: 1em;*/
	width: 14em;
	font-size: 11px;
	background: transparent;
}


#dropmenu li li a{
	color: #fff;
	background: #8FAD15;
	text-transform: none;
	font-weight: bold;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #dropmenu li li a {
background: #8FAD15;
}
/* End hide from IE5/mac */


#dropmenu li ul ul {
	left: 12em;
	margin: 0 0 0 0px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li.sfhover ul ul, #dropmenu li.sfhover ul ul ul {
	left: -999em;

}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li.sfhover ul, #dropmenu li li.sfhover ul, #dropmenu li li li.sfhover ul {
	left: auto;
}

#dropmenu a:hover {
color:#ffcc00;

}

/* selektoren */
#dropmenu ul li.current_page_parent a:link, 
#dropmenu ul li.current_page_parent a:visited, 
#dropmenu ul li.current_page_parent a:hover, 
#dropmenu ul li.current_page_parent a:active {
color: #ffcc00;
}

#dropmenu li.current_page_item a:link, 
#dropmenu li.current_page_item a:visited, 
#dropmenu li.current_page_item a:hover, 
#dropmenu li.current_page_item a:active {
color: #ffcc00;
}

#dropmenu li.current_page_ancestor a:link, 
#dropmenu li.current_page_ancestor a:visited, 
#dropmenu li.current_page_ancestor a:hover, 
#dropmenu li.current_page_ancestor a:active {
color: #ffcc00;
}
#dropmenu li.current_page_ancestor ul li a:link, 
#dropmenu li.current_page_ancestor ul li a:visited, 

#dropmenu li.current_page_ancestor ul li a:active {
color: #fff;
}

#dropmenu li.current_page_ancestor ul li a:hover {
	color: #ffcc00;
}


#dropmenu li.current_page_ancestor ul li.current_page_item a:link, 
#dropmenu li.current_page_ancestor ul li.current_page_item a:visited, 
#dropmenu li.current_page_ancestor ul li.current_page_item a:hover, 
#dropmenu li.current_page_ancestor ul li.current_page_item a:active {
color: #ffcc00;
}


#dropmenu li.current_page_item ul li.page_item a:link, 
#dropmenu li.current_page_item ul li.page_item a:visited, 
#dropmenu li.current_page_item ul li.page_item a:active {
color: #fff;
}

#dropmenu li.current_page_item ul li.page_item a:hover {
	color: #ffcc00;
}
#dropmenu li.current_page_ancestor ul li.page_item a:hover, {
color: #ffcc00;
}


/* News */
#dropmenu a.rot {
	color: #ffcc00;
	border-right: none;
}

#nav a.rot:hover {
	color: #ffcc00;
}
#nav li ul li.rot a:link, 
#nav li ul li.rot a:visited, 
#nav li ul li.rot a:hover, 
#nav li ul li.rot a:active {
color: #ffcc00;
}


/* Newsletter */
#newsletter ul {
	padding-top: 30px;
}

#newsletter ul li a {
	color: #ffcc00;
	text-transform: none;
	
}

/*formular */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}







