/*css by Beate Bodendorf*/

* { padding: 0; margin: 0; }

html { height: 101%; }

body {
   background-color:#001e59;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.3;
}

h1 {
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

p, li {
    margin-bottom: 0.2em;
}

ul {
	margin-top: 0.2em;
}

img {
    border: 0;
}


.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/*Wrapper*/

#wrapper {
    width: 980px;
    min-height: 530px;
    color: black;
    background-color: #fff;
    margin: 10px auto;    /*zentrieren*/
    position: relative;
}

/*Navibereich*/

#navibereich {
	width: 950px;
	height: 25px;
	background-color: #f7f7f7;
	background-image: url(../grafik/menue_off.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin-top: 0.2em;
    margin-bottom: 0;
    padding-left: 30px;
}

#navibereich ul {
	margin-left: 40px;
	margin-top: 0;
}

#navibereich li {
	width: 140px;
	z-index: 1;
    float: left;
    list-style-type: none;
    list-style-position: inside;
	position: relative;
}

#navibereich li ul {  /* Pulldown-Menue ausgeblendet */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
}

#navibereich li:hover ul {  /*einblenden*/
	display: block;
	margin: 0;
}

#navibereich li:hover ul li { /*Untermenüs*/
	width: 140px;
	margin: 0;
}

#navibereich a {
	display: block;
	height: 17px;
	color: #26424e; /*stark dunkelblau*/
    font-weight: normal;
    text-decoration: none;
    background-color: #cccccc;
    background-image: url(../grafik/menue_off.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 4px 10px;
    margin: 0;
	border-top: 0;
	border-right: 1px solid #44b0cf; /*türkis*/
}




#navi_home_aktiv a {  /*home schaltfläche linker Rand*/
	border-left: 1px solid #44b0cf; /*türkis*/
    color: #44b0cf; /*türkis*/

}  
#navi_home a {    /*Den aktuellen Navigationspunkt Hauptnavi hervorheben:*/
	border-left: 1px solid #44b0cf; /*türkis*/

}


#navibereich a:hover,
#navibereich a:focus {
    color: #44b0cf; /*türkis*/
   	margin: 0;
}


#navi_aktiv a {    /*Den aktuellen Navigationspunkt Hauptnavi hervorheben:*/
    color: #44b0cf;        /*türkis*/
}

#navibereich .unavi a {       /*Den nicht aktuellen Navigationspunkt in Unternavi :*/
    color: #26424e;
}

#navibereich .unavi a:hover,   /*Hoververhalten in Unternavi*/
#navibereich .unavi a:focus {
    color: #44b0cf; /*türkis*/
   	margin: 0;
}


/*Textbereich*/

#druckansicht { display: none; }

#textbereich {
    width: 940px;
    color: #26424e; /*stark dunkelblaue Schrift*/
	background-color: #fff;
    padding: 20px;
}

#textbereich a:link,
#textbereich a:visited   {    /*Links im Textbereich gestalten*/
    color: #44b0cf; /*türkis*/
	text-decoration: none;
    font-weight: bold;
}

#textbereich a:hover,              /*Ende Links im Textbereich gestalten*/
#textbereich a:focus {
	color: #44b0cf;
    border-bottom: 1px solid #44b0cf;
}

#werke #beschreibung a:link,
#werke #beschreibung a:visited   {    /*Links im Textbereich gestalten*/
    color: #44b0cf; /*türkis*/
	text-decoration: none;
    font-weight: bold;
}

#werke #beschreibung a:hover,              /*Ende Links im Textbereich gestalten*/
#werke #beschreibung a:focus {
	color: #44b0cf;
    border-bottom: 1px solid #44b0cf;
}


#leinwand {
    width: 600px;
    float: left;
    margin-right: 15px;
}


#textbereich .aktuelles1 {
    position: absolute;
    z-index:0;
    width: 240px;
    top: 270px;
    left: 150px;
    color: #001e59;
    font-weight: bold;
    font-size: 115%; 
}

#textbereich .aktuelles2 {
    position: absolute;
    width: 240px;
    top: 420px;
    left: 130px;
    color: #eeca11;
    font-weight: bold;
}

#textbereich .datum {
    background-image: url(../grafik/farben.png);
    background-repeat: repeat; 
}

#textbereich .aktuelles2 p {
    margin-bottom: 5px;
}

#textbereich .aktuelles2 a:link,
#textbereich .aktuelles2 a:visited {
	color: #eeca11;
    border-bottom: 1px solid #eeca11;
    font-size: 110%;
    background-image: url(../grafik/farben.png);
    background-repeat: repeat; 
}
 
#textbereich .aktuelles2 a:hover,
#textbereich .aktuelles2 a:focus {
	color: #eadd99;
    border-bottom: 1px solid #eadd99;
}

.clearing { clear: both;}

.center { 
    text-align: center;
    margin-top: 15px;
}

.text {
    margin-top: 15px;
}

label {
    display: block;
    float: left;
    width: 110px;
}

input , select {
    margin-bottom: 15px;
}

#textbereich span {
    font-weight: bold;
    font-size: 80%;
}

/*Werke Übersicht*/

#werke {
    width: 940px;
    min-height: 320px;
}

#werke #beschreibung {
    width: 400px;
    position: absolute;
    top: 200px;
    left: 520px; 
    padding-left: 10px;
    padding-right: 10px;  
}

#werke #beschreibung h3 {
    color: #001e59;
    text-align: right;
    font-size: 110%;
    margin-right: 350px;
    margin-bottom: 0.5em; 
}


#werke li {
    float: left;
    width: 110px;
    height: 110px;
    list-style-type: none;
    list-style-position: inside;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px;    
}

#werke a {  /*Links breiter machen als die Bilder, damit beim Hovern kein Text durchblitzt*/
    width: 115px;
    height: 110px;
}

  
#werke li ul { /*Unterlisten mit Vorschaubildern standardmäßig ausgeblendet*/
    display: none;  
}

#wrapper #werke a {
    text-decoration: none;
    border: none;   
}

#werke li:hover ul, #werke li:focus ul {      /*Unterliste beim Hovern einblenden*/
    width: 325px;
    display: block;
    position: absolute;
    top: 197px;
    left: 520px;   
}

/*Kurse*/

#kurse {
    width: 400px;
    float: right;
margin: 0 20px 30px 50px;
}


.beschriftung {
    width: 80px;
    float: left;
}

.kurstext { 
    margin: 15px 0 20px 0;
}

/*Grossansicht*/

#grossbild{
    width: 940px;
    height: 540px;
    padding: 20px;
    position: relative;
    background: #ccc;
}

#grossbild #zurueck {
    position: absolute;
    top: 520px;
    left: 465px;
}

#grossbild .transparent {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #000;
}

/*Atelier*/

.floatleft {
    width: 450px;
    float: left;
    margin-bottom: 30px;
}

.floatright {
    width: 450px;
    float: right;
    margin-bottom: 30px;
    margin-right: 90px;
}

.ateliertextleft {
    padding-top: 50px;
    padding-right: 500px; 
}

.ateliertextright {
    padding-top: 50px;
    padding-left: 470px;  
    padding-right: 80px;
}


/*Kontakt*/

.liste li {
    margin-left: 15px;
}

iframe { 
    width: 550px;
    float: right;
}

/*Vita*/

#vita {
    width: 300px;
    float: right;
    margin: 0 20px 30px 50px;
}

table .erstezeile {
    width: 130px;
}

table {
    border: 0;
}

/*Siegerlogo*/

#siegerlogo {
    width: 300px;
    float: right;
margin: 0 20px 30px 50px;
}


.wegbeschreibung { display: none; }

/*Impressum*/

#impressum { 
    text-align: center;
    font-size: 70%;
    padding-bottom: 30px;
    line-height: 1.8;
}

#impressum a {    
    color: #fff;       
}

