/* CSS Document */

h1 {
	font-size:2em;
	margin:0 0 1em 0;
	font-weight:lighter;
	text-transform:uppercase;
	}
	
h2 {
	font-size:1em;
	margin:0 0 0 0;
	font-weight:bold;
	color:#bd34c2;
	display:inline;
	}

.text {
	text-decoration:none;
}

.text a:link {
	text-decoration:underline;
	font-weight:bold;
	color: #555555;
	}

.text a:visited {
	text-decoration:underline;
	font-weight:bold;
	color: #555555;

}

.text a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#f2e2f2;
	color: #bd34c2;
}

#navigation {
	list-style:none;
	padding: 0;
	height:250px; 
	width:130px;
	float:left;
	margin: 40px 0px 0px 45px;
	color:#555555;
	text-transform:uppercase;
}

#navi ul {
	display:inline;
	}

#navigation li {
	margin: 0;
	padding: 0;
	color:#555555;
	display:inline;
	text-align:right;
	}

#navigation a {
	border-bottom: 1px dashed #aaaaaa;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color:#555555;
	width:140px;
	text-align:right;

}


#navigation a:hover {
	padding-bottom: 5px;
	color:#bd34c2;
	background-color:#f2e2f2;

}	

/*--------FORMULAR----------*/


#el {
	width:250px;
	height:160px;
	float:left;
	}
	
#er {
	width:320px;
	height:160px;
	float:left;
	}
	
.eingabe {
	width:100%;
	height:26px;
	}

label {
	width:80px;
	float:left;
	}
	
input {
	width:160px;
	float:left;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-indent:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.input2 {
	width:50px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-indent:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:10px;
	}
	
.input3 {
	width:96px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-indent:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

textarea {
	width:300px;
	line-height:20px;
	height:146px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-indent:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#senden {
	width:570px;
	height:30px;
	line-height:30px;
	text-align:right;
	clear:both;
	font-size:0.8em;

	}
	
.button {
	width:300px;
	height:25px;
	color: #666666;
	background-color: #f2e2f2;
	border:none;
	cursor:pointer;
	float:none;
	margin-left:17px;
	}
