a {
	text-decoration: none;
	color: #BF3000; 
	font-weight:bold;
}

/* ============Navigation============*/

/* Hauptnavigation*/
.textnavi {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 8px 0;
	vertical-align:middle; 
}

/* Hilfsnavigation unten */
#hilfsnavigation_unten td{
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#hilfsnavigation_unten a{
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
/* ============CURRENT POSITION============*/
#hier-sind-sie {
	padding: 4px 5px;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	height: 13px;
	*height: 21px;
	font-weight: normal;
	vertical-align: middle;
}
#hier-sind-sie a, #hier-sind-sie a:link, #hier-sind-sie a:active, #hier-sind-sie a:hover{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* ============CONTENT_MASTER============*/
#content_master {
	width: 455px;
	*width: 475px;
	padding: 10px 10px 20px 10px;
	font-size: 11px;
	text-align: justify;
	line-height: 150%;
	color: #333333; 
}
#content_master p {
	line-height: 150%;
}
#content_master td{
	line-height: 150%;
	font-size: 11px;
	font-weight: normal;
}

#content_master UL{
	list-style-image: url(/design/images/list.gif);
	list-style-position: outside;
	margin: 0 0 0 5px; 
}
#content_master LI{
	padding: 5px 0; 
}

/* ============CONTENT_SLAVE============*/
#content_slave {
	width: 140px;
	*width: 140px;
	font-size: 10px;
}
#content_slave td{
	font-size: 10px;
	font-weight: normal;
}
#content_slave p{
	margin: 0 5px 0 5px;
	font-size: 10px;
	color: #BF3000;
	font-weight: normal;
	padding: 5px;
}
#content_slave h1{
	width: 140px;
	height: 12px;
	*height: 18px;
	background-color: #FFD166;
	vertical-align: middle;
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #BF3000;
	font-weight: normal;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}


/* ============FORM=========================*/

input, textarea {
	border: 1px solid #BF3000;
	background-color: #FFEBB49;
	color: #BF3000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ============SONSTIGE ELEMENTE============*/
h1 {
	font-size: 18px;
	font-weight:bold;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #BF3000;
	text-decoration: none;
}
h4 {
	margin: 0 0 0 8px;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	background: url(/design/images/trenner_dotted_line_blue.gif) repeat-x 8px 16px; 
	height: 19px;
}
h4 a:link, h4 a:visited, h4 a:hover {
	color: #BF3000;
	text-decoration: none;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #BF3000;
	font-weight:bold;
	background: url(/design/images/trenner.gif) repeat-x 8px 16px; 
	height: 17px;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color: #BF3000;
	text-decoration: none;
}
.design-trenner{
	background: url(/design/images/trenner.gif) repeat-x 8px 16px; 
	height: 18px;
}

#trenner_unten{
	background: url(/design/images/trenner.gif) repeat-x 1px 1px; 
	height: 3px;
	width: 475px;
}

.siteyourself, .siteyourself a{
	margin: 0 3px;
	/* background: url(/design/images/trenner.gif) repeat-x 0px 0px;*/ 
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	color: #BF3000;
	line-height: 100%;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px ;
	background-image: url(/design/images/td_bg.gif)
}
/* ============BACKGROUNDS============*/
.schatten_links {
	width: 50%;
	height: 100%;
	/* background-color: #FFEBB49; */
	background-image: url(/design/images/bg_schatten_links.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.schatten_rechts {
	width: 50%;
	height: 100%;
	/* background-color: #FFEBB49; */
	background-image: url(/design/images/bg_schatten_rechts.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_links {
	width: 100%;
	height: 725px;
	background-image: url(/design/images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_rechts {
	width: 95px;
	height: 581px;
	background-color: #FFEBB49;
	background-image: url(/design/images/bg_rechts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

