/*
* GENERAL
*/
* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #3C3C3C;
}

body { /*background-color: #dab7b4;*/
	background-color: #da9e9c;
	font-size: 100.1%;
}

a,a:hover,a:visited,a:active {
	text-decoration: none;
}

a img {
	border: 0;
}

input.loginInput {
	border: 2px solid;
	border-color: #b06461;
	width: 123px;
	/*padding-top: 9px;*/
	font-size: 14px;
	height: 17px;
}

div#wrapper { /*background-image: url(images/main-bg.jpg);
	background-image: url(images/main-bg-725px.jpg);*/
	background-repeat: repeat-x;
	width: 1000px;
	min-height: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 4px;
	font-size: 0.8em;
}

/*
* Logo
*/
div#logo {
	width: 243px;
	height: 174px;
	position: absolute;
	z-index: 2;
}
/*
* blog
*/
div#blog{
	width: 119px;
	height: 69px;
	position: absolute;
	z-index: 2;
	margin-left: 400px;
	margin-top: -14px;
}

/*
* Presse
*/
div#presse{ 
	display:none;
	width: 119px;
	height: 69px;
	position: absolute;
	z-index: 2;
	margin-left: 260px;
	margin-top: -14px;
}
/*
* Header
*/
div#header {
	background-image: url(images/header-startseite.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 1000px;
	background-repeat: no-repeat;
}

form#loginForm {
	margin-left: 600px;
	padding-top: 10px;
}

form#loginForm input[type=image] {
	margin-bottom: -5px;
}

form#loginForm img {
	margin-bottom: -4px;
}

form#logoutForm img {
	margin-bottom: -4px;
}

div#logoutForm {
	padding-top: 10px;
	text-align: right;
	margin-right: 55px;
}

div#logoutForm a img {
	margin-bottom: -7px;
}

/*
* Hauptbereich
*/
div#content {
	background-image: url(images/startseite-karte-main.png);
	background-repeat: no-repeat;
	min-height: 554px;
	width: 1000px;
}

div#content #text {
	margin-left: 250px;
	width: 580px;
}

div#mitmachen {
	position: absolute;
	background-image: url(images/mitmachen_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 231px;
	height: 95px;
	margin-left: 770px;
	padding-top: 70px;
	background-image: url(images/mitmachen_bg.png);
}

div#mitmachen #registerForm {
	margin-top: 10px;
	margin-left: 50px;
}

div#mitmachen form#registerForm input[type=image] {
	margin-bottom: -5px;
}

div#video {
	position: absolute;
	/*background-color: #ffcccc;*/
	width: 400px;
	height: 225px;
	margin-left: 355px;
	margin-top: 20px;
}

/*
* Footer
*/
div#footer {
	background-image: url(images/footer-startseite.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 1000px;
}

/*
FOOTER 
*/
div#footer ul {
	list-style-type: none;
	margin-left: 225px;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	color: #406c83;
	text-decoration: none;
}

div#footer ul li.wie_funktioniert {
	font-weight: bold;
}

div#footer ul li.agb {
	margin-left: 45px;
}

div#footer ul li.impress {
	margin-left: 50px;
}

div#footer ul li.tell {
	margin-left: 45px;
}

.mac.gecko div#footer ul {
	list-style-type: none;
	margin-left: 210px;
}

.mac.gecko div#footer ul li.agb {
	margin-left: 35px;
}

.mac.gecko div#footer ul li.impress {
	margin-left: 43px;
}

.mac.gecko div#footer ul li.tell {
	margin-left: 38px;
}

/*
ENDE FOOTER  
*/
div#content div#text-small {
	margin-left: 300px;
	width: 600px;
	overflow: hidden;
}

div#content-plain {
	background-image: url(images/karte-main-plain.png);
	background-repeat: no-repeat;
	min-height: 554px;
	width: 1000px;
}

div#content-plain div#text {
	margin-left: 250px;
	max-height: 400px;
	width: 650px;
	overflow: hidden;
}

div#content-plain div#text h3 {
	margin-bottom: 1em;
}

.regLabel {
	width: 8em;
	text-align: left;
	display: block;
	float: left;
}

/*
* General classes
*/ /* clear floating */
.clear {
	clear: both;
}

/* display element as a block-element */
.block {
	display: block;
}

.error {
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}
