@IMPORT url("menu.css");

#urlaub
{
	border: 3px solid red;
	color: red;
	position: absolute;
	margin-top: 15px;
	z-index: 999;
	background-color: white;
	opacity: 0.85;
	padding: 0px 5px 5px 5px;
	width: 370px;
}

td.form_big {
	padding-left: 20px;
	margin-left: 7px; 
	text-align: left; 
	background-color: #c0c0c0; 
	height: 25px;
	width: 1067px;
	font-weight: bold;
}
td.form_small {
	padding-left: 10px;
	margin-left: 7px; 
	text-align: left; 
	background-color: #c0c0c0; 
	height: 25px;
	width: 356px;
}

td.form{
	margin-left: 7px; 
	text-align: left; 
	height: 53px; 
	width: 1460px;
}

td.yellow{
	background-color: #ffff33; 
}

td.gray{
	background-color: #c0c0c0; 
}

td.partner{
	text-align: center; 
}

td.gallery{
	padding-right: 2px;
	padding-bottom: 2px;
}

hr{
	border: 0.6px ridge silver;
}
ul{
	list-style-type: circle;
}
li{
	padding-bottom: 8px;
}
ol{
	list-style-type:decimal
}
body{
	color: black;
	font-family: Arial,sans-serif;
	padding: 1em;
	background-color: #fed;
	text-align: center;
	margin: auto;
	font-size: 14px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

div#Seite {
	text-align: center;
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0;
	border: 2px ridge silver;
	background-color: white;
}
div#header {
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
}
span#logo{
	margin-left: 25px;
	height: 120px;
	width: 300px;
	float: left;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
}
span#start{
	margin-right: 25px;
	height: 120px; 
	width: 300px;
	float: right;
	background-image: url('../images/startlauf1.jpg');
	background-repeat: no-repeat;
}
div.layout{
	height: 335px;
	background-repeat: no-repeat;
	width: 67px;
}
div#middle{
	clear: both;
}
div#Links {
	float: left; 
	background-image: url("../images/layout_left.jpg");
}
div#Rechts {
	float: right; 
	background-image: url("../images/layout_right.jpg");
}
div#Inhalt {
	text-align: left;
	margin-left: 80px;
	padding-top: 10px;
	width: 598px;
}
p#Fusszeile {
	clear: both;
	margin: 0;
	padding: 0.1em;
	text-align: center;
	border: 1px solid silver;
}
img{
	border: 0px;
}
a{
	color:black;	
}
a:hover, a.button:hover{
	color: #FF8400;
}
a.button {
	color: black; 
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid gray;
	padding: 2px 8px 2px 8px;
	background-color: #e5e1da;
}
