body{
margin:0 auto;
padding:0;
color:#cccccc;
font:15px Arial,Helvetica,sans-serif;
background:#263333;
}

#container {
margin:0 auto;
padding: 5px;
}

#divup {
height:40px;
padding-top: 0px;
padding-bottom: 5px;}

#nav {
text-align:left;
list-style-type:none;
//display:inline;
height:0px;
overflow:hidden;
}

#nav li {
text-align:left;
list-style-type:none;
line-height:1.4em;
//display:inline;
}

.main{
margin:0 auto;
width: 320px;
text-align:center;
padding: 1em;
background:black;
    border: 1px solid #333;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
        border-radius: 15px;
    -moz-box-shadow: 5px 5px 10px #121212;
    -webkit-box-shadow: 5px 5px 10px #121212;
        box-shadow: 10px;
}


a {
	text-decoration:none;
	color:#b4b4b4;
}
a:hover {
	text-decoration:none;
	color:#d8d8d8;
}

/* Kontaktformular */
label.left{
text-align:left;
width:9 em;
margin-right:.3 em;
margin-top:.3 em;
}

input, textarea{
border: none; 
background: gray;
width: 200px;
border: 1px solid gray;
}

form {
font:12px Arial,Helvetica,sans-serif;
}
form br{
clear:both;
}
.center {
margin: 0 auto;
}

h1 {
font-size: 150%;
}

h2 {
font-size: 110%;
}

img {
border:none;
}

.head{
color:yellow;
}
