@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	border:0px;
	outline: 0;
	text-decoration:none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	}
:focus {
	outline: 0;
}
body {
	background-color: #003557;
	padding: 0; 
	font-size: 12px;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}
#rand {
	min-height:642px;
	margin:auto;
	height: auto;
	width:964px;
	border-left:2px #222 solid;
	border-right:2px #222 solid;
	border-bottom:2px #222 solid;
	}
#container {
	min-height:640px;
	margin:auto;
	height: auto;
	width:960px;
	border-left:2px white solid;
	border-right:2px white solid;
	border-bottom:2px white solid;
	background-image:url(hintergrund.jpg);
	background-repeat:repeat-y;
	}
	
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	}	
	
#header {
	text-align:left;
	vertical-align:top;
	width:960px;
	height: 60px;
	font-size: 14px;
	color:#FFFFFF;
	background-color: #99b2da;
}

#logo {
	width:230px;
	height:60px;
	float:left;
	}

#menue1 {
	background-color: #ebeff8;
	color:#000;
	height:30px;
	border-bottom:2px white solid;
	border-top:2px white solid;
	width:500px;
	padding-left: 230px;
	padding-right: 230px;
}

#menue1 ul, #menue2 ul, #header ul {
	margin:0px;
	padding:0px;
	display:inline;
	}
#menue1 li {
	margin:0px;
	background-color: #ebeff8;
	color:#000;
	height:30px;
	vertical-align:middle;
	line-height: 32px;
	font-size:15px;
	display:inline;
	list-style-type:none;
}
#menue1 li a{
	color: #006fb4;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	display:inline-block;
	background-color: #ebeff8;
}
#menue1 li a:hover {
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	background-color: #006fb4;
	height:30px;
}
#menue1 li .rex-current {
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	background-color: #003557;
	height:30px;
	
}

#sprachen {
	background-color: #99b2da;
	color:#000;
	height:50px;
	width:320px;
	left:0px;
	display: inline;
	float: right;
	vertical-align: bottom;
	text-align: right;
	padding-top:5px;
	padding-right:10px;
}

#sprachen li {
	margin:0px;
	color:#000;
	height:20px;
	vertical-align:middle;
	line-height: 26px;
	font-size:15px;
	display:inline;
	list-style-type:none;
}
#sprachen li a{
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	display:inline-block;
	background-color: #99b2da;
}
#sprachen li a:hover {
	color:#006fb4;
	padding-left:10px;
	padding-right:10px;
	height:20px;
}
#sprachen li .rex-current {
	color:#003557;
	padding-left:10px;
	padding-right:10px;
	height:20px;	
}


#leiste {
	background-color: #ebeff8;
	color:#000;
	height:3px;
	border-bottom:2px white solid;
	border-top:2px white solid;
	width:960px;
	}
	
	
.activ {
	background-color: #006fb4;
	color:#ffffff;
	height:35px;
	vertical-align:middle;
}

#links {
	width:229px;
	background-color: #99b2da;
	border-right:1px white solid;
	float: left;
	z-index:11;
	left:0px;
}
#rechts {
	width:229px;
	background-color: #99b2da;
	border-left:1px white solid;
	float: right;
	z-index:11;
	left:0px;
}
#buttonlinks, #buttonrechts {
	width:189px;
	background-color: #003557;
	border-right:1px white solid;
	border-bottom:1px white solid;
	padding-left:20px;
	padding-right:20px;
	z-index:11;
	left:0px;
	color: #fff;
	height:53px;
	vertical-align:middle;
	line-height: 58px;
	font-size:19px;
}

#content {
	background-color: #006fb4;
	margin-left:250px;
	width:499px;
	height:auto;
	z-index:10;
	padding:0px;
	margin:0px;
	float:left;
}

#menuelinks ul, #menuerechts ul {
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom: 5px;
	padding-left:0px;
}
#menuelinks ul ul, #menuerechts ul ul {
	margin:0px;
	padding:0px;
	padding-top:3px;
}
#menuelinks ul li, #menuerechts ul li {
	margin:0px;
	padding:0px;
	list-style: none;
	list-style-image: none;
	list-style-position:outside;
	color: #fff;
	padding-left:35px;
	padding-right:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size:14px;
	border-bottom:1px solid #006fb4;
	background-image: url(menuetab.jpg);
	background-position-x: 0px;
	background-repeat: no-repeat;
	}
#menuelinks ul li a:hover, #menuerechts ul li a:hover {
	color: #003557;
	}
#menuelinks .rex-current, #menuerechts .rex-current,
#menuelinks .rex-active, #menuerechts .rex-active {
	background-color: #99b2da;
}
#menuelinks .rex-current, #menuerechts .rex-current {
	color:#003557;
}
#menuelinks a, #menuerechts a  {
	color: #fff;
	text-decoration:none;
}
#menuelinks ul li ul li, #menuerechts ul li ul li {
	margin:0px;
	padding:0px;
	list-style-type: square;
	border-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:12px;
	list-style: none;
	list-style-image: none;
	list-style-position:outside;
	font-size:13px;
	color: #ffffff;
	background-image: url(menuetab2.jpg);
	background-position-x: 0px;
}
#menuelinks ul li ul li a, #menuerechts ul li ul li a {
	font-size:13px;
	color: #ffffff;
}
#menuelinks ul li ul li a:hover, #menuerechts ul li ul li a:hover {
	color: #003557;
}

#menuelinks .rex-current li, #menuerechts .rex-current li{
	list-style: none;
	border-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	list-style-image: none;
	list-style-position:inside;
	font-size:13px;
	color: white;
}
#menuelinks .rex-current li a, #menuerechts .rex-current li a{
	font-size:13px;
	color: white;
}
#menuelinks .rex-current li a:hover, #menuerechts .rex-current li a:hover{
	color: #003557;
}
#menuerechts .rex-active .rex-navi2  .rex-normal a{
color: #ffffff;
}




#suche {
	width:200px;
	border: 1px solid #ebeff8;
}

#inhalt {
	width:500px;
}
.blockimg {
	color:#000;
	font-size: 12px;
	width: 500px;
	display:block;
	background-color: #3f94c9;
	margin-bottom:10px;
}
.blocktext {
	color:#fff;
	font-size: 12px;
	width: 470px;
	display:block;
	padding-left:15px;
	padding-right:15px;	
}
.blockstart {
	color:#000;
	font-size: 12px;
	width: 500px;
	height: 399px;
	display:block;
	background-color: #3f94c9;
	margin-bottom:10px;
}
.blocktextbreit {
	color:#fff;
	font-size: 12px;
	width: 500px;
	display:block;
}
.clear {
	clear:both;
	height: 0px;
}
h1 {
	color: #ffffff;
	font-size:24px;
	padding-top:13px;
	padding-bottom:10px;
	margin:0px;
	font-weight: normal;
	line-height:30px;
}
h2 {
	color: #ffffff;
	font-size:20px;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
	font-weight: normal;
	line-height:24px;
}
h4 {
	color: #ffffff;
	font-size:16px;
	padding-top:17px;
	padding-bottom:0px;
	margin:0px;
}
#inhalt b, #inhalt strong {
	color: #fff;
	font-size:16px;
	font-weight: bolder;
}
#inhalt i, #inhalt em {
	color: #fff;
	font-weight: bolder;
}
#inhalt a {
	color: white;
	text-decoration: none;
	border-bottom:1px dotted white;
}
#inhalt a:hover {
	color: #fff;
	background-color: #003557;
	text-decoration: none;
}
#inhalt p {
	padding-top:7px;
	padding-bottom:7px;
}
#inhalt ul, #inhalt ol {
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:25px;
}
#inhalt ul li {
	margin:0px;
	padding:0px;
	list-style-type: square;
	list-style-position:outside;
	color: #fff;
	padding-left:5px;
	padding-right:50px;
	padding-bottom:3px;
	}
	
#inhalt ol li {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	color: #fff;
	padding-left:5px;
	padding-right:50px;
	padding-bottom:5px;
	}
	
td {
	text-align:left;
	vertical-align: top;
}
.text-links {
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 10px;
	font-size:14px;
	line-height:17px;
	color: #99b2da;
}
.text-rechts {
	padding-top:0px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:14px;
	line-height:17px;
	color: #99b2da;
}
input[type=text]{
	width:200px;
	height:20px;
	font-size: 14px;
	color:  #006fb4;
	border:1px solid #006fb4;
	border-style:inset;
	background-color: #ebeff8;
}
input[type=radio]{
	width:20px;
	margin-bottom:5px;
	font-size: 14px;
	color:  #006fb4;
	border:1px solid #006fb4;
	background-color: #ebeff8;
}
label {
	color:  #006fb4;
}
input[type=submit]{
	width:100%;
	height:23px;
	font-size: 14px;
	color:  #ffffff;
	border:1px solid #ebeff8;
	background-color: #006fb4;
	margin-top:5px;
}
.hidden {
	display: none; 
	}
.show {
	display: block;  
	}
.fototext {
	width: 100%;
	color:#ffffff;
	vertical-align: top;
	text-align: left;
	}
.fototext1{
	padding-top:7px;
	padding-left:15px;
	vertical-align: top;
	text-align: left;
	}

.fototext2{
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
	vertical-align: top;
	text-align: left;
	}
.fototext3{
	padding-left:15px;
	padding-right:15px;
	vertical-align: top;
	text-align: left;
	color:#ffffff;
	width:100%;
	}

.fototext4{
	padding-left:15px;
	padding-right:15px;
	vertical-align: top;
	text-align: left;
	}
.fototext2 p, .fototext3 p {
	padding-top:0px;
	}
#inhalt .fototext2 ul, #inhalt .fototext2 ol {
	margin:0px;
	padding:0px;
	padding-left:15px;
	}	
.distri {
	width:100%;
	}
.distri strong, .distri b{
	border-top: 20px;
	}
.back {
	font-weight: bold;
	}
.teaser {
	padding-top:20px;
	padding-bottom:10px;
	border-top:dotted 1px white;
	clear:both;
	}
.teaser h1 {
	color: #ffffff;
	font-size:12px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	font-weight: bold;
	line-height:16px;
	}
.teaser h2 {
	color: #ffffff;
	font-size:18px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	font-weight: bold;
	line-height:18px;
	}

.bildbreit {
	width:500px;
	}
.bildhoch {
	height:200px;
	}
.bildstart {
	width:248px;
	height:399px;
	display: block;
	}
#rex-article-20 {border-top: 1px solid #006fb4; }
#rex-article-27 {border-top: 1px solid #006fb4; }
#rex-article-30 {border-top: 1px solid #006fb4; }

#googlemap {
	width:500px;
	height:200px;
	border-bottom:2px white solid;
	border-top:2px white solid;
	}
#googlemap:hover {
	width:500px;
	height:400px;
	border-bottom:2px white solid;
	border-top:2px white solid;
	}
#googlemap b {
	color: #000000;
	font-size:16px;
	font-weight: bolder;
}
#googlemap a {
	color: #006fb4;
	font-size:12px;
}
.spalte1 {
	width:220px;
	padding:15px;
	float:left;
	color:#fff;
	font-size: 12px;
}
.spalte2 {
	width:220px;
	padding:15px;
	float:right;
	color:#fff;
	font-size: 12px;
}
.spalte2 table {
	width:201px;
	border-collapse: collapse;
	padding: 0px;
	margin:0px;
}
.spalte2 td {
	padding:2px;
	}
.spalte2 tr:hover {
	background-color: #4c91c8;
}
.trennlinie {
	padding-top:2px;
	padding-bottom:10px;
	border-bottom:dotted 1px white;
	}
.bildrechts {
	float:right;
	}
.newsmesse {
	width:100%;
	}
.newsmesse1 {
	width:100%;
	padding-left:15px;
	color:#fff;
	font-size: 12px;
	}
.newsmesse2 {
	padding-left:15px;
	padding-right:15px;
	}
.klein {
	font-size: 11px;
	}
.anfrage {
	color:#fff;
	font-size: 12px;
	display:block;
	border-top:dotted 1px white;
}

#inhalt .anfrage a {
	border-bottom:0px;
	padding:15px;
	padding-top:18px;
	width:470px;
	height:20px;
	display:block;
}
.land {
	height:30px;
	width:485px;
	margin-bottom:30px;
}
.land h2 {
	padding-left:15px;
	height:30px;
	width:485px;
	background-color: #4c91c8;
	color: white;
	font-size:20px;
	padding-top:20px;
	padding-bottom:5px;
	margin:0px;
	font-weight: normal;
	line-height:24px;
}
.magazine-layout {
	padding-left:12px;
	}
	
.nachoben {
	padding-top:20px;
	padding-bottom:10px;
	padding-right:15px;
	border-top:dotted 1px white;
	text-align: right;
	color: #003557;
	}
#inhalt .nachoben a {
	color: white;
	border:0px;
	}
#inhalt .nachoben a:hover {
	color: white;
	border:0px;
	border-bottom:dotted 1px white;
	}
.maschinenklasse {
	border-collapse: collapse;
	padding: 0px;
	margin:0px;
	}

#inhalt .maschinenliste p{
	border:0px;
	padding:0px;
	}

#inhalt .maschinenliste a{
	border:0px;
	width:470px;
	padding:15px;
	display: block;
	}
#inhalt .maschinenliste a:hover{
	border:0px;
	background-color: #4c91c8;
	}

#inhalt  a.maschinenliste{
	border:0px;
	width:470px;
	padding:15px;
	display: block;
	}
#inhalt a.maschinenliste:hover{
	border:0px;
	background-color: #4c91c8;
	}

.gross {
	width: 230px;
	border-collapse: collapse;
	font-size: 32px;
	text-align: right;
	margin-bottom:10px;
	vertical-align: middle;
	}

#inhalt .keinrand {
	border-bottom:0px;
	}
#inhalt .keinrand:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#inhalt img.geschichte {
	border-bottom:0px;
	width:120px;
	height:auto;
	margin-bottom:2px;
	}
#inhalt img.geschichte:hover {
	border-bottom:0px;
	width:120px;
	height:auto;
	margin-bottom:2px;
	background-color: transparent;
	text-decoration: none;
}