/* Allgemeine Einstellungen */

* {
	padding: 0;
	margin: 0;
}

body {
	margin-top: 5px;
}

html {
	font-family: 'Arial';
	background-color: yellow;
	background-image: url('./images/linien.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

a {text-decoration:none; font-weight:bold; color:black;}
a:link { text-decoration:none; font-weight:bold; color:black;}
a:visited {text-decoration:none; font-weight:bold; color:black; }
a:hover { text-decoration:none; font-weight:bold; color:black; }
a:active { text-decoration:none; font-weight:bold; color:black; }

input.buttons {
	font-family:Arial;
	font-size:10px;
	color:white;
	width:130px;
	height:14px;
	border:none;
	background:url('./images/button.gif');
	cursor:pointer;
}

a.buttons {
	display: block;
	width: 130px;
	height: 14px;
	font-size: 10px;
	color: white;
	text-align: center;
	background:url('./images/button.gif');
	float: left;
	margin-right: 20px;
}

a.buttons:visited {
	color: white;
}

p, table {
	font-size: 14px;
}

.littleTopAndLeft {
	margin-top:10px;
	margin-left:15px;
}

#positionRB {
	position: absolute;
	top:9px;
	left: 606px;
	width: 155px;
	background:url('./images/button2.gif');
}

#positionMWZeng {
	position: absolute;
	top:29px;
	left: 606px;
	width: 28px; 
	background:url('./images/flagge_eng.gif');
}

#positionMWZde {
	position: absolute;
	top:29px;
	left: 645px;
	width: 28px; 
	background:url('./images/flagge_de.gif');
}



/* Spezielle Rules */

#impressum {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#impressum * {
	margin: 0;
	padding: 0;
}

#navline {
	position: absolute;
	clear:left;
	margin-left: 6px;
	top: 120px;
}

#navline input.buttons {
	margin-right: 20px;
}

#navline form {
	display: inline;
}

#content {
	position: absolute;
	left: 6px;
	top: 145px;
	background-color: white;
	clear: left;
	width: 710px;
	padding: 10px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
}

span.crumbs {
 	display:block;
 	clear: left;
	font-weight: bold;
	font-size: 16px;
}


h1{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	padding:15px;
}

h2{
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	padding:15px;
}

h3{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	padding:15px;
}

.lt_bereich {
	position: absolute;
	width: 100%;
	top: 140px;
	left: 0;
	font-family: Arial;
	font-size: 25pt;
	font-weight: bolder;
	text-align: right;
}

.lt_bereich * {
		margin-right: 40px;
}

#content-start {
	position: absolute;
	left: 6px;
	top: 200px;
	/*background-color: white;*/
	clear: left;
	width: 710px;
	padding: 10px;
	min-height: 265px;
	height: auto !important;
	height: 265px;
}
