body, h1, h2, h3, p, select, input, textarea, .table, .table_border, li, ul, ol, .h1, .h2, .h3, .content, .navi, .titel, .footer {
	font-family : "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: #333333;
}

body {
	margin : 0px 0px 0px 0px;
	background-color: #ffffff;
}

h1 {
	color: #d01f3c;
	font-size: 23px;
	line-height: 23px;
	margin: -2px 0px 15px 0px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0px 10px 0px;
	font-style: normal;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 8px 0px;
	font-style: normal;
	font-weight: bold;
}

p {
	line-height: 16px;
	padding : 0;
	margin :  0px 0px 8px 0px;
}

pre {
	line-height: 14px;
	background-color: #eeeeee;
	border: dashed 1px #7E1325;
	padding: 5px 5px 5px 5px;
}

.subline {
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}


input.search {
	background: url('images/search.gif') center left no-repeat #FFFFFF;
	height: 17px;
	width: 156px;
	padding: 1px 4px 2px 16px;
	margin: 4px -1px 6px 10px;
	font-size: 11px;
	color: #777777;
	float: left;
	border: solid 1px #7E1325;
	font-weight: normal;
}

.search {
	font-weight: bold;
}

.head {
	background: url('images/head_bg.gif') top repeat-x #d01f3c;
}
.head_navi, .head_navi_hover {
	color:#ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 0px 21px 8px 21px;
}
.head_navi_hover {
	color:#ffffff;
	background: url('images/head_bg_rollover.gif') repeat-x;
}

.body {
	background: url('images/head_bg_2.gif') top repeat-x #bcbfc1;
	padding: 30px 0px 10px 12px;
}

.footer {
	background: url('images/head_bg_2.gif') repeat-x #bcbfc1;
	color:#ffffff;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}


.sidebar_head {
	color:#ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 3px 8px 3px;
	font-weight: bold;
}


.content, .content p {
	font-size : 12px;
}
.content {
	padding: 10px 10px 10px 10px;
}
.image {
	padding: 17px 10px 10px 10px;
	font-size: 10px;
}

.sidebar_content {
	color:#555555;
	padding: 10px 3px 10px 3px;
}

.sidebar_navi {
	font-size : 13px;
	margin: 10px 3px 10px 3px;
}

ol, ul, blockquote {
	line-height: 14px;
	margin-top : 5px;
	margin-left : 15px;
	padding-left : 0px;
	list-style-position: outside;
	list-style-image: url('images/list_dot.gif');
}
li ul {
	margin-top : 0px;
	margin-bottom : 5px;
}
li {
	font-size : 12px;
	line-height: 16px;
}

a {
	color: #d01f3c;
	text-decoration: none;
}
a:hover {
	color: #b00010;
/* 	color: #ff4f6c; */
}

.active {
	font-weight: bold;
/* 	color: #0033cc; */
}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

input {
	background-color : #FFFFFF;
	border : 1px solid #cccccc;
}


.hidden {
 	visibility : hidden; 
	overflow : hidden;
   	position : absolute;
	top : -1000;
	left : -1000;
}


/* Mozilla spezifische Einstellungen */
.test {
    /*IE*/
    color:red;
}
*:not(hr) .test {
    /*MOZ*/
    color:green;
}

