@charset "utf-8";
/* CSS Document */


	body, #txtcontent, #footer {
		margin: 		0px;
		font-family: 	verdana;
		font-size:		11px;
	}	
	#footer {
		font-size:		10px;
		color:			white;
	}
	
	#footer a {
		color:			white;
		text-decoration:	none;
	}
	
	#createdby{
		padding-top:	4px;
		padding-right:	4px;
		font-size:		10px;
		color:			#666666;
		text-align:		right;
	}
	
	#createdby a{
		text-decoration:	none;
		color:				#666666;
		border-bottom:		dashed 1px #666666;
	}
	
	/* ---------------------------------------------------- NAVIGATION ----------------------------------------------------*/
	#topnav {
		font-famuly:	verdana;
		font-size:		11px;
		color:			white;
	}	
	#topnav ul {
		list-style: none;
		padding: 0;
		margin: 0;	
	}	
	#topnav li {
		float: left;
		/*margin: 0 0.15em;*/
		padding-right: 	30px;
		border-left:	solid 1px white;
		padding-left:	30px;
	}	
	#topnav li a {
		color:			white;
		text-decoration:	none;
	}
	
	/* ---------------------------------------------------- HINWEISE ------------------------------------------------------*/
	.error, .notice, .success {
		padding:.8em;margin-bottom:1em;
		border:2px solid #ddd;
	}
	.error {
		background:#FBE3E4;
		color:#8a1f11;
		border-color:#FBC2C4;
	}
	.notice {
		background:#FFF6BF;
		color:#514721;
		border-color:#FFD324;
	}
	.success {
		background:#E6EFC2;
		color:#264409;
		border-color:#C6D880;
	}
	
	/* ---------------------------------------------------- FORMULAR ------------------------------------------------------*/
	.formfeld1 {
		border: 		solid 1px #f18e00;
		font-family: 	verdana;
		font-size:		11px;	
		width:			250px;	
	}	
	#formular1 td{
		padding-bottom: 4px;
	}	
	
	/* ---------------------------------------------------- LINKS ---------------------------------------------------------*/
	#links {
		style="float: left; clear: both;
	}	
	#links a {
		color:				#585858;
		padding-left:		15px;
		background-image:	url(/images/arrow_right.gif);
		background-repeat:	no-repeat;
		text-decoration:	none;
	}	
	#links a:hover {
		color:				#f18e00;
	}	
	#txtcontent a {
		color:				#585858;
		text-decoration:	none;
		border-bottom:		dashed 1px #585858;
	}	
	#txtcontent a:hover {
		color:				#f18e00;
	}

