/* #################### */
/* ##### CONTENT ###### */
/* #################### */

/* Grundfläche */
#grund {
width:99%;
height:auto;
text-align:center;
margin:0px auto;
text-align:center;
}

#buehne {
width:750px;
height:auto;
margin:0px auto;
text-align:center;
}

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

/* Header Grundfläche */
#header {	
width:710px;
height:315px;
overflow:hidden;
margin:0px auto;
}

/* Kopfbereich */
#header_navi_l {
float:left;
height:30px;
width:460px;
text-align:center;
background-color:#A8947B;
border-top:3px solid #dfd9ca;
}

#header_navi_r {
float:left;
height:30px;
width:250px;
background-color:#A8947B;
border-top:3px solid #dfd9ca;
}

/* //////////////// */
/* // NAVIGATION // */
/* //////////////// */
.header_zelle {
float:left;
height:25px;
width:auto;
padding:0px 15px 0px 14px;
border-right:1px dotted #dfd9ca;
}
.header_zelle_on {
float:left;
height:25px;
width:auto;
padding:0px 15px 0px 14px;
border-right:1px dotted #dfd9ca;
background-color:#edaec1;
}

.nav_pad {
padding-top:3px;
}

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

/* Content Grundfläche */
#content {	
height:auto;
width:710px;
text-align:left;
margin:0px auto;
}

#mitte {
width:710px;
height:auto;
padding:15px;
}

/* Anzeige neuster Motive */
#rechts {
float:left;
width:250px;
height:auto;
color:#DFD9CA;
}
.designs_zelle {
float:left;
width:75px;
height:75px;
margin:3px 0px 0px 6px;
background-color:#A8947B;
}
.designs_bild {
filter:alpha(opacity=90);
-moz-opacity: 0.90;
opacity: 0.90;
}

.designs_zellex2 {
float:left;
width:100px;
margin:2px;
text-align:center;
}
.designs_bildx2 {
border:1px solid #a8947b;
}

.designs_header {
background-color:#a8947b;
height:25px;
color:#dfd9ca;
font-size:14pt;
text-transform:uppercase;
margin-right:20px;
padding-left:15px;
}


/* News */
#links {
float:left;
width:460px;
height:auto;
/*background-image:url(../bilder/hint_news_streifen.gif);
background-position:left top;
background-repeat:repeat; */
}

.news_area {
padding:10px 0px 10px 0px;
background-image:url(../bilder/hint_border.gif);
background-repeat:repeat-x;
background-position:left bottom;
}

#news_left {
float:left;
width:50px;
height:auto;
text-align:left;
}

#news_right {
float:left;
padding-left:10px;
width:200px;
height:auto;
}

.news_grafik {
border:1px solid #fff;
}

/* NEWS STYLE */
.news_oberschrift {
float:left;
font-size:10pt;
font-weight:bold;
text-transform:uppercase;
padding:0px 0px 0px 5px;
color:#222;
}

.news_datum {
float:left;
text-align:center;
width:80px;
height:auto;
font-size:9pt;
font-weight:normal;
margin-left:5px;
color:#fff;
background-color:#edaec1;
}

.news_text {
width:290px;
line-height:14pt;
padding-left:5px;
}

#links_mitte {
color:#333;
width:auto;
line-height:18pt;
}

/* Infofelder Startseite */
.info_1 {
width:auto;
height:auto;
text-align:right;
font-size:10pt;
font-weight:bold;
color:#fff;
line-height:14pt;
padding:0px 12px 0px 10px;
text-align:center;
}

.info_2 {
width:440px;
height:200;
color:#111;
font-size:10pt;
}

.infotext {
float:left;
padding:15px 0px 0px 10px;
color:#333;
}

#rechts_mitte {
text-align:justify;
padding:5px 0px 5px 5px;
line-height:18pt;
color:#DFD9CA;
}

#li {
float:left;
width:37px;
}
#re {
float:left;
width:370px;
padding-top:4px;
color:#444;
font-weight:bold;
}

#footer {
border-top:3px solid #fff;
}

.fotos_opac {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

/* ##################### */
/* ##### STYLES ######## */
/* ##################### */

/* Grunlegende Seiteneigenschaften */
body {
background-color:#dfd9ca;
color: #000;
font-size:10pt;
font-family:arial,helvetica,sans-serif;
}

/* Listen */
ul,li {
line-height:14pt;
}

h1 {
margin:0px;
padding:0px;
font-size:14pt;
}

/* Überschriften */
.headline {
padding:0px 3px 0px 15px;
background-color:#EDAEC1;
color:#fff;
font-size:11pt;
text-transform:uppercase;
}

.headline2 {
color:#dfd9ca;
font-size:10pt;
text-transform:uppercase;
}

.border {
height:1px;
background-image:url(../bilder/hint_border.gif);
background-position:center middle;
background-repeat:repeat-x;
margin-top:15px;
}

.small {
font-size:8pt;
font-weight:normal;
}

/* ##################### */
/* ##### FORMULARE ##### */
/* ##################### */

.form {
background-color:#ae9a81;
border:0px;
color:#fff;
font-weight:bold;
font-size:10pt;
width:120px;
border:1px solid #efefef;
}
.form2 {
background-color:#ae9a81;
border:0px;
color:#fff;
font-weight:bold;
font-size:10pt;
width:250px;
border:1px solid #efefef;
}

.form_textarea{
background-color:#ae9a81;
border:0px;
color:#fff;
font-weight:bold;
font-size:11pt;
overflow:auto;
margin:4px 0px 0px 5px;
}

.button {
background-color:#ae9a81;
border:1px solid #efefef;
color:#fff;
font-size:10pt;
}
.checkbox {
border:0px;
}

/* ###################### */
/* ##### L I N K S ###### */
/* ###################### */
a, a:active, a:visited {
font-size:10pt;
color:#333;
text-decoration:none;
}
a:hover {
color:#fff;
text-decoration:underline;
}

a.navi, a:active.navi, a:visited.navi {
font-size:10pt;
text-transform:uppercase;
font-weight:bold;
color:#fff;
text-decoration:none;
}
a:hover.navi{
color:#DFD9CA;
font-weight:bold;
}

a.quick_navi, a:active.quick_navi, a:visited.quick_navi {
font-size:10pt;
color:#333;
text-decoration:underline;
}
a:hover.quick_navi{
color:#fff;
text-decoration:none;
}

a.quick_navi2, a:active.quick_navi2, a:visited.quick_navi2 {
font-size:10pt;
color:#dfd9ca;
text-decoration:underline;
}
a:hover.quick_navi2{
color:#fff;
text-decoration:none;
background-color:#edaec1;
font-weight:bold;
}


a.h1_link, a:active.h1_link, a:visited.h1_link {
font-size:16pt;
color:#333;
text-decoration:none;
}
a:hover.h1_link{
color:#333;
text-decoration:none;
font-weight:bold;
}
/* ###################### */
/* #### TICKER-STYLE #### */
/* ###################### */

#ajaxticker1{}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}


/* ###################### */
/* #### INFO- FENSTER ### */
/* ###################### */

.modalDialog_transparentDivs{	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	/* Transparency */
	background-color:#333;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #ae9a81;	
	padding:3px;
	z-index:100;/* Always needed	*/
	color:#f1efe8;
	position:absolute;	/* Always needed	*/
	background-color:#ae9a81;	/* White background color for the message */
	background-image:url(../bilder/hint_information.gif);
	background-repeat:repeat-x;
	background-position:center top;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#222;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;	/* Transparency */	
}


/* ###################### */
/* #### CLEAR 	      ### */
/* ###################### */
.clear
{
	height:1px;
	overflow:hidden;
	clear:both;
}