/*** reset *********************************************************************************/ 
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, a, blockquote, fieldset, input, label, textarea {
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th,li,label {
font-size: 1em;
font-weight: normal;
font-style: normal;
clear: both;
}

fieldset, img {
border: 0px none;
}
caption, th {
text-align: left;
}

a {  
text-decoration: none;
border-top: 0 none;
border-right: 0 none;
border-bottom: 1px transparent dotted;  
border-left: 0 none;
}

a:link, a:visited {  
text-decoration: none;
border-top: 0 none;
border-right: 0 none;
border-bottom: 1px transparent dotted;  
border-left: 0 none;
}

a:hover, a:active { 
border-top: 0 none;
border-right: 0 none;
border-bottom: 1px transparent dotted;  
border-left: 0 none;
}

li {
display: inline; 
list-style-type: none; 
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*** general *********************************************************************************/

body {
font-family: georgia;
color: #000;   
}    


h2 {
font-size: 1.25em; 
}

h4,
p,
a {
font-size: 0.8em;
line-height: 1.666em;  
}

h4 a,
p a {
font-size: 1em;    
} 

a, 
a:link,
a:hover {
color: #00b0f0;
border-bottom: 1px transparent dotted; 
}

a:hover, 
a:active { 
border-bottom: 1px #00b0f0 dotted;
} 

h5 {
    font-size: 0.9em;
    display: inline;
    padding-left: 0.5em; 
    padding-right: 0.5em; 
    padding-top: 0.1em; 
    padding-bottom: 0.2em; 
    border: 1px solid #888;    
    margin-right: -1px;
    margin-left: 0em;
    cursor: pointer; 
} 


/*** frame *********************************************************************************/ 
#frame {
position: absolute; 
margin: 0em; 
z-index: 99; 
padding-bottom: 4em; 
visibility: hidden;  
} 

#logo {   
position: fixed; 
width: 10em;
height: 14em;
right: 1.5em; 
z-index: 100;
overflow: visible; 
margin-top: 2em;
background-image: url('../img/vollprecht-back.png');
background-repeat: no-repeat;  
background-position: 1.6em -4em; 
}    

#nav_main {
padding-top: 12em;
}

#nav_main li a {
	line-height: 2em;
}

#nav_main li #pointerHome {
	margin-left: -2em;
	margin-right: 0.4em;
    vertical-align: -0.425em;
    cursor: pointer;
}

#column {
margin-top: 1.6em;
margin-left: 3em; 
z-index: 98; 
}

#screen {
position: absolute; 
padding-left: 8em;  
padding-right: 0em;
padding-top: 0em;
padding-bottom: 0em;
margin: 0;
} 

#screen img {
position: absolute;
margin-left: 0;
margin-top: 0;     
}

/*** container *********************************************************************************/ 




.container { 
clear: both;
float: left;
margin-top: 1.6em;
}

.small {
width: 20em;
}

.large {
width: 24em;
} 

.extralarge {
width: 30em;
}      

.container h4,
.container a {
float: left; 
margin-right: 0.666em;
} 

.container a.projekt:hover {
background-image: url('../img/transparent.png'); 
padding-right: 1em;
}

.container .back {
background-image: url('../img/transparent.png');
background-repeat: repeat; 
} 
  

/*** form *********************************************************************************/     

.container p.projekt img {  
    position: absolute;
    display: none;  
    margin-left: 20em; 
    padding-top: 0; 
    z-index: 0;
}

.container p.cv em { 
    display: block;
    float: right;
    width: 20em; 
    padding-bottom: 0.5em;
}
  
.container img.pointer { 
    margin-left: 1px; 
    vertical-align: -0.425em;
    cursor: pointer;
}

.container h5.select {  
    color: #00b0f0;
} 


/*** form *********************************************************************************/  

.container label {
    display:  block;
    float:  left; 
    width:  8em; 
    margin-bottom: 0.88em;
    font-size: 0.88em;
    line-height: 1.8em;
    color: #000; 
} 

.container input {
    display:  block;
    float:  left; 
    width:  24em; 
    border-top: 0px transparent solid; 
    border-bottom: 1px solid #888; 
    border-left: 0px transparent solid; 
    border-right: 0px transparent solid; 
    background-image: url('../img/transparent.png'); 
    padding: 0.5em;
}

.container input#plz{
    width:  5em; 
    margin-right: 1em; 
} 

.container input#ort{
    width:  17em; 
} 

.container input#submit {
    display:  block;
    float:  left;
    border: 0px solid transparent;
    margin-left: -1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-right: 0.4em; 
    height: 1.6em;
    width: 1.6em;  
    margin-right: 4.2em; 
}

.container .submit {
    margin-top: 2.4em;
} 

.container textarea {
    display:  block;
    float:  left; 
    width:  24em;
    height: 8em;
    border-top: 0px transparent solid; 
    border-bottom: 1px solid #888; 
    border-left: 0px transparent solid; 
    border-right: 0px transparent solid; 
    background-image: url('../img/transparent.png');
    padding: 0.5em; 
}

.container input,
.container textarea {
    font-size: 0.75em;
    font-family: courier;
    color: #555;
} 

.container .fail {
    border: 1px #CC0000 solid;
}

.container .fail_message {
    color: #CC0000;
}

/*** special *********************************************************************************/ 

