@import "/fileadmin/designs/flex-content/common.css";

body {
	margin: 0px;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	color: #959595;
	font-size: 12px;
	line-height:1.5;
}

h1,
h2,
h3,
h5 {
	color: #a6af00;
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3,
h5 {
	font-size: 14px;
}

h4 {
margin: 12px 0;
}

a {
	color: #a6af00;
	text-decoration: none
}

a:hover {
	color: #959595;
	text-decoration: underline;
}

ul {
list-style-image:url(../images/arrow.png);
padding-left:15px;
margin:0;
}

#head {
	position: relative;
}

#logo {
	position: absolute;
	top: 28px;
	width: 181px;
	height: 42px;
	background: url(../images/logo.png) no-repeat;
}

#logo a {
	width:183px;
	height:42px;
	display:block;
}

#language {
	position: absolute;
	right: 0px;
	top: 10px;
}

.tx-srlanguagemenu-pi1 img {
	margin: 0;
}

#topnav {
	position: absolute;
	top: 53px;
	font-size: 16px;
	text-transform: lowercase;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	float: left;
	margin-left: 20px;
}

#topnav a {
	display: block;
	color: #959595;
}

#topnav .aktiv,
#topnav a:hover {
	text-decoration: none;
	border-bottom: 3px solid #bccb0a;
}

#footer{
	height:54px;
	color:#FFFFFF;
	font-size:10px;
	text-transform: lowercase;
}

#footer2{
height:54px;
width:868px;
margin:0 auto;
}

#footer-left {
float:left;
margin-top:18px;
}

#footer-right {
float:right;
text-align:right;
margin-top:18px;
}

#footer a {
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

#contentbox,
.clear {
	clear: both;
}

/* ---------------------------------------- */
/* RTE Klassen*/
/* ---------------------------------------- */

.rot {
color: #9e0b1d;
}

.gruen {
color:green;
}

.gelb {
color:yellow;
}

.small {
font-size:10px;
}

/* ----------------------------------------
	Zwei Spalten
---------------------------------------- */

.two_col .left_col {
	padding-right:4%;
	width:46%;
}
