/*
======================================================
Style.css
======================================================
*/
body{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color:#33333f;
}

#Content a, #Content a:link, #Content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#b81a17;
}

#Content a:hover, #Content a:active, #Content a:focus{
	background:#b81a17;
	color:#33333f;
}

#FooterLine{
	font-size:9px;
}

#FooterLine a, #FooterLine a:link, #FooterLine a:visited{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#33333f;
}

#FooterLine a:hover, #FooterLine a:active, #FooterLine a:focus{
	font-size:9px;
	background:#33333f;
	color:#ffffff;
}

#Content ul{
	list-style-image:url('../images/allover/li_punkt.gif');
}

h4{
	font-size:13px;
}
/*
=================================================================
Forms
=================================================================
*/


label {
	display:block;
	width:150px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;
	}
	
input {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 420px;
	margin-bottom:10px;
	background: #fefee4;
	color:#33333f;
	font-size:11px;
	}
select {
	float:left;
	display:block;
	border: none;
	border-bottom: 1px dotted #33333f;
	width: 420px;
	margin-bottom:10px;
	background: #fefee4;
	color:#33333f;
	font-size:11px;
	}
	
textarea{
	float:left;
	display:block;
	border: none;
	width: 420px;
	background: #fefee4;
	border: 1px dotted #33333f;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin-bottom:10px;
}

.csc-mailform-check{
	width: 300px;
	border: none;
}

.csc-mailform{
	border:none;
	width: 610px;
}
.csc-mailform-submit{
	float:left;
	display:block;
	border:none;
	background:#b81a17;
	color: #fefee4;
	width: 132px;
	margin-top: 15px;
}

.csc-textpic-caption{
	font-size: 9px;
}



.grenzenlos td{
	border-bottom: 1px dotted #b81a17;
	font-weight:bold;
	width:300px;
	vertical-align:top;
}

.ueberuns{
	width:660px;
	margin-bottom:50px;
}

.ueberuns .tr-last td{
	padding:10px 0px 0px 10px;
}

.ueberuns .tr-3 td{
	padding:0px 0px 10px 10px;
}


.ueberuns td{
	padding:0px 10px 0px 10px;
	width:200px;
	vertical-align:top;
	border-right:1px dotted #b81a17;
}

.ueberuns .td-last{
	border-right:0px;
}

table.messen {
	width:500px;
}

.messen tr td{
	padding:5px;
}
.messen .tr-odd{
	background:#ffffff;
}

.messe .tr-first {
	border:1px solid #b81a17;
}

/*
========================================================
News
========================================================
*/
.news-latest-item a, .news-latest-item a:link, .news-latest-item a:visited{
	text-decoration:none;
	color:#b81a17;
	padding:0px 2px 0px 2px;
}

.news-latest-item a:hover, .news-latest-item a:focus{
	text-decoration:none;
	background:#b81a17;
	color:#ffffff;
}

.news-latest-date{
	color:#b81a17;
	font-size: 9px;
	float:right;
}

.news-latest-morelink{
	margin:10px 0px 20px 140px;
	font-weight:bold;
}

.news-latest-header{
	background:#fefee4;
	padding:2px 5px 2px 5px;
	margin:0px -10px 0px -10px;
}