/*******************************************/
/***               BODY                  ***/
/*******************************************/
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

/*** H TAGS ***/
h1 {font-size: 16px; font-weight: bold; color: #812015; margin-top: 0;}
h2 {font-size: 15px; color: #000000;}
h3 {font-size: 14px; color: #000000;}
h4 {font-size: 13px; color: #000000;}
h5 {font-size: 12px; color: #000000;}
h6 {font-size: 11px; color: #000000;}



/*** LINKS STANDART ***/
a, a:link, a:focus, a:active {
	color: #812015;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #812015;
	font-weight: normal;
	text-decoration: underline;
}
a.readon ,a:link.readon, a:focus.readon, a:active.readon {
	color: #000000;
	text-decoration: none;
}
a:hover.readon {
	color: #000000;
	text-decoration: underline;
}
/*******************************************/
/***        RAHMENABSTAND BOXEN          ***/
/*******************************************/

/*** BREADCRUMBS ***/

.breadcrumbs-rahmen { margin-top: 5px;}

/*** CONTENT ***/
.content-rahmen { margin-top: 0px;
	background: url(bg_content-rahmen.png) repeat-y;
	width: 955px;
}

/*** FOOTER ***/
.footer-rahmen { margin-top: 0px;}

/*******************************************/
/***              HEADER                 ***/
/*******************************************/

/*** LOGO ***/
.logo { float: left;}

/*** SLOGAN ***/
.slogan { float: right;}

/*** TOP MENÜ ***/
.topmenu { float: right;}
ul.menu-top {
	float: right;
	margin: 0;
	padding: 0;
	
}
ul.menu-top li {
	list-style: none;
	float:left;
	padding-left: 4px;
	padding-right: 4px;
	border-right: #000000 1px solid;
}

ul.menu-top a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.menu-top a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/*******************************************/
/***            BREADCRUMBS              ***/
/*******************************************/

/*** BREADCRUMBS ***/
.breadcrumbs { font-size:10px;}
a.pathway {
	color: #000000;
	text-decoration: none;
}
a:hover.pathway {
	color: #000000;
	text-decoration: underline;
}

/*******************************************/
/***              CONTENT                ***/
/*******************************************/

/*** LINKS ***/
.content-links {
	padding: 8px; 
	text-align: left; 
	min-height: 410px;
	background: url(bg_content-links.png) no-repeat bottom center;
	margin-bottom: 10px;
} /* Breite im Rahmen der Box beachten das der IE sonnst den Container verschiebt. */

/*** HAUPTMENÜ ***/
ul.menu {
	padding-left: 30px;
	margin: 0;
}

ul.menu li {
	list-style: none;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: none;
}

ul.menu a {
	color: #e9b500;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
ul.menu a:hover {
	color: #ffec00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

ul.menu li.active a {
	color: #ffec00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/*** RECHTS ***/
.content-rechts {padding: 8px; text-align: left;} /* Breite im Rahmen der Box beachten das der IE sonnst den Container verschiebt. */

/*** CONTENT ÜBERSCHRIFTEN ***/
.contentheading {font-size: 16px; color: #812015; font-weight:bold;}
.componentheading  {font-size: 16px; color: #812015; font-weight:bold;}

/*** CONTENT MITTE ***/
.inhalt {
	padding: 5px 20px;
	width: 720px;
}
.blog {
	width: 100%;
	text-align: left;
}
.contentpaneopen {
	width: 100%;
	text-align: left;
}

.inhalt img { border: solid 0px #812015;
	background: url(bildschatten.png) no-repeat bottom left;
	padding: 4px 4px 17px 4px;

}

img { border: 0;}
}

/*******************************************/
/***             FORMULAR                ***/
/*******************************************/

.inputbox {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #909290;
}

input, textarea, select, .inputbox {
font-size: 100%;
padding: 3px 5px;
border: 1px solid #909290;
margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
font-size: 100%;
padding: 3px 5px;
border: 0px;
margin-bottom: 10px;
}

.inputbox:hover, .inputbox:focus {
background:#FFFFCC none repeat scroll 0 0;}

.button {
border:1px solid #909290;
color:#000000;
font-size:85%;
padding:3px 5px;
text-transform:uppercase;
}
