@charset "utf-8";

/** 
 * CSS Document
 *
 * @project The Organimals
 * @version 1.0
 * @author Fabian Kretschmer
 * @url fabian.am-werkeln.de
 * @email fabian@am-werkeln.de
 */



@media screen, projection, print {

/**
 * @section Standart-HTML-Elemente
 */

*, html, body {
	margin: 0;
	padding: 0;
	}


html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 100.1%;
	line-height: 110%;
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	text-align: center;
}

a {
	color: #86bc32;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input, textarea {
	width: 200px;
	padding: 0;
	margin: 5px 0;
	outline: none;
	border: 0;
	border: 1px solid #7f9f25;
	vertical-align: top;
	}

input[type="submit"] {
	width: auto;
	border: 0;
	background: #86bc32;
	font-weight: bold;
	margin: 5px 0;
	cursor: pointer;
	}

input[type="submit"]:hover, input:focus, textarea:focus {
	background: #dde6c4;
	}

/**
 * @section benutzerdefinierte Anweisungen
 */
	
#distance { 
	width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -285px; /* half of container's height */
	float: left;
	}

#container_de {
	background: #fff url(../images/content_de.jpg) 0 0 no-repeat;
	}
	
#container_en {
	background: #fff url(../images/content_en.jpg) 0 0 no-repeat;
	}
	
#container_de, #container_en {
	width: 960px;
	height: 570px;
	display: block;
	margin: 0 auto;
	clear: left;
	text-align: left;
	overflow: hidden;
	font-size: 80%;
	}
	
#navigation {	
	display: block;
	float:right;
	font-size:90%;
	margin:22px 25px 0 0;
	}

#navigation a {	
	color: #000;
	text-decoration: none;
	}

#navigation a:hover {	
	color: #fff;
	}

#navigation a#aktiv {
	color: #fff;
	}

ul.navigation li {
	list-style-type: none;
	float: left;
	margin: 0 5px;
	}

ul.liste li {
	list-style-type: disc;
	margin: 2px 15px;
	}

#content {
	display: block;
	left:123px;
	position:relative;
	top:243px;
	width: 300px;
	height: 260px;
	}

#content h1 {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
	}


#footer {
	display: block;
	left:123px;
	position:relative;
	top:282px;
	font-size:80%;
	}
	
.formularitem {
	display:inline-block;
	margin:5px 0;
	width:80px;
	}
	
.systemmeldung {
	font-weight: bold;
	}
	
.false {
	color: #CA4C37;
	}
	
.true {
	color: #7f9f25;
	}

/**
 * @section allgemeine Klassen
 */

	.clear { display:block; width:100%; clear:both; height: 0px; }
	.left { float:left; }
	.right { float: right; }
	.hidden { display: none; visibility: hidden; }
	.fett { font-weight: bold; }
	.scroll { overflow: auto; padding: 0 10px 0 0; }
}
