﻿/* Hintergründe */
*{
	padding:0px;
	margin:0px;
	border:0px;
}
a {
	color:#7a2b2f;
	text-decoration:underline;
}

table.termine {
 	width: 100%; 
}

table.termine td {
 	padding: 4px; 
  background-color: #eee;
  text-align: center;
}

html, body {
 	height: 100%; /* wichtig */
	font-size:11pt;
	font-family:Arial,Verdana,'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	color:#000;
	line-height:1;
	background-color:#ffffff;
	background-image:url(../gfx/back.jpg);
	background-repeat:repeat-x;
	padding-bottom:1px;
	background-position:top center;
	/*background-attachment:fixed;*/
	line-height:1.3;
}
.header{
	font-size:12px;
	background-image:url(../gfx/header_back.png);	
	min-height:55px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	position:fixed;
	z-index:9999;
	width:100%;
}
.shadow{
	-webkit-box-shadow: -3px 0px 6px rgba(50,50,50,0.1); /* webkit browser*/ -moz-box-shadow: -3px 0px 6px rgba(50,50,50,0.1); /* firefox */ box-shadow: -3px 0px 6px rgba(50,50,50,0.1);
}
.page{
	width:920px;
	margin:0 auto;	
	margin-top:55px;
	position:relative;
}
.page2{
	width:920px;
	margin:0 auto;	
	position:relative;
}
.header ul{
	padding-top:21px;
}
.header ul li{
	list-style-type:none;
	background-color:#fff;
	padding:10px;
	padding-left:9px;
	padding-bottom:7px;
	display:block;
	float:left;
	margin-right:2px;
	min-width:14%;
	text-align:center;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
}
.header ul li:hover{
	background-color:#763437;
}
.header ul li a{
	color:#505050;
	text-decoration:none;		
}
.header ul li:hover a{
	color:#fff;
}
.footer{
	background-image:url(../gfx/back_unten.jpg);	
	min-height:300px;
	min-width:1080px;
	margin-left:-80px;
	margin-top:-160px;
	position:relative;
}
.loginscreen{
	width:350px;
	height:180px;
	position:absolute;
	left:550px;
	top:17px;
}
.loginscreen a{
	text-decoration:none;
	color:#505050;
	display:block;
	width:330px;
	padding:3px;
	padding-left:10px;
	padding-left:10px;
	background-color:#fff;
	border:1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:2px;
	-webkit-box-shadow: -3px 0px 6px rgba(50,50,50,0.1); /* webkit browser*/ -moz-box-shadow: -3px 0px 6px rgba(50,50,50,0.1); /* firefox */ box-shadow: -3px 0px 6px rgba(50,50,50,0.1);
}
.loginscreen a:hover{
	background-color:#f8f8f8;
}
.links_unten{
	position:absolute;left:560px;top:257px;	
	width:440px;
	text-align:right;
}
.links_unten a{
	color:#fff;
	padding-left:10px;padding-right:10px;
	border-right:1px solid #fff;
}
.links_unten a.noborder{
	border:0px;
}
.radius8
{
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.radius
{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.radius_l
{
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}
.radius_r
{
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}
.datum{
	color:#666;
	font-size:11px;	
}
.page h1{

	font-size:14pt;
	color:#333;	
	border-bottom:1px dotted #752c32;
	clear:both;
	padding-bottom:5px;
	margin-bottom:15px;
}
.page div{
	text-align:justify;	
}
/* ZUSATZMENU */
.zusatzmenu{
	margin-top:15px;
	margin-bottom:15px;
}
.zusatzmenu ul{
	padding-top:21px;
}
.zusatzmenu ul li{
	font-size:10pt;
	list-style-type:none;
	background-color:#fff;
	padding:10px;
	padding-bottom:7px;
	display:block;
	float:left;
	margin-right:2px;
	min-width:14%;
	text-align:center;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:normal;
}
.zusatzmenu ul li:hover{
	background-color:#763437;
}
.zusatzmenu ul li a{
		
}
.zusatzmenu ul li:hover a{
	color:#fff;
}
table.geraete td{
	padding:3px;
	background-color:#e8e8e8;
}
table.geraete td.head{
	background-color:#772f33;
	color:#fff;
}
table.geraete td.head2{
	background-color:#919191;
	color:#fff;
}
table.geraete td.ok{
	background-color:#f0ffbc;	
	color:#000;
}
table.geraete td.nichtok{
	background-color:#ffe3e3;	
	color:#000;
}
table.geraete td.messerg{
	background-color:#fff;
}
.inp{
	border:1px solid #999;
	padding:3px;
	width:190px;	
	margin-bottom:5px;
}
label{
	display:inline-block;
	float:left;
	width:150px;
}