*
{
margin: 0;
padding: 0;
}

body
{
    background-image: url(images/page/holz.jpg);
    
    font-family: Verdana;
    font-size: 12px;
}

a, a:hover, a:active
{
    color: #000000;
    text-decoration: none;
}

#page
{
    width: 791px;
    height: 520px;
    
    margin: 0 auto;
    
    position: relative;
    top: 110px;
    
    background-image: url(images/page/main.jpg);
}

#container
{
    position: relative;
    top: 89px;
    left: 23px;
    
    width: 741px;
    height: 393px;
    
    overflow: auto;
    
    z-index: 4;
}

h3#welcome
{
	text-align: center;
	padding-right: 60px;
}

div#welcome
{
	width: 430px;
	position: absolute;
	right: 10px;
}

div#welcome p
{
	padding-left: 47px;	
	padding-top: 10px;
}

h1
{
    position: absolute;
    top: 20px;
    left: 20px;
}


#nav-main
{
    position: absolute;
    
    top: 63px;
    right: 26px;
    
    background-image: url(images/page/navseperator.png);
    background-repeat: no-repeat;
    background-position: right;
 
}

#nav-main li
{
    display: block;
    float: left; 
    
    width: 100px;
    height: 39px;
    text-align: center;

    
    background-image: url(images/page/navseperator.png);
    background-repeat: no-repeat;
    background-position: left;
    
    font-weight: bold;
    
}

#nav-main li h2
{
    margin-top: 18px;
    font-size: 10pt;
}

#nav-main li:hover
{
    background-image: url(images/page/navhighlight.png);
}

#deco img
{
   position: absolute; 
} 

#deco #right
{
    right: -105px;
    bottom: -51px;
}

#deco #bottom
{
    bottom: -92px;
    right: -1px;
}

#deco #left
{
    left: -35px;
}

#deco #top
{
    left: -38px;
    top: -99px;
}

#nav-sub
{
    width: 100%;
    height: 24px;
    background-color: #CBD7E7;
    margin-top: 10px;
    padding-top: 6px;
    
    text-align: center;
    
}
#nav-sub li
{
    display: inline;
    padding: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    
    font-weight: bold;
    font-size: 10pt;
}

#nav-sub li:hover
{
    background-color: #BFCDE1;
    
}

h3
{
    font-size: 13pt;
}
#content
{
    padding: 18px;
}

#content ul
{
    list-style-position: inline;
    padding: 8px;
    padding-left: 25px;
}

.vorschau, iframe
{
    border: 1px solid #707070;
    padding: 6px;
    background-color: #FFFFFF;
}

p
{
    padding-left: 10px;
    margin: 10px;
}

h3
{
    margin-bottom: 10px;
    font-size: 24px;
}

h4
{
    margin-bottom: 8px;
    margin-top: 10px;
}

h5
{
    margin-top: 20px;
    padding: 3px;
    font-size: 12px;
    width: 680px;
    border-bottom: 1px solid black;
    font-weight: normal;
}

form li
{
    list-style: none;
    padding: 4px;
    margin: 0;
}

form li label
{
    display: block;    
}


form ol {
  margin: 0;
  padding: 0;
}

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

form input, form textarea
{
    border: 1px solid #000000;
}

#message
{
    width: 600px;
    border: 1px solid #000000;
    height: 40px;
    margin: 10px;
    text-align: center;
    line-height: 3;
    background-color: #B2CEFF;
}

#preview_pictures
{
    text-align: center;
}
