body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #0ae1ff url(../_img/background.png) repeat-x fixed center bottom;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	
}

img {
	border: none;
}

h1 {
	font-size: 28px;
	line-height: 1em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 18px;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
}

p {
	margin: 0 0 0.5em 0;
}

a,
a:visited {
	color: #ffffff;
}

a:hover {
	font-weight: bold;
}


/* @group menue */

div.menue {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 880px;
	margin: 0 auto 0 auto;
	left: 50%;
	margin-left: -440px;
}

div.menue ul {
	float: right;
	-display: inline;
}

div.menue li {
	float: left;
}

div.menue li a {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -200px;
	overflow: hidden;
}

div.menue li.partner a {
	width: 90px;
	height: 200px;
	background-image: url(../_img/menu/partner.png);
}

div.menue li.partner a:hover,
div.menue li.partner a.selected {
	background-image: url(../_img/menu/partner-hover.png);
}

div.menue li.news a {
	width: 32px;
	height: 200px;
	background-image: url(../_img/menu/news.png);
}

div.menue li.news a:hover,
div.menue li.news a.selected {
	background-image: url(../_img/menu/news-hover.png);
}

div.menue li.kontakt a {
	width: 120px;
	height: 200px;
	background-image: url(../_img/menu/kontakt.png);
}

div.menue li.kontakt a:hover,
div.menue li.kontakt a.selected {
	background-image: url(../_img/menu/kontakt-hover.png);
}

/* @end */

div.animation {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 1000px;
	height: 800px;
	margin-left: -500px;
	left: 50%;
}

/* @group inhalt */

div.inhalt {
	position: absolute;
	z-index: 2;
	width: 940px;
	height: 580px;
	left: 50%;
	margin-left: -470px;
	bottom: 0;
}

/* @group start */

div.start {
	width: 500px;
}

/* @end */

/* @group kontakt */

div.kontakt {
	
}

div.kontakt div.adresse {
	float: left;
	width: 220px;
}

div.kontakt div.formular {
	float: left;
	width: 698px;
	padding: 10px 10px 10px 10px;
	/*background-color: #386fa3;*/
	border: 1px solid #ffffff;
}

div.formular div.beschriftung {
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
}

div.formular label {
	float: left;
	width: 150px;
	margin: 1px 10px 0 0;
	text-align: right;
}

div.formular input.textfield,
div.formular textarea {
	width: 528px;
	font-size: 13px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #ffffff;
}

div.formular input.textfield.error,
div.formular textarea.error {
	background-color: #f5caca;
	border-color: #c90000;
}

div.formular input.textfield {
	margin-bottom: 5px;
}

div.formular div.info {
	margin: 5px 0 10px 160px;
}

div.formular div.fehlermeldung {
	font-weight: bold;
	margin: 5px 0 10px 160px;
}

div.formular span.yui-button {
	float: right;
}

div#recaptcha_widget_div {
	margin-left: 160px;
}

/* @end */

/* @group news */

div.news div.text {
	width: 610px;
}

/* @end */

/* @group partner */

div.inhalt.partner {
	
}

div.inhalt.partner ul {
	width: 180px;
	float: left;
}

/* @end */

/* @end */

/* @group yui */

/* @group yui-button */

/*
<span class="yui-button">
	<span class="first-child">
		<button type="button">Titel der Taste</button>
	</span>
</span>
*/

span.yui-button {
	padding-left: 3px;
	vertical-align: middle;
	line-height: 19px;
	height: 19px;
	border: none;
	background: url(../_img/button/button-leftBorder.png) no-repeat 0 0;
}

span.yui-button-hover {
	background-image: url(../_img/button/button-leftBorder-hover.png);
}

span.yui-button-active {
	background-image: url(../_img/button/button-leftBorder-active.png);
}

span.yui-button-disabled {
	background-image: url(../_img/button/button-leftBorder-disabled.png);
}

span.yui-button span.first-child {
	padding-right: 3px;
	line-height: 19px;
	height: 19px;
	background-image: url(../_img/button/button-rightBorder.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

span.yui-button-hover span.first-child {
	background-image: url(../_img/button/button-rightBorder-hover.png);
}

span.yui-button-active span.first-child {
	background-image: url(../_img/button/button-rightBorder-active.png);
}

span.yui-button-disabled span.first-child {
	background-image: url(../_img/button/button-rightBorder-disabled.png);
}

span.yui-button button {
	margin: 0;
	padding: 0 5px 0 5px;	
	height: 19px;
	color: #0ae1ff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	background: url(../_img/button/button-background.png) repeat-x 0 0;

}

span.yui-button-hover button {
	color: #ffffff;
	background-image: url(../_img/button/button-background-hover.png);
}

span.yui-button-active button {
	background-image: url(../_img/button/button-background-active.png);
}

span.yui-button-disabled button {
	color: #f0f0f0;
	background-image: url(../_img/button/button-background-disabled.png);
}

/* @end */



/* @end */