/***************/
/* Allgemeines */

/* Farbe lila: #C2063B */
/* Farbe grau: #8E8E8E */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* vert. Scrollbar für Firefox, Safari & Co. */
}

body {
	background: #FFF url(../images/bg_body.png) top left repeat-x;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

:focus {
  -moz-outline-style: none;
}

a img {
	border: none;
}
	
input, textarea {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input[type="text"], textarea {
	background: #FFF;
	border: 1px solid #C1C1C1;
}

fieldset {
	border: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
.clear {
	clear: both;
}

.hidden {
	display: none;
}

.highlight {
	color: #91AF37;
	font-weight: bold;
}

#wrap {
	background: url(../images/bg_wrap.png) top left repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 1024px;
}
#border {
	background: #FFF;
	border-left: 1px solid #C2063B;
	border-right: 1px solid #C2063B;
	border-bottom: 1px solid #C2063B;
	padding: 10px 20px;
	width: 982px;
}

/**********/
/* Header */

#logo {
	float: left;
	padding-right: 14px;
}

#subnavi {
	background: url(../images/subnavi/border_top.png) top left no-repeat;
	margin-left: 215px;
}
#subnavi_list {
	background: url(../images/subnavi/border_bottom.png) bottom left no-repeat;
	list-style: none;
	padding: 6px 10px 4px;
	width: 744px;
}
	#subnavi_list li {
		border-right: 2px solid #8E8E8E;
		float: left;
		padding: 0 5px;
	}
	#subnavi_list li.first {
		padding-left: 0;
	}
	#subnavi_list li.last {
		border-right: none;
		padding-right: 0;
	}
	#subnavi_list a {
		color: #8E8E8E;
		font-size: 95%;
		font-weight: 600;
		text-decoration: none;
	}
	#subnavi_list a.active, #subnavi_list a:hover {
		color: #C2063B;
	}

/******************/
/* Inhaltsbereich */

/* Navigation */
#navi_list {
	float: left;
	list-style: none;
	margin: 0 24px 5px 0;
	width: 200px;
}

	#navi_list li {
		position: relative;
	}
	
	#navi_list a, #navi_list #spacer {
		background: #C8C8BE url(../images/navi/bg_links.png) bottom left repeat-x;
		color: #C2063B;
		display: block;
		font-size: 110%;
		font-weight: bold;
		height: 24px;
		padding: 6px 0 0 20px;
		text-decoration: none;
		width: 180px;
	}
	
	#navi_list a:hover, #navi_list a.active {
		background: #C2063B url(../images/navi/bg_links_active.png) bottom left repeat-x;
		color: #FFF;
	}
	
	#navi_list a span {
		color: #FFF;
		left: 10px;
		position: absolute;
		top: 6px;
	}

/* Contentbereich */
#content {
	background: url(../images/bg_content.png) bottom left no-repeat;
	clear: both;
	line-height: 1.2em;
	margin-top: 15px;
	padding-bottom: 10px;
}
	
#text {
	color: #3C3C3C;
	padding-top: 10px;
}
	#text .content_img_left {
		float: left;
		margin: 0 30px 1em 0;
	}
	#text .content_img_right {
		float: right;
		margin: 0 0 1em 30px;
	}
	#text h1, #text h2 {
		color: #C2063B;
		font-size: 120%;
		font-weight: bold;
		margin-bottom: 0.7em;
	}
	#text h2 {
		font-size: 110%;
	}
	#text p {
		margin-bottom: 0.7em
	}
	
	#text a {
		color: #C2063B;
		text-decoration: underline;
	}

/**********/
/* Footer */

#footer {
	background: url(../images/bg_footer.png) top left no-repeat;
	height: 4px;
	margin: 0 auto;
	width: 1032px;
}
