/*--------------------------------------
Evon 

#FARBEN:
 #background: //#646566;
 #h1: #4b4b4d;
 #text allgemein: black;
 #grün: #d2da2b;

//Content
  Breite: 960px;
---------------------------------------*/

/*--------------------------------------
GRUNDGERÜST - GENERELLE EINSTELLUNGEN
---------------------------------------*/
* { margin: 0; padding: 0; }

img {display: block; border: none;}

body {
		background: #646566 url(../images/bg.jpg) repeat-x;
        border: 0px solid red;
		text-align: center;
}

#wrapper {
	width: 960px;
    margin: 15px auto;
    height: auto !important;
    padding: 0;
    text-align: left;
    background:  #fff;
}



/*--------------------------------------
Wrapper Ecken
---------------------------------------*/
#eckenTop, #eckenBottom, #eckenBottomindex {
	position: relative;
	width: 100%;
	height: 15px;
}
.eckLeft, .eckRight {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 0;
}
.eckLeft {left: 0;}
.eckRight {right: 0;}

#eckenTop .eckLeft {background: url(../images/eck_top_left.jpg) no-repeat;}
#eckenTop .eckRight {background:  url(../images/eck_top_right.jpg) no-repeat;}
#eckenBottom .eckLeft {background: url(../images/eck_bottom_left.jpg) no-repeat;}
#eckenBottom .eckRight {background: url(../images/eck_bottom_right.jpg) no-repeat;}

#eckenBottomindex  { background: #000; border-top: 1px solid white;}
#eckenBottomindex .eckLeft {background: url(../images/eck_bottom_left_index.jpg) no-repeat; }
#eckenBottomindex .eckRight {background: url(../images/eck_bottom_right_index.jpg) no-repeat;}

/*--------------------------------------
HEADER
---------------------------------------*/

#header {
	position: relative;
	width: 100%;
	height: 55px;
	background: #fff; /* IE6 fix */
}

#header h1.logo {
	width:134px;
	height:25px;
	overflow:hidden;
	display:block;
	margin:0;
	position:absolute;
	top:15px;
	left:30px;
	z-index:3;
}

#sprache {
	position: absolute;
	top: 0;
	right: 15px;
}

#mainnav {
	border: 0px solid red;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: -1px;
	z-index: 10;
}


/*--------------------------------------
Main Image
---------------------------------------*/

#mainimage, #mainimageindex {
	width: 100%;
	height: 320px;
	background: #000;
	color: #fff;
}



#imagecontent {
	background: transparent;
	width: 960px;
	height: 320px;
}

#mainimageindex {
	height: 400px;
}

#mainimageindex  #imagecontent {
	height: 400px;
}

/*--------------------------------------
Schwarze Balken
---------------------------------------*/
.balkenschwarz {
	width: 100%;
	height: 15px;
	background: #101010;
}

#balkenoben {border-bottom: 1px solid white;/*#3d3d3d;*/ }
#balkenunten {background: #000; border-top: 1px solid white; }

#balkenuntenindex {
	background: black;
}

/*--------------------------------------
CONTENT --
---------------------------------------*/

#contentwrapper {
	position: relative;
	width: 100%;
	min-height: 300px;
	border: 0px solid red;
	
}

#contentwrapperindex {
	width: 100%;
	border-top: 1px solid #7e7f81;
	height: 215px;
	padding-bottom: 0px;
	background: white url(../images/indexhg3.jpg) left top repeat-x;
}

#backimage {
	width: 500px;
	border: 0px solid red;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/hg.jpg) right bottom no-repeat;
	height: 265px;
	
}


#colsholder {
	border: 0px solid red;
	z-index: 500;
	overflow: hidden;
}


#left{
	float: left;
	width: 245px;
	min-height: 15px;
	position: relative;
}

#right{
	width: 715px;
	float: left;
}

#sidenav {
	position:absolute;
	width: 186px;
	z-index: 12;
	top: -35px;
	left: 30px;
	background: none;
}

#sidenav ul{
	background: #4e4e4e;
	border: none;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #000;
}

#sidenav #top {
	width: 100%;
	height: 35px;
	background: red;
	background: url(../images/sidenav_top_hg.jpg) top left no-repeat;
}

#sidenav #nav {
	border-right: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
}

#sidenav #bottom {
	background: red;
	height: 5px;
	background: url(../images/sidenav_bottom_hg.jpg) top left no-repeat;
}


#content {
	margin: 35px 35px 100px 35px;
}


/* CONTENT 3 SPALTEN */


#colsholder {
	margin-top: 35px;
}

.col3 {
	width: 335px;/*33.3%;*/
	background: transparent;
	float: left;	
	text-align: center;
	padding: 0;	
}

.colcontent {
	font-size: 12px;
	border:0px solid red;
	margin: 0px;
	padding: 0 37px 0 37px;
	text-align: left;
}

#cols3_1 {}
#cols3_2 .colcontent {
	padding: 0 35px; 
	border-right: 1px solid white;
	border-left: 1px solid white;
	height: 160px;
}

#cols3_3 {width: 275px;
	border: 0px solid red;
}

/* Keine Spalte */

.col1 {
	border: 0px solid red;
	padding: 35px;
}




/*--------------------------------------
Footer
---------------------------------------*/
#footerwrapper {
    width: 960px;
    margin: 15px auto;
    padding-bottom: 100px;
    height: auto !important;
    text-align: left;
    background:  none;
}


/*--------------------------------------
Sonstiges
---------------------------------------*/

ul.error { list-style: none; }
ul.error li { list-style: none; }


/*--------------------------------------
Bilder
---------------------------------------*/

.bilder {
	border: none;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.bilder img {
	float: left;
	margin: 30px 30px 0 0;
	border: none;
	width: 180px;
	height: 120px;
}

.bilder img.big {
	float: none;
	width: 600px;
	height: auto;
	margin: 30px 0 0 0;
}


/*--------------------------------------
showNEWS
---------------------------------------*/


.shownews {
       border: 0px dotted black;
       border-top: 1px solid #7f7e7f;
       font-size: 1em;
       margin: 0;
       padding: 3px 5px 1px 5px;
	line-height: 21px;
}

.datum {
        display: inline;
        border: 0px solid red;
        float: left;
        margin: 0 20px 0 0;
}

.titel_show {
        border: 0px solid red;
        float: left;
}

p.weiterlesen {
        float: right;
}


.clear_news {
        border: 0px solid red;
        height: 1px;
        clear: both;
}


a.newsnav2 {
	border-top: 1px solid #7f7e7f;
       	padding-top: 15px;
	width: 100%;
	float: right; 
	text-align: right;
}


/*---------------------------------------------------
FORMULAR
-----------------------------------------------------*/

form { width: 100%; border: 0px solid red;}

input, textarea {

	width: 98%;
	border: 1px solid gray;
	background: url(../images/input_hg_weiss.jpg) 	top left no-repeat;
	padding: 2px 0 0px 4px;
	height: 19px;
	line-height: 19px;
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #666;
}

select {
	background: url(../images/input_hg_weiss.jpg) top left no-repeat;
	padding: 0px 0 0px 4px;
	margin: 0 0 10px 0;
}

p.buttonformindex  {
	border: 0px solid red;
	text-align: right;
	padding: 0;
	background: none;
	margin: 0;
	border: none;
}




p.buttonform {
	border: none;
	background: transparent url(../images/button_hg_div.jpg) top left no-repeat;
	text-align: right;
	margin: 5px 0 0 auto;
	height: 27px;
}

p.buttonform:hover {
	background-position: bottom left;
}	

input.button {
	border: none;
	height: 27px;
	text-align: left;
	background: transparent; /*bild in Text.css*/
}

input.button {
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	letter-spacing: 0px;
	background: transparent;
}

p.buttonform input.button {
	background: transparent url(../images/button_hg_a.jpg) top right no-repeat;
}

p.buttonform input.button:hover {
	background-position: bottom right;
}

p.regbtn {width: 150px;}



p.sprache {margin: 0 0 10px 0;}

p.sprache label {
	border: 0px solid black;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	display: inline-block;
}
p.sprache select {
	margin: 0px 0 0 0 ;
	padding: 0;	
}


input.buttonindex {
	border: 0px solid red;
	text-align: right;
	background: none;
	margin-top: 2px;
	cursor: pointer;	
}


input.buttonindex:hover {color: black; }


/*----------------------------------------------------------------*/
/*---------------  Newsletter Error  --------------------------------*/
/*----------------------------------------------------------------*/

#wrapper_error {
	border: 1px solid gray;
	position: absolute;
	display: block;
	height: auto;
	width: 400px;
	padding: 20px 20px 20px 20px;  
	top: 25%;
	left: 50%; 
	z-index: 9; 
	margin-left: -220px;
	background: transparent url(../images/termin_hg.png);
	text-align: center;
}


#error_content {
	width: auto;
	background: white;
	border: 1px solid red;
	padding: 25px;
	text-align: left;
	padding-bottom: 25px;

}

p.close {
	text-align: right;
}

a.close {
	text-decoration: underline;
}

/*----------------------------------------------------------------*/
/*---------------  Newsletter ARchiv--------------------------------*/
/*----------------------------------------------------------------*/

.newsletterarchiv {
	border-top: 1px solid #d9d9d9;	
	padding-top: 25px;
}

.newsletterarchiv .spacer {
	height: 25px;
	margin-bottom: 25px;
	font-size: 1px;
}


/*----------------------------------------------------------------*/
/*---------------  News --------------------------------*/
/*----------------------------------------------------------------*/

.blog_ref {
	border: 0px solid black;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 0px dotted gray;
}

.blognews 
{
	border: 0px solid black;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted gray;
}

.blog_ref h1 {
	margin-bottom: 0px;
}

.blog_ref p.datum {
	float: none;
	display: block;
	margin-bottom: 15px;
}

.blog_ref p.refbutton  {
	margin-top: 25px;
}

.blog_ref .blgcontent {
	border: 0px solid red;
	overflow: hidden;
}

.blog_ref .image {
	position: relative;
	border: 5px solid #ebebeb;
	float: left;
	overflow: hidden;
	width: auto;
	margin: 0 25px 40px 0;
}

/*wenn ein Bild vorhanden ist*/

.blog_ref .blog_text {
	float: left;
	width: 440px;
	border: none;
}

