@charset "utf-8";

/*************
Tag Classes
**************/

body {
	background-color: #CCCCCC;
	background-image: url(images/BG.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	list-style-image: url(images/bulletrd.png);
}

/*************
Hyperlink Classes
**************/

a {
	color: #FFFFFF;
	text-decoration: none
}

a:hover {
	color: #BDCBD5;
	text-decoration: none
}

.main_links a {
	color: #A90101;
	font-weight: bold;
	text-decoration: underline;
}

/*************
Classes
**************/

.bg-no-tile {
	background-repeat: no-repeat;
}

.main_padding_right {
	padding-right:25px;
}

.main_padding_bottom {
	padding-top:50px;
}

.input_style {
	width: 178px;
}

.head_bg {
	background-image: url(images/header/header_menu_leiste.png);
}

.menue_bg {
	background-image: url(images/menue/menue.png);
}

/*************
Font Styles
**************/

.nav_default {
	font-weight: bold;
	font-size: 14px;
}

.nav_current{
	font-weight: bold;
	font-size: 14px;
	color: #bdcbd5;
}

.main_head {
	font-weight: bold;
	color: #a90101;
	font-size: 20px;
}

.home_newsline {
	font-size: 19.5px
}

.impressum_headline {
	font-size: 15px;
	font-weight: bold;
}

.linkliste_list {
	font-weight: bold;
	text-decoration: underline;
}

#sidemenueDiv {
	position:absolute;
	left:179px;
	top:152px;
	width:265px;
	height:235px;
	z-index:1;
}