@import url("norm.css");
@import url("navigation.css");

html, body
{
height:100%;
margin:0px;
padding:0px;
background: url(../images/top_bg120.png) 0 0 repeat-x;
background-color:#f5f5f5;
font-family:arial,helvetica,verdana,sans-serif;
}

h2{
font-family:Georgia,serif,'times new roman';
font-size:18px;
color:#7e6e59;
font-weight:lighter;
line-height:24px;
padding-bottom:20px;
}

h3{
font-family:Georgia,serif,'times new roman';
font-size:14px;
color:#7e6e59;
font-weight:normal;
padding-bottom:12px;
}

p{
font-family:arial,helvetica,verdana,sans-serif;
font-size:13px;
line-height:18px;
color:#333333;
padding-bottom:20px;
}

a{
font-family:arial,helvetica,verdana,sans-serif;
font-size:13px;
color:#777;
font-weight:normal;
text-decoration:none;
}

a:hover{
text-decoration:none;
}


#content a:hover{
text-decoration:underline;
}

#site{
position:relative;
min-height:100%;
width:100%;
overflow:hidden;
}

#center{
width:980px;
margin: 0 auto;
padding-top:95px;
padding-bottom:83px;
text-align:center;
background: url(../images/kopf.jpg) top center no-repeat;
}

#nav{
width:980px;
height:50px;
text-align:left;
}

#nav_left{
width:20px;
height:50px;
margin:0px;
padding:0px;
float:left;
background-image: url(../images/nav_bg_left.png);
}

#nav_right{
width:20px;
height:50px;
margin:0px;
padding:0px;
float:left;
background-image: url(../images/nav_bg_right.png);
}

#content{
position:relative;
clear:both;
width:920px;
text-align:left;
padding:30px;
}

#content_left{
width:460px;
text-align:left;
float:left;
}

#content_right{
width:460px;
text-align:left;
float:left;
}

#gallerie_links{
clear:both;
padding:10px 10px 10px 0px;
}

#innentextlink{
position:relative;
top:60px;
left:220px;
font-family:Georgia,serif,'times new roman';
font-size:12px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
}

#innentextlink:hover{
text-decoration:underline;
}

#aussentextlink{
position:relative;
top:60px;
left:220px;
font-family:Georgia,serif,'times new roman';
font-size:12px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
}

#aussentextlink:hover{
text-decoration:underline;
}

#leinwandtextlink{
position:relative;
top:30px;
left:220px;
font-family:Georgia,serif,'times new roman';
font-size:12px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
}

#leinwandtextlink:hover{
text-decoration:underline;
}

.clearit{
clear:both;
}


/*--- Gallerie ------------------------------------------------------ */
#gallerie{
position:absolute;
display:none;
width:99.99%;
height:99.99%;
margin:0;
padding:0;
background: #000000;
z-index:1;
}

#gallerie_navigation{
position:absolute;
width:930px;
height:30px;
overflow: hidden;
display:none;
font-size:12px;
background:url(../images/gallery_nav.gif);
line-height:30px;
opacity: 0.9; 				/* Webkit und Opera  */
-moz-opacity: 0.9; 			/* Mozilla Browser */
filter:alpha(opacity=90);	/* Internet Explorer */
z-index:2;
}

#gallerie_navigation a{
font-size:12px;
color:#333333;
padding-left:30px;
line-height:30px;
text-decoration:none;
}

#gallerie_navigation a:hover{
text-decoration:underline;
}

#gallerie_bilder{
position:absolute;
width:930px;
height:400px;
overflow: hidden;
display:none;
z-index:2;
}

#gallerie_beschreibung{
position:absolute;
width:900px;
height:30px;
overflow: hidden;
display:none;
padding-left:30px;
font-size:12px;
background:url(../images/gallery_desc.gif);
line-height:30px;
opacity: 0.9; 				/* Webkit und Opera  */
-moz-opacity: 0.9; 			/* Mozilla Browser */
filter:alpha(opacity=90);	/* Internet Explorer */
z-index:2;
}

#next_button{
position:absolute;
width:40px;
height:40px;
top:180px;
right:0px;
background:url(../images/next.png) no-repeat;
opacity: 0.4; 				/* Webkit und Opera  */
-moz-opacity: 0.4; 			/* Mozilla Browser */
filter:alpha(opacity=40);	/* Internet Explorer */
z-index:4;
}

#next_button_area{
position:absolute;
width:400px;
height:400px;
top:0px;
right:0px;
z-index:3;
}

#next_button_visible{
position:absolute;
width:40px;
height:40px;
top:180px;
right:0px;
background:url(../images/next.png) no-repeat;
opacity: 0.8; 				/* Webkit und Opera  */
-moz-opacity: 0.8; 			/* Mozilla Browser */
filter:alpha(opacity=80);	/* Internet Explorer */
z-index:5;
}

#prev_button{
position:absolute;
width:40px;
height:40px;
top:180px;
left:0px;
background:url(../images/prev.png) no-repeat;
opacity: 0.4; 				/* Webkit und Opera  */
-moz-opacity: 0.4; 			/* Mozilla Browser */
filter:alpha(opacity=40);	/* Internet Explorer */
z-index:4;
}

#prev_button_area{
position:absolute;
width:400px;
height:400px;
top:0px;
left:0px;
z-index:3;
}

#prev_button_visible{
position:absolute;
width:40px;
height:40px;
top:180px;
left:0px;
background:url(../images/prev.png) no-repeat;
opacity: 0.8; 				/* Webkit und Opera  */
-moz-opacity: 0.8; 			/* Mozilla Browser */
filter:alpha(opacity=80);	/* Internet Explorer */
z-index:5;
}

#close_button{
position:fixed;
width:40px;
height:40px;
top:30px;
right:30px;
background:url(../images/close_button.png) no-repeat;
opacity: 0.6; 				/* Webkit und Opera  */
-moz-opacity: 0.6; 			/* Mozilla Browser */
filter:alpha(opacity=60);	/* Internet Explorer */
visibility: hidden;
z-index:5;
}

#close_button_visible{
position:fixed;
width:40px;
height:40px;
top:30px;
right:30px;
background:url(../images/close_button.png) no-repeat;
opacity: 0.8; 				/* Webkit und Opera  */
-moz-opacity: 0.8; 			/* Mozilla Browser */
filter:alpha(opacity=80);	/* Internet Explorer */
z-index:4;
}


/*--- Slider ---------------------------------------------------------------------*/
#slider{
position:absolute;
height:83px;
bottom:0px;
margin:0;
padding:0;
overflow:hidden;
z-index:0;
}

#flying1{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon1.jpg) no-repeat;
}

#flying2{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon1.jpg) no-repeat;
}

#flying3{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon2.jpg) no-repeat;
}

#flying4{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon2.jpg) no-repeat;
}

#flying5{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon3.jpg) no-repeat;
}

#flying6{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon3.jpg) no-repeat;
}

#flying7{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon3.jpg) no-repeat;
}

#flying8{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon2.jpg) no-repeat;
}

#flying9{
position:absolute;
width:1920px;
height:83px;
overflow:hidden;
background: url(../images/flycon1.jpg) no-repeat;
}

/*-------------Kontaktformular -----------------------------*/
#kontakt{
font-family:arial,helvetica,verdana,sans-serif;
font-size:12px;
color:#333333;
border: 1px solid #7e6e59;
padding:10px;
}

#kontakt input, textarea{
margin-bottom:10px;
}

.errors{
color:#993333;
}


/*-------------Klassen -------------------------------------*/
.gmainlink{
font-family:Georgia,serif,'times new roman';
font-size:16px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
display:block;
border-bottom:1px dashed #999999;
padding-bottom:5px;
}

.gmainlink:hover{
text-decoration:underline;
}

.kategorien{
margin-top:5px;
font-family:Georgia,serif,'times new roman';
font-size:14px;
color:#7e6e59;
padding:0px 0px 3px 0px;
}

.gsublink{
font-family:Georgia,serif,'times new roman';
font-size:12px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
padding-right:11px;
}

.gsublink:hover{
text-decoration:underline;
}

.presse{
font-family:Georgia,serif,'times new roman';
font-size:14px;
color:#7e6e59;
font-weight:normal;
border-bottom:1px dashed #999999;
margin-bottom:12px;
padding-bottom:0px;
}

.presselinkvor{
float:left;
font-family:Georgia,serif,'times new roman';
font-size:14px;
color:#7e6e59;
font-weight:normal;
padding-right:30px;
text-decoration:none;
}

.presselinkvor:hover{
text-decoration:underline;
}

.presselinkzurueck{
float:left;
font-family:Georgia,serif,'times new roman';
font-size:14px;
color:#7e6e59;
font-weight:normal;
padding-right:30px;
text-decoration:none;
}

.presselinkzurueck:hover{
text-decoration:underline;
}

.linkallgemein{
font-family:Georgia,serif,'times new roman';
font-size:12px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
}

.linkallgemein:hover{
text-decoration:underline;
}

.partnerlinks{
font-family:Georgia,serif,'times new roman';
font-size:16px;
color:#7e6e59;
font-weight:normal;
text-decoration:none;
border-bottom:1px dashed #999999;
padding-bottom:5px;
margin-top:10px;
margin-bottom:20px;
display:block;
}

.partnerlinks:hover{
text-decoration:underline;
}

.videos{
margin-bottom:50px;
}


#facebook a{
    position:absolute;
    top: 502px;
    right:388px;
    width:35px;
    height:35px;
    background:url('../images/facebook.png');
    cursor:pointer;
}

#wordpress a{
    position:absolute;
    top: 502px;
    right:343px;
    width:35px;
    height:35px;
    background:url('../images/wordpress.png');
    cursor:pointer;
}