body 
{
	font-family : Verdana, Helvetica, sans-serif;
	color : #000000;
	font-size : 12px;
	font-weight : normal;
	background-color : #a6a6a6;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

/* Generic links */
a {
	color: #A20000;
}
a:link, a:visited {
	color: #A20000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #00CCCC;
	text-decoration: none;
}

/* Gray background (used in table cells) */
.tblgrau{
	background-color: #A6A6A6;
}

.contenttop{
	background-color: White;
	border-top: #A20000 1px solid;
	border-left: #A20000 1px solid;
	border-right: #A20000 1px solid;
	height:74px;
}

.contenttable{
	background-color: #FFFFFF;
	border-left: #A20000 1px solid;
	border-right: #A20000 1px solid;
	
}

.contentbottom{
	background-color: White;
	border-bottom: #A20000 1px solid;
	border-left: #A20000 1px solid;
	border-right: #A20000 1px solid;
	height:74px;
}
.aussentd{
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
}


.shadowleft{
	background-image: url(../images/shadow_li.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 610px;
}

.shadowright{
	background-image: url(../images/shadow_re.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.headertd01{
	background-color: #A20000;
	width: 13px;	
	border-top: #A6A6A6 1px solid;
	border-bottom: #ffffff 1px solid;
}

.headerimageleft{
	border-top: #A6A6A6 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	width: 251px;
	height: 170px;

}

.headerimageright{
	border-top: #A6A6A6 1px solid;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #ffffff 1px solid;
	width: 389px;
	height: 170px;

}

.mainrow{
	background-color: #A20000;
	border-top: #A6A6A6 1px solid;
	border-bottom: #ffffff 1px solid;


}

.leftimgrow{
	background-color: #A20000;
	border-top: #A6A6A6 1px solid;
	border-bottom: #ffffff 1px solid;
	width: 15px;
	height: 170px;




}

.mainnavtd{
	background-color: #A20000;
	width: 108px;
	border-top: #A6A6A6 1px solid;
	border-bottom: #ffffff 1px solid;
	height: 170px;

}

/* Current navigation rubric */
.subnavleft{
	background-color: #A6A6A6;
	border-bottom: #A20000 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A20000;
	padding: 3px 3px 3px 15px;
	letter-spacing: 0.3em;


}

/* Subnavigation */
.subnavright{
	background-color: #A20000;
	border-bottom: #A20000 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decorarion: none;
	padding: 3px;
}

a.subnavright:link, a.subnavright:visited, a.subnavright:active {
	background-color: #A20000;
	border-bottom: #A20000 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
}
a.subnavright:hover {
	text-decoration: underline;
}

/***************/
/* Text styles */
/***************/
/* Bottom line with Copyright Information and Webdesign Company */
.smallgraytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a.smallgraytext:link, a.smallgraytext:visited, a.smallgraytext:active {
	color: #666666;
	text-decoration: none;
}
a.smallgraytext:hover {
	color: #666666;
	text-decoration: underline;
}

/* Small Text below main text area: Home | Impressum links */
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: center;
}
a.bottomtext:link, a.bottomtext:visited, a.bottomtext:active {
	color: #A20000;
	text-decoration: none;
}
a.bottomtext:hover {
	color: #A20000;
	text-decoration: underline;
}

/* Main Navigation */
.mainnavitem, a.mainnavitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 3px;
	line-height: 25px;
}
a.mainnavitem:link, a.mainnavitem:visited, a.mainnavitem:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainnavitem:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/* Main content area */
.maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	padding-left: 15px;
	padding-right: 150px;
}

/* Standard HTML tags */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #A20000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #A20000;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* Kontaktformular */
.contactform {
	border: solid 1px #A20000;
}

.namefield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 344px;
	height: 15px;
}

.contactfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 188px;
	height: 15px;
}

.textareafield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 344px;
	height: 200px;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 100px;
	height: 25px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	line-height: 25px;

}
.stafftable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #A20000;
}
