body { margin: 0; padding: 0; font: 11px 'Arial', 'Verdana'; }
img  { border: 0; }
a    {	font: 11px 'Arial', 'Verdana'; font-weight: 700; text-decoration: none; color: #C10000; }
h1   { margin: 0; padding: 0; }


.clear     { clear: both; }
.bold      { font-weight: 700; }
.splitter  { border: 0; height: 1px; border-top: 2px solid #DCDCDC; margin-top: 5px;}
.border    { border-left: 2px solid #DCDCDC; }


.errormsg {
	color:     red;
	font-size: 12px;
}

.confirmmsg {
	width:      100%;
	text-align: center;
	margin:     10px auto;
	color:      green;
	font-size:  12px;
}

#maincontainer {
	margin: 0px auto;
	width:  1000px;
	height: auto;
}

#langcontainer {
	text-align: right;
	float: right;
}

#banner {
	height:     125px;
	background: #EEE url(images/banner.png);
}

#contentcontainer {
	border:     1px solid #DCDCDC;
	border-top: 0px;
	height:     auto;
	min-height: 400px;
	padding:    10px;
}
#footer {
	font-family: 'Verdana';
	font-size:   10px;
	margin-top:  10px;
	border:      1px solid #DDD;
	padding:     0px 10px;
	min-height:  20px;
	line-height: 20px;
	background:  #EEE;
	text-align:  center;
}
#footspacer {
	height: 20px;
}

.topbox {
	font-size:     12px;
	font-family:   'Arial';
	margin-right:  14px;
	padding-left:  10px;
	float:         left;
	min-height: 150px;
	width:      300px;
	text-align: justify;
}

.topbox h4 {
	margin-bottom: 5px;
	color:  #C10000;
}

.contentbox {
}

/*======================================== CSS MENU ========================================*/
/*==========================================================================================*/
#menu {
	position:    relative;
	display:     block;
	background:  transparent url(images/menubg.png);
	border-top:  4px solid #B30000;
	height:      38px;
}
#menu ul {
	margin:          0px;
	padding:         0px;
	list-style-type: none;
	width:           auto;
}
#menu ul li {
	display: block;
	float:   left;
	margin:  0px;
}
#menu ul li a {
	display:         block;
	float:           left;
	color:           #666;
	text-decoration: none;
	padding:         0px 20px;
	height:          38px;
	line-height:     38px;
	background:      transparent url(images/spacer.png) no-repeat top right;
}
#menu ul li a:hover, #menu ul li a.current{
	color:           #666;
	background:      transparent url(images/spacer_hover.png) no-repeat top right;
}

/*======================================== KONTAKT FORMULAR ========================================*/
/*==================================================================================================*/
#contactform {
	font-size: 12px;
	width:     330px;
	float:     left;
}

#faqform {
	float: right;
	width: 500px;
	height: 300px;
}

input[type=text] {
	width:  200px;
	border: 1px solid #ccc;
}
textarea {
	width:  308px;
	border: 1px solid #ccc;
}
#rest {
	width:  150px;
}
#send {
	width:  150px;
}

/*======================================== IMPRESSUM PAGE ========================================*/
/*================================================================================================*/
#owner {
	margin-right:  20px;
	margin-bottom: 20px;
	width:         180px;
	border:        1px solid #EEE;
	float:         left;
	padding:       10px;
}

#impressum {
	float: left;
	width: 700px;
}
#impressum h4 {
	font-weight: bold;
	font-size:   11px;
	margin-top:  0px;
}

#agblayer {
	padding: 10px;
}

#agblayer h1 { text-align: center; }
#agblayer h4 { font-size: 11px; font-weight: bold; margin-top: 25px; margin-bottom: 2px; }
/*======================================== IMPRESSUM PAGE ========================================*/
/*================================================================================================*/
.refcon { text-align: center; }
.refcontainer { width: 190px; float: left; margin-bottom: 10px; }
.reftitle { margin-bottom: 5px; font-size: 14px; font-weight: bold; text-align: center; font-style: italic; color: #C10000; }
.spacer { margin-top: 100px; }