@charset "utf-8";

/* Standards

body {
	background-image: url(../style/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#db880b;
	font-family:Verdana, Arial, Helvetica, sans-seriff;
	font-size:12px;
	color:#666666;
}

 */

body {
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	background-image:url(images/bg.jpg);
}

/* Links */

a:link, a:active, a:visited {
	color:#a23127;
	text-decoration: none;
}

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

a.topnavi:link, a.topnavi:active, a.topnavi:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size:14px;
}

a.topnavi:hover {
	text-decoration:underline;
}

/* Designboxen */

.center {
	margin-top: 10px;
	position: absolute;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	float:left;
	overflow: hidden;
}

.design1 {
	width:900px;
	height:124px;
	background-image: url(../style/images/design_01.png);
	float:left;
}

.design2 {
	width:900px;
	height:33px;
	background-image: url(../style/images/design_02.png);
	float:left;
}

.design3 {
	position:relative;
	width:900px;
	background-image: url(../style/images/design_03.png);
	float:left;
}

.design4 {
	position: relative;
	width:900px;
	height:20px;
	margin-bottom: 20px;
	height:35px;
	background-image: url(../style/images/design_04.png);
	float:left;
}

/* Inhaltboxen */

.leftnavi {
	padding-top: 12px;
	padding-left:19px;
	width: 130px;
	float:left;
}

.content {
	width: 690px;
	padding-top: 12px;
	padding-right:20px;
	padding-left:20px;
	border-left:1px dotted #333333;
	float:right;
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}

.mainnavi {
	padding-right:40px;
	padding-top:6px;
	text-algin:left;
	color:#FFFFFF;
	font-size:10px;
	float:right;
}

.footer{
	padding-top: 5px;
	padding-left:22px;
	padding-right:22px;
	margin-left:7px;
	margin-right:4px;
	text-align:center;
	border-top:1px dotted #333333;
}

/* Blog */

.blog_thread {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}

.blog_topic {
	font-size:16px;
	font-weight:bold;
}

.blog_info {
	font-size:10px;
}

/* Formulare */

.angebot {
	width:300px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:10px;
	padding:7px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.angebottext {
	width:500px;
	border:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:10px;
	padding:7px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Floatboxes */

.fbimpressum {
	width:70px;
	float:left;
}

.fb220 {
	width:220px;
	float:left;
}

/* Text */

.arrow{
	color:#a23127
}

.topic {
	font-size:18px;
	font-weight:bold;
	color:#666666;
	padding-bottom:30px;
}

.topic2 {
	font-weight:bold;
}

.topic3 {
	font-size:12px;
	padding-bottom:5px;
	text-decoration:underline;
}

.green {
	font-weight:bold;
	color:#009900;
}

.red {
	font-weight:bold;
	color:#FF0000;
}


.text_footer {
	font-size:10px;
	color:#666666;
}

.leftnavilink {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	border-bottom:1px solid #EEEEEE;
}

.leftnavilink:hover {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d7eaf7;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	border-bottom:1px solid #EEEEEE;
}

.refimage {
	border:1px solid #999999;
}


.refimage:hover {
	border:1px solid #a23127;
}

.refimagesmall {
	border:1px solid #999999;
	margin-right:7px;
	margin-bottom:7px;
}

.refimagesmall:hover {
	border:1px solid #a23127;
	margin-right:7px;
	margin-bottom:7px;
}

.fbs {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:2px;
}