﻿/* CSS Document */

html,
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#5D6769;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(graphics/bgr_body.gif);
	background-repeat:repeat-y;
}

h1 {
	font-weight:bold;
	font-size:12px;
}

p {
	font-weight:normal;
	font-size:12px;
}

hr {
	border:none;
	border-top:1px solid #5D6769;
	height:1px;
}

table {
	font-size:10px;
	border-collapse:collapse;
}

td {
	border:1px solid #5D6769;
}

a {
	text-decoration:none;
	color:#5D6769;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

img {
	border:0px;
}

select .float {
	float:left;
}

#page {
	position:relative;
	width:100%;
	height:100%;
	clear:both;
}

#left {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:100%;
	margin-left:10px;
	background-color:#D9EEE7;
	background-image:url(graphics/uma_logo_klein.gif);
	background-repeat:no-repeat;
	background-position:0px 50px;
}

#right {
	position:absolute;
	width:700px;
	top:50px;
	left:170px;
	!left:160px;
	background-image:url(graphics/bg.gif);
	background-repeat:repeat-y;
}

#sprachauswahl {
	position:relative;
	width:490px;
	height:15px;
	text-align:right;
}

*.* #right {
	margin-left:10px;
}

#right_text {
	margin:20px 280px 20px 20px;
}

#adresse {
	position:relative;
	height:430px;
}

#hinweis {
	font-size:9px;
}

.eingabe {
	position:relative;
	height:30px;
}

.eingabe input {
	width:200px;
}

.eingabe textarea {
	width:200px;
	height:70px;
}

.label {

	position:relative;

	float:left;

	width:150px;

	font-size:12px;

}



.button {

	background-color:#c3e3d8;

	color:#007e49;

	border:none;

	margin:1px;

}



.rahmen {
	color:#f00;
	font-weight:bold;
	height:300px;
	font-size:12px;
}
