/* CSS Document */


body {
color:#000;
font-size:85%;
padding: 0; margin: 0;
 font-family:  Arial, sans-serif; 
 line-height: 1.5em;

}

h1{

color:#333;
text-transform:uppercase;
display:none;
font-family: trebuchet ms, verdana, arial, tahoma;
font-size:160%;

}
#content h2{
color:#333333;
font-size:120%;
font-family: trebuchet ms, verdana, arial, tahoma;}
#content a:link
{color:#FFFFFF;
font-weight:bold;
text-decoration:underline;}
#content a:hover
{color:red;
background-color:white;
text-decoration:none;
border:1px dashed red;}

/* Struktur.............................................................. */



#wrapper{
width:100%;
margin: 0 auto; 
padding: 0px;
text-align:center;}

#header{
height:60px;
}
#header h1
{font-size:30px;
width:360px;
padding-top:5px;
padding-bottom:5px;
border-top:4px double red;
border-bottom:4px double red;
visibility:visible;
display:block;
color:#000;}
#contentbig{

text-align:left;
width:100%;}

.line {
border-bottom: 1px dashed #cc0000; 

}

/* SNavigation............................................................... */

#nav{
display:none;
}

#inside{

margin: 0px;
padding:30px 0 0 20px;
list-style-type: none;

}


#inside a:link, #inside a:visited {

text-decoration: none;
width:130px;

}


#inside li a {  

color:#fff;
font-weight:bold;
display: block;
font-size:12px;
width:130px;
padding: 5px 0px 5px 15px;
background:url(../images/arrow.gif) left center no-repeat;
text-decoration: none;

}


/* content............................................................... */
#content{    
float: right;
color:#000;
width:auto;
padding-top:10px;
text-align: left;
}
#content ul
{list-style-image:url(../images/lis.gif);}

#textbox
{float:right;
color:#000;
}
#content p, li
{line-height:30px;}
#bildbox
{}
#bildbboxbreit
{width:620px;}
.eisenbau
{font-weight:bold;
font-family:"Trebuchet MS", Verdana, Tahoma;
color:#CCCCCC;
text-transform:capitalize;}
/* footer............................................................... */

#footer {

width: 550px;
margin-top:80px;
}


#footer p{

padding:2px 10px 2px 15px;
font-size: 11px;

}


#rights a { 

color:#fff;


}

#rights a:hover { 

color:#666666;


}



#footer span{

font-weight: bold;

color: #669900;

}

/* SLIDESHOW */
#slideshow {
display:none;}
#slideshow img {
display:none;
}
#slideshow img.start {
display:block;
}
#slideshow2 img {

display:none;
}
#slideshow2 {
display:none;
}

#logobild
{
display:none;
}
#logobild img {
display:none;
}
td.bildunterschrift, .bildunterschrift{
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}


#content a.screen, a.screen:visited {

position:relative; 
text-decoration:none;
z-index:1;
}
#content a.screen strong {
position:absolute;
visibility:hidden; /* hide the image */
width:167px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:1px solid silver; /* add a border */
left:0px; /* position:the image */
margin-top:20px;
}
#content a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
#content a.screen:hover strong {
visibility:visible; /* make the image visible */
height:auto; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
text-decoration:none;
}
#content a.screen:hover strong img 
{

border:0; /* remove the link border */
}
