/*****************/
/* global styles */
/*****************/
* {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;

}

body {	
	text-align: left;
	min-width: 776px;
	background-color: #333;
	height: 100%;
	background: url(/assets/templates/wille/images/bg_4x818.jpg) repeat-x left top;
}

div#wrapper {
	height: 99.9%;
	min-height: 100%;
	width: 776px;
	text-align: left;
	margin: auto;
	position: relative;
	overflow: visible;

}
/*********************/
/* end global styles */
/*********************/


/**********************/
/* header area styles */
/**********************/
div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 776px;
	height: 93px;
	background:  url(/assets/templates/wille/images/header_logo_776x93.jpg) no-repeat left top;
}

a#logo {
	position: absolute;
	top: 26px;
	left: 38px;
	width: 160px;
	height: 63px;
	text-indent: -5000px;
	background: url(/assets/templates/wille/images/logo_237x63.gif) no-repeat left top;
}
/**************************/
/* end header area styles */
/**************************/


/******************/
/* main menu area */
/******************/
div#menu {
	position: absolute;
	top: 93px;
	left: 0;
	width: 776px;
	height: 43px;
	background: url(/assets/templates/wille/images/header_776x43.jpg) no-repeat left top;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu ul li {
	position: relative;
	color: #062E4B;
	float: left;
	width: 129px;
	height: 28px;
	line-height: 28px;
	background-image: url(/assets/templates/wille/images/menu.png);
	background-repeat: no-repeat;
	background-position: -129px;
	padding: 0;
	display: block;
	text-align: center;
}

div#menu li a {
	color: #062E4B;
	width: 129px;
	display: block;
	text-decoration: none;
}

div#menu li a:hover {
	text-decoration: underline;
	background-image: url(/assets/templates/wille/images/menu_roll.png);
	background-repeat: no-repeat;
	background-position: -129px;
}

div#menu ul li ul {
	display: none;
}
/**********************/
/* end main menu area */
/**********************/


/**********************/
/* search area styles */
/**********************/
div#search {
	position: absolute;
	top: 25px;
	left: 518px;
	width: 243px;
	padding-right: 15px;
}

div#search img {
	display: none;
}

div#search label {
	color: #444;
}

div#search input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

div#search input#ajaxSearch_input {
	font-size: 11px;
	width: 135px;
}

div#search input#ajaxSearch_submit {
	background: url(/assets/templates/wille/images/suche_70x21.gif) no-repeat scroll center top transparent;
	border: 0 none !important;
	cursor: pointer;
	height: 21px;
	width: 70px;
	margin-left: 20px;
	text-indent: -200px;
}
/**************************/
/* end search area styles */
/**************************/


/****************/
/* main content */
/****************/
div#main {
	float: left;
	margin-top: 123px;
	width: 100%;
	background: url(/assets/templates/wille/images/main_776x1.jpg) repeat-y left top;
} 
/********************/
/* end main content */
/********************/


/***************/
/* breadcrumbs */
/***************/
div#breadCrumbs {
	margin: 10px;
}

div#breadCrumbs a {
	color: #062E4B;
	text-decoration: none;
}

div#breadCrumbs a:hover {
	color: #062E4B;
	text-decoration: underline;
}

div#breadCrumbs span.B_currentCrumb {
	font-weight: bold;
}
/*******************/
/* end breadcrumbs */
/*******************/


/****************/
/* content area */
/****************/
div#content {
	width: 550px;
	float: left;
	margin: 5px 10px 10px;
	text-align: left;
	font-size: 12px;
}

div#content h1 {
	position: relative;
	font-size: 15px;
	color: #618200;
	background:  url(/assets/templates/wille/images/bullet_17x21.gif) no-repeat left top;
	padding-left: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

div#content h2 {
	color: #444;
	font-size: 13px;
	margin: 0 0 15px 22px;
}

div#content h3 {
	color: #444;
	font-size: 13px;
	margin: 0 0 15px 22px;
}

div#content p {
	color: #444;
	line-height: 18px;
	margin: 0 0 15px 22px;
}

div#content p.note {
	font-size: 0.8em;
	line-height: 12px;
}

div#content a {
	color: #618200;
	text-decoration: none;
}

div#content a:hover {
	color: #618200;
	text-decoration: underline;
}

div#content ul {
	margin-left: 35px;
}

div#content ul li {
	list-style-image: url(/assets/templates/wille/images/bullet_11x8.gif);
	margin-bottom: 15px;
	color: #444;
}

div#content ol {
	margin-left: 40px;
}

div#content ol li {
	margin-bottom: 15px;
	color: #444;
}

div#content div.small {
	float: left; 
	width: 49%; /* 195px; */
	margin-bottom: 15px;
}

div#content img.visual {
	float: right;
	margin-left: 10px;
}
/********************/
/* end content area */
/********************/


/****************/
/* contact form */
/****************/
form#EmailForm {
	margin-left: 22px;
	width: 250px;
}

form#EmailForm label {
	color: #444;
	width: 250px;
	float: left;
	margin-bottom: 5px;
}

form#EmailForm input,
form#EmailForm select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
	width: 248px;
	margin-bottom: 10px;
}

form#EmailForm textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
	width: 248px;
	height: 150px;
	margin-bottom: 10px;
}

form#EmailForm input#cfContact {
	cursor: pointer;
	height: 21px;
	width: 70px;
	margin-left: 180px;
	border: 0 none !important;
	background: url(/assets/templates/wille/images/absenden_70x21.gif) no-repeat scroll center top transparent;
	text-indent: -2000px;
}

div.errors {
	margin-bottom: 10px;
}
/********************/
/* end contact form */
/********************/


/*********/
/* ditto */
/*********/
div.ditto_info {
	margin: 0 0 5px 22px;
} 

div.ditto_tags {
	margin: 0 0 5px 22px;
} 

div#ditto_pages {
	margin: 0 0 10px 22px;
}
/*************/
/* end ditto */
/*************/


/****************/
/* sidebar area */
/****************/
div#sidebar {
	width: 186px;
	float: right;
	text-align: left;
	margin: 5px 10px 10px;
}

div#sidebar h2 {
	font-size: 12px;
}

div#sidebar a {
	color: #618200;
	text-decoration: none;
}
	
div#sidebar a:hover {
	text-decoration: underline;
}
/********************/
/* end sidebar area */
/********************/


/**************/
/* login area */
/**************/
div#login {
	height: 160px;
}

div#login h3 {
	display: none;
}

div#login label {
	color: #444;
	display: block;
	margin: 5px 0;
}

div#login input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
	width: 100%;
}

div#login input#checkbox_1 {
	width: auto; 
	float: right; 
	border: 0 !important;
}

div#login input#cmdweblogin1,
div#login input#cmdweblogin2 {
	cursor: pointer;
	height: 21px;
	width: 70px;
	border: 0 none !important;
	background: url(/assets/templates/wille/images/login_70x21.gif) no-repeat scroll center top transparent;
	text-indent: -2000px;
}

div#login input#cmdcancel {
	cursor: pointer;
	height: 21px;
	width: 70px;
	border: 0 none !important;
	background: url(/assets/templates/wille/images/return_70x21.gif) no-repeat scroll center top transparent;
	text-indent: -2000px;
}

div#login a.button {
}

div#login #forgotpsswd {
	font-size: 11px;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}
/******************/
/* end login area */
/******************/


/*************/
/* news area */
/*************/
div#news {
	margin-top: 20px;
}
/*****************/
/* end news area */
/*****************/


/***************/
/* recent area */
/***************/
div#recent {
	margin-top: 20px;
}

div#recent h2 {
	margin-bottom: 5px;
}

div#recent ul {
	list-style: none;
}
/*******************/
/* end recent area */
/*******************/


/*************/
/* meta area */
/*************/
div#meta {
	margin-top: 20px;
}

div#meta img {
	margin: 20px 0;
}
/*****************/
/* end meta area */
/*****************/


/***************/
/* footer area */
/***************/
div#footer {
	color: #FFF;
	width: 776px;
	clear :both;
	height: 72px;
	text-align: left;
	background: url(/assets/templates/wille/images/footer_776x82.jpg) no-repeat left top;
	padding-top: 10px;
}

div#footer p {
	float: left;
	padding: 18px 8px 0;
	width: 580px;
}

div#footer p a {
	text-decoration: none;
	color: #FFF;
}

div#footer img {
	float: right;
	width: 108px;
	margin: 22px 8px;
}
/*******************/
/* end footer area */
/*******************/


/***********/
/* classes */
/***********/
.clear {
	clear: both;
}

.highlight {
	font-size: 12px;
	background-color: #F2F2F2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
}

p.error {
	font-size: 12px;
	margin-bottom: 10px;
}
/***************/
/* end classes */
/***************/

/********************/
/* google analytics */
/********************/
a#sGa {
	cursor: pointer;
	cursor: hand;
	float: left;
	width: 328px;
	margin: 0 0 10px 22px;
}

a#hGa {
	cursor: pointer;
	cursor: hand;
	float: left;
	width: 200px;
	text-align: right;
	margin-bottom: 10px;
}

p#pGa {
	clear: both;
}
/********************/
/* google analytics */
/********************/
