* {	
	margin:0;
	padding:0;
}

html {
	background-color: #ffffff;
	background-image: url(Bilder/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body {
	background-image: url(Bilder/bg_logo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #474747;
	font-family:arial;
	font-size: 14px;
}

a {
	font-weight: normal;
	color: #ca0e24;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #ca0e24;
	text-decoration: underline;
}
	
#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	list-style:none;
	background-image: url(Bilder/bg_content.png);
}

#header {
	background-image: url(Bilder/temp_02.png);
	width: 960px;
	height: 175px;
}

#middle {
	display: block;
	float: left;
}

#left {
	width: 216px;
	display: block;
	float: left;
}

#login {
	padding-left: 40px;
	padding-top: 40px;
	float:left;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}	

form {
	margin-top: 10px;
}
	
.form_login_box{
	margin-top: 5px;
	color: #666666;
}

.form_login_button{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}
	
#navi{
	
}

#navi li a{
	color: #666666;
	width: 204px;
	margin-left: 12px;
	text-decoration: none;
	float: left;
	display: block;
}
	
#navi li a:hover{
	color: #9F9F9F;
}

li{
 	list-style: none;
}
 
.button {
	background-image: url(Bilder/temp_04.png);
	width: 216px;
	height: 32px;
	color: #666666;
	text-indent: 25px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	line-height: 29px;
	cursor: pointer;
}

#right {
	width: 664px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 50px;
	float: left;
	display: block;
}

.clear {
	clear: left;
}

#footer {
	background-image: url(Bilder/temp_10.jpg);
	width: 960px;
	height: 36px;
	margin-top: 40px;
	text-align: left;
	font-size: 10px;
	text-indent: 38px;
	line-height: 25px;
}

#anschrift {
	/*background-color: #dcdcdc;*/
	color: #9a9a9a;
	display: block;
	position: static;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
}

#download_software, #admin_head {
	font-size: 22px;
	text-align: right;
	text-decoration: underline;
}

#download_beschreibung, #admin_funktion {
	font-size: 16px;
	text-align: right;
}


.download_content {
	width: 644px;
	line-height: 24px;
	font-size: 14px;
}

.download_content b {
	margin-left: 20px;
	margin-bottom: 10px;
	width: 500px;
	float: left;
	display: block;
}

.download_content a {
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #ca0e24;
	float: right;
	display: block;
	text-decoration: none;
}

.download_content a:hover {
	font-weight: normal;
	margin-left: 15px;
	color: #fa1630;
	text-decoration: underline;
}

/*
.download_content_hr_small {
	border: #d6d6d6;
	background-color: #d6d6d6;
	margin-top: 25px;
	margin-bottom: 15px;
}

.download_content_hr_big {
	border: #d6d6d6;
	background-color: #d6d6d6;
	margin-top: 120px;
	margin-bottom: 20px;
}
*/

.download_dateibezeichnung_bild {
	width: 24px;
	height: 24px;
	float: left;
	margin-bottom: 10px;
}

.download_content_beschreibung {
	width: 624px;
	height: 10px;
	margin-bottom: 25px;
	overflow: auto;
	float: left;
	display: block;
	font-size: 12px;
	background-color: #ededed;
	padding: 10px;
	border: 1px solid #e1e1e1;
	line-height: 16px;
}

.download_content_beschreibung:hover {
	width: 624px;
	height: 120px;
	overflow: auto;
	float: left;
	display: block;
	font-size: 12px;
	background-color: #ededed;
	padding: 10px;
	border: 1px solid #e1e1e1;
	line-height: 16px;
}

#login_logged {
	font-weight: normal;
}

.formular_anrede {
	margin-left: 30px;
	margin-right: 10px;
}

.formular_text {
	
}

.textbox {
	width: 300px;
}

a
{
	color: lightseagreen;
}

tr#title
{
	background-color: #e1e1e1;
}

tr:hover , tr.gefaerbt:hover
{
	background-color: #cccccc;
}

tr.gefaerbt
{
	background-color: #ededed;
}

.admin_form 
{
	margin-bottom: 20px;
	width: 600px;
	display: block;
	overflow: auto;
	float: left;
	display: block;
	background-color: #ededed;
	padding: 10px;
	border: 1px solid #e1e1e1;
	line-height: 16px;
}

.admin_form legend
{
	font-size: 18px;
	background-color: #e1e1e1;
	margin-bottom: 7px;
}

button[type=button], .admin_form input[type=submit]
{
	background-color: #cccccc;
	border-radius: 5px;
	min-width: 175px;
	padding: 2px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	line-height: 29px;
	cursor: pointer;
}

.admin_form button[type=button].back
{
	background-color: steelblue;
	color: #cccccc;
}

.admin_form input[type=submit].delete
{
	background-color: darkred;
	color: #cccccc;
}


