﻿@charset "utf-8";
/* CSS Document */
body,p {
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	scrollbar-3dlight-color: #909090;
	scrollbar-arrow-color: #909090;
	scrollbar-base-color: #DCDCDC;
	scrollbar-darkshadow-color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
			}

/* body von index.php */
body.bodyMain {
	background-color: #e8e8e8;
	background-image: url(images_layout/back_main.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
			}
			
td {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
			
a	{
	color: #ED2024;
	text-decoration: none;
	}

.kopfzeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
			}

a.kopfzeile:hover {
	text-decoration: underline;
	}

a:hover {
	color: #ED2024;
	text-decoration: underline;
	}

.titelMain {
	color: #ED2024;
	font-weight: bold;
	font-size: 12px;
	}

/* Navigation */
a.haupt {
	color:#333333;
	padding-top:2px;
	background-image:url(images_layout/navig_button.gif);
	font-size:12px;
	font-weight:normal;
	height:20px;
	display:block;
	}
	
a.haupt:hover {
	color:black;
	background-image:url(images_layout/navig_button_hover.gif);
	text-decoration: none;
	}

a.haupt_active {
	color:#333333;
	padding-top:2px;
	background-image:url(images_layout/navig_button_active.gif);
	font-size:12px;
	font-weight:normal;
	height:20px;
	display:block;
	}
a.haupt_active:hover {
	color:black;
	background-image:url(images_layout/navig_button_active.gif);
	text-decoration: none;
	}

a.titel {
	color:#333333;
	padding-top:2px;
	background-image:url(images_layout/navig_button.gif);
	font-size:12px;
	font-weight: normal;
	height:20px;
	display:block;
	}
a.titel:hover {
	color:black;
	background-image:url(images_layout/navig_button_hover.gif);
	text-decoration: none;
	}

a.titel_active {
	color:#333333;
	padding-top:2px;
	background-image:url(images_layout/navig_button_active.gif);
	font-size:12px;
	font-weight:
	normal;
	height:20px;
	display:block;
	}
	
a.titel_active:hover {
	color:black;
	background-image:url(images_layout/navig_button_active.gif);
	text-decoration: none;
	}

img {
	border: 0px;
	}

.buttons {
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffff;
	cursor: default;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border:1px double;
	border-color: #777777 #777777 #777777 #777777;
	height:17px;
	}
			
.eingaben {
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000;
	background-color: #ffffff;
	line-height: 13px;
	font-size: 12px;
	border: 1px double;
	border-color: #777777 #777777 #777777 #777777;
	text-align: left;
	}

.Bold {
	font-weight: bold;
	}

.Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
	}

.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
	}
