/* Projekt p50495--style-21.css LVM Stand 11.03.2009 */


body, html {
	text-align:center;
	margin:0px;
	padding:0px;
	height: 100%; 
	width: 100%;
	color: #555555;
	background-color: #ffffff;
}

img {border: 0px;}

p  {	
	margin-top: 10px;
	margin-bottom: 10px;
}


H4  {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #ff6633;
	font-weight:bold;
	font-style:normal;
	font-family: arial, verdana, sans-serif; 	
}


H6  {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #ff6633;
	font-weight:normal;
	font-style:normal;
	font-family: arial, verdana, sans-serif; 	
}

/********** BEGIN: Absatz (über Editor) **********/

.align-center	{
	text-align: center;
}

.align-right	{
	text-align: right;
}

.align-left	{
	text-align: left;
}

/********** END: Absatz (über Editor) **********/


/********** BEGIN: Text (über Editor) farbig darstellen **********/

.important {
	color: #ff0000;
}

.name-of-person {
	color: #4D8CAD;
}

.detail {
	color: #666666;
	font-size: 11px;
  	font-family: arial, verdana, sans-serif;
  	line-height: normal;
}

/********** END: Text (über Editor) farbig darstellen **********/


/********** BEGIN: Rahmen für Bilder **********/

#body_22 #content-allgemein dl.csc-textpic-image {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 1px;
	
}

#body_20 #content-allgemein dl.csc-textpic-image {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 1px;
	/*-moz-border-radius: 3px;*/
}

/********** END: Rahmen für Bilder... **********/


/*** Fotogalerie ***/
#body_70 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-bottom: 3px;
}

a:link{color:#cc0000; TEXT-DECORATION:underline}
a:visited{color:#cc0000; TEXT-DECORATION:underline}
a:hover{color:#cccccc; TEXT-DECORATION:none}
a:active{color:#cccccc; TEXT-DECORATION:none}


/********** BEGIN: Seiteninhalt-Überschrift H3 formatieren ********/

.csc-header-n1 h3  {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #4D8CAD;
	font-family: arial, verdana, serif; 	
}

#content-allgemein  h3 {
	font-size: 12pt;
	color: #4D8CAD;
}

/********** END: Seiteninhalt-Überschrift H3 **********/

#container {
	position: relative;
	margin: 0 auto;
	/*width: 820px;*/
	width: 100%;
	min-height: 100%;
	text-align: left;
	background: #FFFFFF;
}

* html #container {
	height: 100%;
}

#logo  {
	position: absolute;
	width: 313px;
	height: 88px;
	top: 10px;
	left: 217px;
	background: url('images/grafik-2113.gif') no-repeat;
	z-index:0;
}

#bgheader {
	position: absolute;
	/*width: 760px;*/
	width: 820px;
	/*height: 140px;*/
	top: 105px;
	left: 0px;
	margin:0;
	padding:0;
	z-index:0;
}

#headerpic {
	margin-left:217px;
	margin-top: 0px;
	width: 603px;
	height: 140px;
	z-index:0;
}

#header_pic  {
	width: 603px;
	height: 153px;
	margin-top:0px;
	margin-left: 0px;
	padding:0px;
}

#titletext  {
	position: absolute;
	width: 306px;
	height: 13px;
	top: 280px;
	left: 217px;
	z-index:0;
}

/****************************************** BEGIN: Menue links ***/
	  
#menulinks {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 200px;
	text-align: right;
	overflow: hidden;
	z-index: 4;
}

	  
#menulinks a{
	color:#808080;
	font-size: 12px;
	font-weight: normal;
	line-height:2.50;
	font-family: arial, verdana, arial, sans-serif;
	text-decoration:none;
	display:block;
}


#menulinks a:hover{
	color:#ff0000;
}

#menulinks a.level1-no {
	font-size: 12px;
	font-weight: normal;
	padding-right: 0px;
	background: #ffffff;
	background-position: right;	
}


#menulinks a.level1-act {
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	color: #ff0000;
}


#menulinks a.level2-no {
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	line-height:1.6;
	background: url(images/grafik-2111.gif) transparent no-repeat;
	background-position: 184px;
}


#menulinks a.level2-act {
	font-size: 11px;
	font-weight: normal;
	color:#ff0000;
	padding-right: 20px;
	line-height:1.6;
	background: url(images/grafik-2110.gif) transparent no-repeat;
	background-position: 184px;
}

#menulinks a.level3-no {
	font-size: 11px;
	font-weight: normal;
	padding-right: 40px;
	line-height:1.6;
	background: url(images/grafik-2110.gif) transparent no-repeat;
	background-position: 164px;
}


#menulinks a.level3-act {
	font-size: 11px;
	font-weight: normal;
	color:#ff0000;
	padding-right: 40px;
	line-height:1.6;
	background: url(images/grafik-2110.gif) transparent no-repeat;
	background-position: 164px;
}

/***************************************** END Menue links ***/

/******************************BEGIN: Menue oben ***/
	  
#headermenu {
		position: absolute;
		left: 678px;
		top: 82px;
		z-index: 3;
}
	  
#headermenu a.oben-no {
    color:#808080;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    font-family: arial, verdana, sans-serif;
}	

#headermenu a:hover {
    color:#ff0000;
}

/***************************************** END Menue oben ***/

/***************************************** BEGIN: Content allgemein ****/
#content-allgemein  {
	position: absolute;
	top: 325px;
	left: 217px;
	width: 450px;
	min-height: 350px;
	line-height: 16px;
	border: 0px none;
	background-image:url(images/bg2101.gif);
  	background-repeat:no-repeat;
  	background-position:70px 0px;
	font-size: 12px;
  	font-family: arial, verdana, sans-serif;
}

#body_12 #content-allgemein,
#body_25 #content-allgemein,
#body_62 #content-allgemein,
#body_70 #content-allgemein
{ background-image: none;}

* html #content-allgemein {
	height: 350px;
}


#content-allgemein H6 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#content-allgemein li {
	margin-left: -10px;
}

/*************************************** END: Content allgemein ****/


#content-window-normal  {
	position: absolute;
	left: 245px;
	top: 0px;
	width: 210px;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
  	font-family: arial, verdana, sans-serif;
  	color:#666666;
  	
}


#content-window-links  {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 210px;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: #ffffff;
	text-align: left;
	font-size: 12px;
  	font-family: arial, verdana, sans-serif;
	color:#666666;
}


#content-rand {
	position: absolute;
	left: 685px;
	width: 135px;
	top: 278px;
	line-height: normal;
	/*color:#444444;*/
	border: 0px none;
	background: #ffffff;
	font-size: 11px;
  	font-family: arial, verdana, sans-serif;
}


/**************************************** Anfang Kontaktformular anpassen */

fieldset {
margin-left: -10px;
  padding: 0em;
  font-size: 11px;
  font-family: arial, verdana,sans-serif;
  border:0px;
}

fieldset.csc-mailform label {
  width: 150px;
  font-size: 11px;
  padding: 0px 5px 0px 10px;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

fieldset.csc-mailform input, textarea {
  margin-bottom: 5px;
  background-color : #f9f9f9;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  font-size: 11px;
}


#mailformformtype_mail {
  margin-left: 171px;
  padding : 0px;
  background-color : #F5FAF3;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
}

/********** IE-Fix: ****************/
* html #mailformformtype_mail {
	margin-left: 159px;
}

/************************************* Ende Kontaktformular anpassen */

/*******************************************  BEGIN: Login Box ***/

DIV.tx-newloginbox-pi1 {

        background-color: transparent;
        color: #000000;
        font-family: Verdana, Tahoma, sans-serif;
        font-size: 11px;
        text-decoration: none;
        margin-left: 10px;
        margin-top: 20px;
}

/*Ausrichten der Überschriften*/

DIV.tx-newloginbox-pi1 H3 {
         margin-left: 4px;
         background-color: transparent;
         color: #000000;
         font-family: Arial, Verdana, Tahoma, sans-serif;
         font-size: 11px;
         font-weight: bold;
         text-decoration: none;
}

/*Ausrichtung der Texte*/

DIV.tx-newloginbox-pi1 P {
         margin-left: 4px;
}

DIV.tx-newloginbox-pi1 TABLE {
         margin-top:0px;
         padding-top:0px;
         width: 100px;
         margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR TD P {
         margin-top:0px;
         padding-top:0px;
         margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR TD {
        margin-top:0px;
        padding-top:0px;
        margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TR {
        margin-top:0px;
        padding-top:0px;
        margin-left: -1px;
}

DIV.tx-newloginbox-pi1 TABLE TH {
        font-family: Verdana,  Tahoma, sans-serif;
        font-size: 11px;
}


/*Ausrichtung des Submit Buttons*/

DIV.tx-newloginbox-pi1 TABLE TR TD INPUT.tx-newloginbox-pi1-submit {
        margin-left: -1px;
        margin-top: 6px;
        border: 1px solid #000000;
        background-color: #FFFFFF;
        width: 100px;
}

/*Für den Inhalt der Eingabefelder*/

        DIV.tx-newloginbox-pi1 TABLE TR TD INPUT {
        margin-left: 0px;
        margin-top: 4px;
        border: 1px solid #4d8cad;
        background-color: #FFFFFF;
        width: 150px;
}

       DIV.tx-newloginbox-pi1 TABLE TFOOT TR TD INPUT {
        margin-left: 0px;
        margin-top: 4px;
        border: 1px solid #4d8cad;
        background-color: #e9eff3;
        width: 100px;
}


DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP {
        margin-top:0px;
        margin-left: 4px;
        padding-top:0px;
        width:100px;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP A {
        margin-top:0px;
        margin-left: 0px;
        padding-top:0px;
        width:100px;
        text-align: center;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back {
       margin-top:0px;
       margin-left: 4px;
       padding-top:0px;
       width:100px;
}

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-back A {
       margin-top:0px;
       margin-left: 4px;
       padding-top:0px;
       width:100px;
}

/*Ausrichtung des Usernamens, wenn angemeldet*/

DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-username {
       margin-left: 4px;
       margin-top:0px;
       padding-top:0px;
       width:50px;
       text-align: center;
}

/*******************************************  END: Login Box ***/


