/* HAUPT - CSS DATEIN -------------------------------
- Copy right by Ralf Wenske
- keine Unterstützung für 
- ie 6
- Ab hier sind die Standart einstellungen
--------------------------------------------------*/
@charset "utf-8";

* {
        margin:0;
        padding:0;
}

a {
	text-decoration: none;
        color:#CD7902;
}

a:hover {
	text-decoration: underline;
        color:#666;
}

.clear {
        clear:both;
        margin-top:5px;
}

p {
        font-size: 10px;
}



p, .side a {
	color: #666666;
	font-size: 11px;
	margin:0;
	padding:0;
	text-decoration: none;
}

h1, .side a {
	color:#ce7a03;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2, .side a {
	color:#ce7a03;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3, .side a {
	color: #666666;
	font-size: 14px;
	margin:0;
	padding:0;
	font-weight:bold;
}

h4, .side a {
	color: #666666;
	font-size: 12px;
	margin:0;
	padding:0;
	font-weight:bold;
}

a, .side a {
	font-weight: bold;
	text-decoration: none;
}

a:hover, .side a {
	font-weight: bold;
	/* text-decoration: underline; */
	color:#666666 !important; /* #ce7a03; */
}
/* ------------------------------------------------ */
html, body {
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(body_hg.png); 
	background-repeat: repeat-x;
	background-color: #fafafa;
	
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

#header {
	width:690px;
	height: 31px; /* 56px 111px */
	margin: 0 auto; /* auto */
	padding: 0;
	padding-top: 80px;
	background-image:url(barefaced_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute; /* relative */
	z-index:1;
	top:0;
	left: 50%;
	margin-left: -345px;
 /* border:1px solid #666;  */
}

.logo {
	font-size:22px;
	color:#635135;
	margin:0px;
	padding:0px;
	text-decoration: none;
}


#header h1 a,#header h1 a:hover {
	text-decoration: none;
	color:#635135;
	font-size:22px;
}

#header_rechts {
	height: 5px;
	position:absolute;
	width: 35%;
	margin-left: 65%;
	background-image: url(header_hg_rechts.png);
	background-repeat: repeat-x;
	top: 106px;
	z-index:0;
}

#header_grafik {
	background-repeat:no-repeat;
	background-position: 0px 125px;
	margin:auto;
/* 	margin-top: 120px; */
	padding:0px;
	padding-top: 120px;
	width:690px;
	height:149px;
	clear:both;
/* border:1px solid #666; */
}


/* ----------- Content Bereich ----------------------*/

#content {
	clear:both;
	margin:auto;
	margin-top: 20px;
	padding: 0px;
	padding-bottom:150px;
	width: 690px;
	min-height: 250px;
	text-align: left; /*justify*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
/*	position: relative; */
}

#content p {
	margin:0px;
	padding: 0px;
	text-align: left ; /*justify*/
}

#content div#temp2_content_1 {
	float:left;
	width:420px;
	padding-right: 9px;
	border-right: 1px solid #cecece;
/*	position: relative; */
}

#content div#temp2_content_2 {
	float: left;
	width: 250px;
	margin-left:9px;
/*	position: relative; */
}


/* ----------- Footer und Menu Bereich --------------*/
#footer {
	clear: both;
	position: fixed; /* fixed */
	bottom:0px;
	left:0px;
        z-index:5;
	height: 117px; /* 216px */
	width: 100%;
	margin: 0px;
	padding: 0px;

	background-image:url(footer_hg.png);
	background-repeat:repeat-x;
	background-position: bottom;
	/*	margin-top: 50px; */
}


#footer_links {

	height:5px;
	width:50%;
	background-image:url(footer_links.png);
	background-repeat:repeat-x;
	z-index:2;
}

#footer_mic {
	clear:both;
	position:absolute;
	z-index:3;
	left: -145px;
	top: -99px;
	height:216px;
	width:138px;
	background-image:url(micro.png);
	background-repeat:no-repeat;
}

#footer_weis{
	position: absolute;
	margin:0px;
	margin-left:50%;
	padding:0px;
	top: 0px;
	height: 5px;
	width: 50%;
	background-color:#fafafa;
	z-index:0;
}


#menu {
	width:690px;
	height:55px;
	color:#FFF;
	font-weight: bold;
	top: -5px;
	background-image: url(footer_links.png);
	background-repeat: repeat-x;

	
        margin: 0 auto;
        clear: both;
        padding: 0;
        position: relative;	
}

#menu a {
	color:#FFF;
}

#menu a:hover {
	text-decoration:none;
}

#menu_1 {
	position:realative;
	top:2px;
	left:0px;
	color: #FFF;
/*	height: 50px; */
}

#menu_1 ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#menu_1 ul li a, #menu_1 a {
	color:#FFF;
	text-decoration:none;
}


#menu_1 li {
	display:block;
	margin: 0px;
	margin-right:1px;
	margin-top: 1px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	float: left;
}

#menu_1 ul li ul {
	display:none;
}

#menu_1 .collapse,
#menu_1 .active, #menu_1 li:hover  {
	background-color:#CD7902;
	text-decoration:none;
}

#menu_1 ul li:hover ul {
	display: block;
	position:absolute;
	margin:0;
	margin-left:-5px;
	padding:0;
	background-color:#CD7902;
	color:#fff;
	bottom:50px;
}

#menu_1 ul li:hover ul li {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	width:100%;
}

#menu_1 ul li:hover ul li a {
	margin:0;
	padding:10px;
	display:block;
}

#menu_1 ul li:hover a,
#menu_1 ul li a:hover,
#menu_1 ul li:hover ul li:hover a,
#menu_1 ul li:hover ul li a:hover {
        color:#ffffff !important;
}

#menu_1 ul li ul li.active,
#menu_1 ul li ul li.active a,
#menu_1 ul li:hover ul li:hover {
	background-color:#322215;
        color:#ffffff !important;
}

#menu_2 {
	display:block;
	position:relative;
	top: 0px;
	right: 0px;
	float: right;
	font-size: 9px;
}

#menu_2 ul li a, #menu_1 a {
	color:#FFF;
}

#menu_2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
}

#menu_2 li {
	display:block;
	margin: 0px;
	padding: 4px;
	margin-bottom: 10px;
	float: right;
}

#menu_2 .active, #menu_2 li a:hover {
	text-decoration: underline;
        color:#ffffff !important;
}

/* News extension anzeige --------- */
.news_einzel {
       border-bottom:1px dashed #666666;
       margin-bottom:10px;
       padding-bottom:10px;
}

#content ul,#content ul li,#content ol,#content ol li {
        margin-left:10px;
}

.scroll_stop.fixed {
	width:250px;
	float:right;
}

/* social_networt extension */
.social_img {
        margin:5px;
        margin-right:15px;
        float:left;
}

/* simple blog extension */
.comment, .comment_form {
        margin-top:24px;
}

.kommentar {
        font-weight:bold;
}

/* system klassen */
.scroll_stop.fixed {
	position: fixed;
	top: 0;
        width:250px;
}

/* kontakt formular */
div.ext_kleines_kontakt_formular input[type=text] {
	border:1px solid #322215;
	color:#322215;
	width:150px;
	margin:5px;
	margin-top:0px;
	padding:4px;
}

div.ext_kleines_kontakt_formular textarea {
	border:1px solid #322215;
	color:#322215;
	width:96%;
	margin:5px;
	margin-top:0px;
	padding:4px
}

div.ext_kleines_kontakt_formular input.submit {
	border:1px solid #322215 !important;
	color:#ffffff !important;
	background-color:#563c23 !important;
	margin:5px;
	margin-top:0px;
	margin-right:0px;
	background-image: none !important;
}