/* $Id: frontend.css 173 2008-02-12 13:38:51Z bbunse $ */

/* standard styles for several tags */

body {
/*	color: #666666;*/
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

a:link, a:visited {
	color: #a1c311;
	text-decoration: underline;
}

a:hover, a:active {
	color: #627804;
	text-decoration: underline;
}

ul {
  padding-left: 20px;
  margin: 0;
}


h1, h2, h3, h4 {
/*	color: #333333;*/
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
}

h1 a, h2 a, h3 a, h4 a {
	font-weight: bold;
	text-decoration: none;
/*	color: #333333;*/
}

h1 {
	font-size: 16pt;
	line-height: 30px;
	text-align:left;

}

h2 {
	margin: 15px 0 10px 0;
	text-align:left;
}

h2 {
	font-size: 12pt;
	line-height: 15px;
}

h3, h4 {
	font-size: 10pt;
	line-height: 13px;
}

p {
/*	color:#333333;*/
	text-decoration:none;
	text-align:left;
	padding:0;
	margin:0;
}

div {
	margin: 0;
	padding: 0;
}
/* /standard styles for several tags */


/* global layout elements (main template) */

#site-wrapper {
	margin: 15px auto;
	border: 1px solid #7d92a5;
	width: 781px;
}

#site-head {
	height: 231px;
	position: relative;
	background: url(/img/layout/bg_head_wako.jpg) no-repeat;
}

#site-logo-link {
	position: absolute;
	left: 8px;
	top: 5px;
	width: 254px;
	height: 82px;
	text-decoration: none;
}

#site-foot {
	text-align: left;
	font-size:8pt;
	font-color:#7d92a5;
}

#foot-wrapper {
	margin: auto;
	width: 781px;
}
#foot-wrapper a:link{color:#7d92a5;}
#foot-wrapper a:visited{color:#7d92a5;}
#foot-wrapper a:hover{color:#7d92a5;}
#foot-wrapper a:active{color:#7d92a5;}



#footer_right {
	float: right;
}

#site-content {
	background: #e9efdf;
	padding: 21px 12px 12px 12px;
}

#site-menu {
	height: 21px;
}

#site-column-1 {
	width: 559px;
	margin-right: 17px;
	float: left;
}

#site-column-2 {
	width: 180px;
	float: right;
}

#main-content {
	border: 1px solid #7e93a6;
	background: #ffffff;
}

#main-content-top {
	min-height: 24px;
	background: #ffffff;
	padding: 5px;
}

.headline{
	margin-bottom: 20px;
	margin-top: 10px;
}

#main-content-head {
	background: #f4f7e5;
	padding: 5px 15px 15px 15px;
}

#main-content-body {
	padding: 5px 15px;
	margin-bottom:20px;
	margin-top:20px;
}

#site-menu {
	position: relative;
	top: -6px;
}
#menu {
	list-style-type: none;
}
#menu li {
	display: inline;
}

/* /global layout elements (main template) */


/* boxen */

.site-box {
	border: 1px solid #7e93a6;
	background: #a1c311;
	margin-bottom: 18px;
	padding: 5px;
}

.site-box h2 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 0;
}

#contact-box {
	border: 1px solid #7e93a6;
	background: url(/img/layout/bg_contact.jpg) no-repeat;
	height: 111px;
	margin-bottom:18px;
	padding-top: 25px;
}

#contact-box-content {
	font-size: 8pt;
	color: #ffffff;
	line-height:1.4;
}

#contact-box-content a:link{color:#FFFFFF;}
#contact-box-content a:visited{color:#FFFFFF;}
#contact-box-content a:hover{color:#FFFFFF;}
#contact-box-content a:active{color:#FFFFFF;}

.contact-box-icons {
	padding-top: 4px;
}

#newsletter-box {
	border: 1px solid #7e93a6;
	background-color: #a1c311;
	height: 136px;
	margin-bottom:18px;
}

#newsletter-box_content {
	font-size:8pt;
	color:#FFFFFF;
	line-height:1.4;
}

.NewsletterRegistrationEmail {
	width: 180px;
}

.greenbox_hl_abstand {
	margin-bottom:7px;
}

.newsletter_absenden {
	margin-top:10px;
}

#seminars-box ul {
	padding-left: 0;
	line-height: 1.1em;
}
#seminars-box li {
	list-style-type: none;
	margin-bottom: 7px;
	font-size: 8pt;
	color: #FFFFFF;
}

#seminars-box a:link,
#seminars-box a:active,
#seminars-box a:visited {
	color: #ffffff;
/*	text-decoration: none;*/
}

#seminars-box a.date-link:link,
#seminars-box a.date-link:active,
#seminars-box a.date-link:visited {
	color: #617c91;
/*	text-decoration: none;*/
	font-weight: bold;
}

/* /boxen */


.seminar-index th,
.seminar-index th a:link,
.seminar-index th a:active,
.seminar-index th a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #8095a7;
	text-align: left;
	text-decoration: none;
}


/* Formulare */

form,
button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.textInput {
	width: 400px;
}

.inputError {
	background: #ff0000;
}

.booleanInput.inputError {
	border: 1px solid #ff0000;
}

.textField {
	width: 400px;
	height: 150px;
}
/* Formulare */



.flow {
	font-size: 12px;
	line-height: 13px;
}

.flowSmall {
	font-family:Arial;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:left;
}

.flowSmaller {
	font-family:Arial;
	line-height: 14px;
	font-size:8px;
	color:#333333;
	text-decoration:none;
	text-align:left;
}

.flow li,
.flowSmall li {
	font-size: inherit;
	line-height: inherit;
}

.message {
/*  font-size: 12px; */
  font-size: 109%;
  font-weight: bold;
}

.error {
  color: #e60000;
}

.error-message {
  font-weight: bold;
  color: #e60000;
}

.visual-clear {
	clear: both;
	float: none;
}

.required-marker {
	color: #ff0000;
}

.center {
	text-align: center;
}

#flashMessage {
  color: #cd0202;
}


.seminar-registration th {
	text-align: right;
}

/*Akademie/Startseite*/
.teaserbild{
	float:right;
	margin: 40px 0px 10px 10px;
	border:1px;
	border-color:#8095a7;
	border-style:solid;
}

.teaserbildNoMargin{
	float:right;
	border:1px;
	border-color:#8095a7;
	border-style:solid;
}

.textcontainer_akademie{
	width:350px;
}



