@charset "utf-8";
html {
	height: 100%;
	margin:  0px;
	padding: 0px;
}
body  {
	height: 100%;
	margin:  0px;
	padding:  0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: left;
	color: #585858;
	line-height: 18px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
#container {
	background-image:url(bg_container.gif);
	background-repeat:repeat-y;
	height: 100%;
	margin: 0px auto 0px auto;
	padding:  0px;
	width: 900px;
} 
#mainContent {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
}
#bild {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#inhalt {
	background-image:url(bg_inhalt.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 10px 25px;
	width: 450px;
	height:auto;
	float:left;
}
#minimenu {
	width: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#logo {
	width: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#textrechts {
	font-size: 11px;
	color: #7c7c7c;
}
.ueberschrift {
	font-size: 14px;
	color: #7c7c7c;
	font-weight: bold;
}
#sidebar1 {
	width: 200px; 
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	width: 200px; 
	float: right;
	margin: 0px;
	padding: 0px;
}
#sidebar2bild {
	width: 200px;
	background: #ffffff;
	padding: 25px 0px 0px 0px;
	margin: 0px;
}
#sidebar2text {
	width: 180px;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
#hauptnavigation {
	width: 200px;
	padding: 0px;
	margin: 0px;
	height: 200px;
	background-color: #9fb0c9;
}

/*#hauptnavigation .hcurrent { color:#363293; background-image: url(blau_over.gif); }*/

#blaurechts {
	width: 180px;
	background: #9fb0c9;
	padding: 140px 0px 20px 20px;
	margin: 0px;
	height: 40px;
	color: #FFFFFF;
}
.fltrt { 
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #69c;
	text-decoration: none;
}
a:link {color: #69C;}
a:visited { color: #69C; }
a:hover { color: #e53517; }
a:active { color: #e53517; }

#hauptnavigation a.hauptmenu {
	display:block;
	text-align:left;
	padding-left:20px;
	width:180px;
	height:22px;
	padding-top:3px;
	text-decoration:none;
	background-image: url(blau.gif);
}

#hauptnavigation a.hauptmenu:link    { color:#ffffff; }
#hauptnavigation a.hauptmenu:visited { color:#ffffff; }
#hauptnavigation a.hauptmenu:hover   { color:#363293; background-image: url(blau_over.gif); }
#hauptnavigation a.hauptmenu:active  { color:#363293; background-image: url(blau_over.gif); }
 
#hauptnavigation a.current_hauptmenu {
	display:block;
	text-align:left;
	padding-left:20px;
	width:180px;
	height:22px;
	padding-top:3px;
	text-decoration:none;
	color:#363293;
	background-image: url(blau_over.gif);
}

#subnavigation a.submenu {
	display:block;
	text-align:left;
	padding-left:20px;
	width:180px;
	height:22px;
	padding-top:3px;
	text-decoration:none;
	background-image: url(spacer_weiss.gif);
}

#subnavigation a.submenu:link    { color:#A5B5CD; }
#subnavigation a.submenu:visited { color:#A5B5CD; }
#subnavigation a.submenu:hover   { color:#e53517; background-image: url(spacer_weiss_over.gif); }
#subnavigation a.submenu:active  { color:#e53517; background-image: url(spacer_weiss_over.gif); }

#subnavigation a.current_submenu {
	display:block;
	text-align:left;
	padding-left:20px;
	width:180px;
	height:22px;
	padding-top:3px;
	text-decoration:none;
	color:#e53517;
	background-image: url(spacer_weiss_over.gif);
}



/***************** kontaktformular ******************************/
/*/////////////////////////////////////////////////////////////////////////////


/*  Start Forms */
#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 20px 0px 0px 50px;
}
#form {
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   border:none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
legend {
   border: 1px solid #fff;
}
Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #FF0000;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
.txt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #FF0000;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
   width: 150px;
   font-weight: bold;
   font-size: 11px;
   margin: 15px 0px 0px 0px;
   padding: 3px 0px 3px 0px;
   background-color: #eee;
   color: #333;
   text-align: center;
   border: solid 1px #999;
   cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

.formerror {
	color: red;
}
/*  Ende Kontaktforms */ 


/*//////////////////////////////////////////////////////////////////////////////*
/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}
