html {overflow-y: scroll;}

body {  
line-height:160%; 
font-family: Georgia,serif;
font-size:1em; 
border:0px;
margin:0px;
padding:0px;
background-color:white;
color:#282828;
}

#name {
position:center;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
padding:20px; 
font-size:1.5em;
font-weight:bold;
text-align:center;
line-height:120%;
letter-spacing: 0,5px;
font-family: American Typewriter,Georgia,serif;
color:#606060;
}

#inhalt {
position:center;
margin-left:auto;
margin-right:auto;
max-width:800px;
}

hr {
background-color:#CCC;color:#CCC;border:#CCC;height:1px;
}

#languages {
display:none;float:left;font-size:14px; position:absolute;left:0px;top:50px;
}

#mitte{  
position:center;
max-width:800px; 
margin-left:auto; 
margin-right:auto;  
margin-top:0px; 
margin-bottom:0px; 
padding:30px;
}

#text {
min-width:200px;
margin-bottom:20px; 
}

p {    
margin-bottom:15px;
}

#menu { 
font-size:1.5em; 
line-height:140%;  
position:center;
margin-left:auto; 
margin-right:auto; 
margin-bottom:30px; 
max-width:800px;
}

.menupunkt { 
text-decoration:none;
margin-right:10px;
white-space: nowrap;
}

.menupunktactive { 
text-decoration:none;
margin-right:10px;
white-space: nowrap;
color:#c8a283;
}

#portfolio {
margin-top:20px; 
margin-bottom:15px; 
}

.shadow {
/* Schatten*/
box-shadow: 5px 5px 5px #CCC; 
/* Eckenrundung*/
-moz-border-radius:2px; /* Firefox */
-webkit-border-radius:2px; /* Chrome, Safari */
border-radius:2px; /* CSS3 */
}

.rotate {
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
}

a, a:visited, a:focus  { 
color:#666;text-decoration:none;border:0px;
}

a:hover {
color:#c8a283;text-decoration:underline;
}

h1 {  
font-size:1em;font-weight:bold;margin-bottom:12px;color:#606060;
}

.footer {  font-size:small;margin-top:20px;
}

.hue-rotate {
 -webkit-filter: hue-rotate(-15deg);filter: hue-rotate(-15deg);
}

ul {
list-style-type: none;padding: 0;margin-left: 0;margin-top:15px;margin-bottom:15px;
}

li {
list-style-type:disc;padding: 0;margin-left: 0;line-height: 260%;
}

img { 
border:0px;/* Das braucht es nur f&uuml;r Firefox extra*/
}
