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

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#commentform input[type=submit] {
	width:auto !important;
	margin:0px !important;
	padding:5px !important;
	border:1px dashed #fff !important;	
	text-align:center !important;
	background-color:#ddd !important;
}

p{
	margin-bottom:12px;
	line-height:18px;
}

a{
	color:#DDD;
}

#distance {
	width: 1px;
	float: left;
}

/*WRAPPER*/

#wrapper{
	margin: 0 auto;
	position: relative;
	clear: left;
	width:900px;
}

/*HEADER*/

#redbar{
	height:24px;
	background:url(img/UI/arlt-runde_ecken-unten.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#8e0507;
}

#logo{
	height:124px;
	padding-top:22px;
	padding-left:10px;
	padding-right:10px;
}

#navi{
	background:url(img/UI/arlt-runde_ecken-oben.gif);
	background-repeat:no-repeat;
	background-color:#8e0507;
	height:40px;
	padding-top:15px;
	text-align:right;
	font-size:13px;
	text-transform:uppercase;
}

ul.nav{
	margin-right:10px;
}

ul.nav li {
	float:left;
	margin-left:25px;
    margin-bottom:5px;
    padding-bottom:3px;
	list-style-image:url(img/UI/arlt-pfeil-link.gif);
}

ul.nav li.current_page_item, ul.nav li.current_page_parent{
	float:left;
	margin-left:25px;
    margin-bottom:5px;
    text-variant:bold;
	list-style-image:url(img/UI/arlt-pfeil-link.gif);
}

ul.nav li.current_page_item{
	float:left;
	list-style-image:url(img/UI/arlt-link-aktiv.gif);
}

ul.subnav li.current_page_item, ul.subnav li.current_page_parent{
	float:left;
	list-style-image:url(img/UI/arlt-link-aktiv.gif);
	font-weight:bold;
}

ul.subnav li a, ul.nav li a {
	color:#fff;
	text-decoration:none;
}

/*CONTENT*/

#heading{
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	font-size:45px;
	background-color:#8e0507;
}

#subnavi{
	height:18px;
	padding:7px;
	padding-left:0px;
	background:url(img/UI/arlt-dashed-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#182b2b;
	font-size:12px;
	text-transform:uppercase;
}

#cspace{
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	background:url(img/UI/arlt-weinglas-seitlich.gif);
	background-color:#182b2b;
	background-position:right top;
	background-repeat:no-repeat;
}

#ctext{
	float:left;
	/*width:580px;*/
}

#ctext .text{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	width:580px;
}

#ctext .text ul{
	margin-left:25px;
}

#ctext .bilder{
	float:right;
	width:260px;
	margin-right:10px;
	text-align:right;
}

#ctext .bilder img{
	border:5px solid #fff;
}

#comments{
	clear:both;
	width:580px;
}

#cimg{
	text-align:right;
	float:right;
	width:240px;
	margin-right:40px;
}

.clear{
	clear:both;
}

.dotline{
	padding:7px;
	padding-left:0px;
	background:url(img/UI/arlt-dashed-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#182b2b;
	font-size:12px;
	text-transform:uppercase;
}

.spacer{
	clear:both;
	height:15px;
}

h1 {
	font-size:24px;
	padding-top:15px;
}

h2 {
	font-size:20px;
	padding-top:12px;
}

h3 {
	font-size:18px;
	padding-top:10px;
}

p {
	font-size:11pt;
	line-height: 15pt;	
}
