/*Css Style wurden in 4 Bereiche aufgeteilt*/
/*  logo                : rechts oben höhe 100x Breite 150 pixeel*/
/*  header              : oben in der Verlängerung vom logo */
/*  menue               : wird in der menue.css bearbeitet*/
/*  foote               : Bereich unten*/
/*  skv-hauptfenster    : das passiert das geschen*/
/* es werden nur die Positionen bestimmt*/
/* Text definitionen über die classen*/
/*  skv-font1*/
/*  skv-font2*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*positionen der bestandteiel*/
body {
 /* margin:2px;*/
  color : rgb(77 , 82 , 140);
  font : 10pt verdana , geneva , lucida , "lucida grande" , arial , helvetica , sans-serif;
  width: 1000px;
  margin-left: 20px;
/*  margin-right: 100px;*/

 }
 /* menue links */

.logo  {
	position : absolute;
	top : 5px;
	left : 5px;
	width : 150px;
	height : 100px;

	Background-color : rgb(239 , 242 , 247);
    background-image: url(../_bilder/hintergrund/Klogo150100.jpg);
    background-repeat: no-repeat;
    }
.davlogo  {
	position : absolute;
	top : 108px;
	left : 25px;
	width : 100px;
	height : 50px;

/*	Background-color : rgb(239 , 242 , 200);  */
    background-repeat: no-repeat;
    }

.header  {
	position : absolute;
    top : 5px;
    left : 160px;
	width : 1000px;
    height : 150px;

    background-repeat: no-repeat;
}
.skv-hauptfenster  {
	position : absolute;
    margin-top: 20px;
	top : 160px;
	bottom : 220px;
    width: 1000px;
	left : 160px;

    background-color : #FFF9E5;
    border : 0px solid rgb(152 , 170 , 177);
	overflow : scroll;

}

.footer_tab  {
	position : absolute;
	height : 20px;
	bottom : 218px;
    z-index: 99;
    	left : 160px;
    width: 1000px;

	background : rgb(239 , 242 , 247);
	color : rgb(170 , 170 , 170);
	font-family : Arial;
	font-size : 3em;
	text-decoration : none;
}
/*-- menue horisontal -----*/
.ul_menu {
    list-style:none;
    margin:0px;
    width:100%;
    overflow:hidden;
}
.li_menu {
    float:left;
    width:230px;
}
a.menu:link, a.menu:visited {
    display:block;
    padding:0 0 0 9px;
    color:#FF00CC;
    background:#3C0;
    font-weight:600;
    line-height:30px;
    text-decoration:none;
    border:1px solid #fff;
}
a.menu:hover, a.menu:active {
    background:#FF00CC;
}
/*---- ende menue horisontal ---*/

fieldset {
	border: 1px solid black; padding: 8px; margin: 8px 0;
}
legend { font-weight: bold; }
/* Text Darstellung */
#mitglied_id0 {
width: 95%;
height: 25%;
margin-left: 2.50%;
margin-top: 3.33%;
position: absolute;
}

#mitglied_id1 {
width: 35%;
height: 25%;
margin-left: 2.50%;
margin-top: 1.33%;
position: absolute;
}

#mitglied_id2 {
width: 57.50%;
height: 25%;
margin-left: 40%;
margin-top: 1.33%;
position: absolute;
}

#mitglied_id3 {
width: 95%;
height: 25%;
margin-left: 2.50%;
margin-top: 22%;
position: absolute;
}

#mitglied_id4 {
width: 95%;
height: 45%;
margin-left: 2.50%;
margin-top: 47%;
position: absolute;
}
.kursiv_o {
font-style:oblique;
}
.ueberschrift{
font-style:italic;
}
.kursiv_i {
font-style:italic;
}
Darstellung der Links und deren dynamische sichtwiese over,visit
a:link  {
	color : #0000FF;
}

a:link:visited  {
	color : #990033;
}

a:link:hover  {
	color : #000066;
	background-color : transparent;

}

a:link:active  {
	color : #000000;
	background-color : transparent;
}
/* für Interview */
.frage{
		padding-left:5px;
		font-size: 0.8em;
		font-style:italic;
		font-family: tahoma;
		font-weight:bold;
		color: #CC9999;
	   }
.antwort{
        padding-left: 15px;
		text-align:left;
		font-size: 0.8em;
		font-family: tahoma;
		color: #3300CC;
	   }
/* für Kreatives ...  */
.kreativ {
	display:block;
    margin: 0 0 1em 1em;
	padding: 0.5em;
    font-weight:bolder;
    color:  #000033;
    background-color: transparent;
	border: 0px #ccd solid;
	border-left: 0px #ccd solid;
}
 .kreativ_bild_rechts {
	display:block;
    margin: 0 0em 1em 1em;
	padding: 0.5em;
    font-weight:bolder;
    color: #000033;
    background-color: transparent;
	border: 3px #993366 solid;
	border-left: 0px #ccd solid;
}
