/* CSS Document: Style */

/* Farben

Frank und Frei	weiß:       #ffffff
                orange:     #F08A00

*/



/* ##### Reset-Skript ##### */
center, isindex, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 101%;
	font-family: inherit;
	font-variant: inherit;
	vertical-align: baseline;
}

html {
 height:100%;
 margin-bottom:0px;
}

body {		
	background-color: #ffffff;
}

/* PNG-Behavior */
img {
   behavior: url("layout/pngbehavior/pngbehavior.htc");
}


/* ########################################################################## */


/* ##### Umfassender Container, Linksausrichtung der Seite auf dem Bildschirm ##### */
/*
#container {
	height:100%;
width: 100%;
}
*/

/* ##### Abstand des oberen Balkens nach links und rechts ##### */


#container {
width: 820px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
height:auto;
position:relative;
}


/* ##### Header-Bereich ##### */


#logo {
	height:90px;
	width: 830px;
	margin-top: 20px;
}

#header_pic {
	height:230px;
	width:800px;
	float:left;
	background-image: url(../images/frank_und_frei.jpg);
	background-repeat: no-repeat;
}

#imageflow {
	height:230px;
	width:800px;
	float:left;
}


#metanavi{
  height: auto;
  width: 800px;
  text-align: right;
}

/* ##### Content-Bereich ##### */

#content {
	width:820px;
	height: auto;
	margin-top:30px;
	padding-bottom: 30px;
	float: left;
}

#navigation {
	width:149px;
	height: auto;
	float:left;
}

#main_content_2 {
	float:left;
	height:auto;
	width:650px;
	padding-left: 20px;
	border-left: 1px solid #d5d5d5;
  overflow: hidden;
}

#main_content {
	float:left;
	height:auto;
	width:432px;
	padding-left: 20px;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	overflow: hidden;
}

#kontext_spalte {
  width: 177px;
  height: 399px;
  float: left;
  padding-left: 20px
}


.fixfloat {
  clear:both;
}
/* ############## Verschiedene Teaser ####################*/

.box_teaser {
  padding:0px;
	width:154px;
	height: 250px;
	border: 1px solid #d5d5d5;
  margin-bottom: 0px;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}

.dunkelgrau .box_teaser {
  background-color: #616161;
}

.ohne_Rahmen .box_teaser {
  border: 1px solid #FFFFFF;
}


.hellgrau .box_teaser {
  background-color: #d4d4d4;
}

.orange .box_teaser {
  background-color: #f08a01;
}

.box_teaser .image {
  margin-bottom: 20px;
}
/* ############## News Teaser ####################*/

.teaser {
	width:410px;
	height: auto;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
  border-bottom: 2px dotted #d5d5d5;
}

.teaser_image {
  float: left;
  margin-right: 20px;
}

.box_white {
	width:auto;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.box_white_right {
	width:auto;
	height: auto;
	margin-bottom: 20px;
}

.box_grey {
	padding:20px;
	height: auto;
	width: auto;
	background: #e7e7e7;
  margin-bottom:30px;
  margin-right:30px;
}


.box_orange {
	padding:20px;
	height: auto;
	width: auto;
	background: #f08804;
  margin-bottom: 30px;
  margin-right: 30px;
}

.box_orange p,.box_orange strong {
  color:#fff;
}


/* ############## GALERIE ############### */

.bild {
  float: left;
  margin-right: 20px;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  cursor: pointer;
}

.image_float_left, a.news_bild img {
  float: left;
  display: block;
  margin-right: 30px;
  _border: 1px solid #d5d5d5;
  margin-bottom: 5px;
}

.galerie_container {
  height: auto;
  width: auto;
}

/* ##### Kontakt-Formular ##### */

.fieldset {
  float: left;
  margin-right: 0px;
  padding-right: 20px;
  margin-bottom: 20px;
  width: 390px;
}

.formtext {
  position: relative;
  left: 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  width: 200px;
}

.text {
  margin-left: 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 0px;
  width: 123px;
}

.text2 {
border: 1px solid #e5e5e5;
margin-bottom: 0px;
width: 60px;

}

.formtextfield {
position: relative;
left: 30px;
border: 1px solid #e5e5e5;
margin-bottom: 7px;
width: 200px;
height: 150px;
}

.formhinweis {
width: auto;
}

.formsubmit, #buttonSubmit, #buttonLogoff, .submit {
border: 1px solid #8b9690;
background: #e5e5e5;
margin-top: 7px;
}

a.button, .button {
border: 1px solid #8b9690;
background: #e5e5e5;
margin-top: 7px;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
}

a.button:hover, .button:hover {
background: #b8b8b8;
text-decoration: none;
}

.formtextfield:hover, .formtext:hover {
  border: solid 1px #c1c1c1;
}

label {
width: 105px;
display: block;
float: left;
}

.formcaptcha { margin-right: 500px; }

legend { margin-left: -7px; margin-bottom: 5px; }

text[id]legend { margin-left: 0px; }

.forminfo, .formerror { color: #db0133; }

/* ------##### Verschiedenes #####-------- */


.history_back { clear: both; }

.history_back2 { clear: left; }

.trennlinie { border: 0; border-bottom: 2px dotted #d5d5d5; margin-top: 20px; margin-bottom: 20px; background-color: #ffffff; /* Farbe für Opera und Firefox */ color: #ffffff; /* Farbe für Internet Explorer (IE) */ height: 1px; }

.news_bild { float: left; height:auto /* 400px*/ ; }

.article-list { margin-left: 30px; }
.article-list a { text-decoration: none; }
.article-list a:hover { text-decoration: underline; }


/*
#box_grey {
	padding:10px;
	width:100%;
	overflow:hidden;
	background-color:#ededed;
}

*/
/* ------##### Main-Navi #####-------- */



/* ------##### Teaser #####-------- */
/*
.teaser {
  padding:10px;
	width:458px;
	height: auto;
	border: 1px solid #e7e7e7;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.teaser_image {
float: left;
margin-right: 20px;
}

*/

.stoerer { 
display: none;
width: 150px;
height: 150px;
position: absolute;
right:250px;
top:-15px;
z-index:852;
}

.grau div.orange-teaser-rechts {width:160px; height:auto; margin-bottom:30px; background:#7D7C7C; padding:15px; color:#fff; margin-left:-10px; }

.orange div.orange-teaser-rechts { width:160px; height:auto; margin-bottom:30px; background:#f08a01; padding:15px; color:#fff; margin-left:-10px; }

div.orange-teaser-rechts h3, div.orange-teaser-rechts .box_white_right p, div.orange-teaser-rechts .box_white_right a {color:#fff;}
div.orange-teaser-rechts .box_white_right ul li {margin-left:10px; color:#fff;}

.ohne_Rahmen .box_teaser {
padding-bottom: 80px;
}
.box_white ul li a { color:#F08A01; font-weight: bold; }

/*### FEIERLEI ###*/
#ie6box { display: none; }
#logo2 { margin: 20px 0 20px 38px; }
#content-left { width:510px; height:auto; float:left; margin:20px 0 100px 38px; }
#content-right { width:272px; height:auto; float:right; margin-top:27px; }
.metanavi2 { width: 240px !important; float: right !important; margin-right: 27px; }
#keyvisual li { list-style: none; }
#bild_korrektur { margin: -15px 0 0 -15px; }
.box_grey { min-height: 48px; }
.box_orange td { color: #fff; }
form#doform1465 select#el_1{margin-left:30px;width: 40px;}
#doform1465 .formblock #el_2 {margin-left:29px;}
