/* global.css
Author: coDESIGN Dresden
Date: September 2009
*/
/* wichtige Farben
color: #b42b05; (red background)
color: #cd071e; (red text in the logo)
color: #003e89; (blue)
color: #666666; (gray)
color: #fef2e4; (cream)
*/
/* Font family and size
font-family: Verdana;
font-size: 12px; (normal text)
*/
/* Global settings */
* {
margin: 0;
padding: 0;
}

body {
border: 0;
margin: 0;
padding: 0 0 0 0;
text-align: center;
vertical-align: middle;
color: #666666;
background-color: #000000;
font-weight: normal;
font-style: normal;
font-size: 12px; /* = 9pt; */
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, label, input, textarea, select, legend, fieldset {
font-family: Verdana,Arial, Helvetica, sans-serif;
}

p, ul, ol, li, dl, dt, dd, label, input, textarea, select, legend, fieldset {
font-size: 1em;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
}

h1 {
font-size: 16px;
font-weight: bold;
padding-bottom: 1em;
color: #cd071e;
}
h2 {
font-size: 14px;
font-weight: normal;
color: #3d2406;
padding-top: 1em;
padding-bottom: 0.5em;
}
h3 {
font-size: 12px;
font-weight: bold;
}

img {
display: block;
border: none;
margin: 0;
padding: 0;
}

ul {
list-style: none;
}

dl dt {
font-weight: bold;
line-height: 1.6;
margin-top: 1.6em;
}
dl dd {
line-height: 1.6;
/* margin: 0 0 1em 0; */
}

a {
color: #8c8d8f;
}

table {
width: 100%;
}
table th, table td {
padding: 5px;
vertical-align: top;
}


.clear {
clear: left;
}
.inner {
padding: 20px;
}

.hidden {
display: none;
}

.number {
text-align: right;
}

.currency {
text-align: right;
}

/* wichtig */
.important {
color: #e87f09;
}

/* warnung */
.warning {
color: #003a81;
}

#content {
width: 764px;
height: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0;
text-align: left;
background-repeat: no-repeat;
background-color: #000000;
}

#header {
margin: 0;
padding: 0;
}


#main {
margin: 0;
margin-left: 400px;
padding-top: 20px;
width: 344px;
}

.prose {
width: 336px;
}
.prose a:hover {
color: #3d2406;
}

#main p {
line-height: 1.6;
margin: 0 0 1em 0;
text-align: left;
color: #333333;
}
#main p.listheader {
margin-left: 24px;
}


#main ul {
list-style-type: disc;
line-height: 1.6;
margin: 0 0 1em 0;
padding-left: 20px;
}
#main ul li {
line-height: 1.6;
}


#main a {
color: #333333;
}
#main a:hover, #footer a:hover {
color: #cd071e;
}

#vita #main p {
  font-size: 11px;
}

#termine #main {
  margin-left: 500px;
  padding-top: 200px;
  padding-top: 0px;
}
#termine #main .prose {
  width: 260px;
}
#termine #main p {
  font-size: 11px;
}
#termine #main ul li {
  font-size: 11px;
}
#termine #main p a:hover {
  color: #3d2406;
}

#projects #main {
  margin-left: 500px;
  padding-top: 500px;
}

#kontakt #main {
  margin-left: 500px;
  padding-top: 60px;
}
#kontakt #main .prose {
  width: 260px;
}

#kontakt #main h2 {
font-size: 18px;
font-weight: normal;
color: #3d2406;
padding-top: 1em;
padding-bottom: 0.5em;
}

form label {
  display: block;
}

#kontakt #main form {
  margin-bottom: 30px;
}

#kontakt #main form input {
  width: 230px;
}
#kontakt #main form textarea {
  width: 230px;
}
#kontakt #main form input.submit {
  width: 100px;
}

#footer {
  margin: 0;
  padding: 0;
}

#quellen ul li {
padding-top: 16px;
}
#quellen ul a {
display: block;
}


.prose ul {
list-style-type: square;
padding-left: 20px;
}
.prose ul li{
line-height: 1.6;
}

#musik #mp3nav ul.navlist {
  list-style-type: none;
  padding-left: 0px;
  position: absolute;
  margin-left: 30px;
  margin-top: 290px;
  width: 260px;
  height: 300px;
}
#musik #mp3nav ul.navlist li {
  position: static;
  width: 260px;
  height: 54px;
}
#musik #mp3nav ul.navlist li a {
  display: block;
  position: static;
  width: 260px;
  height: 54px;
}

#projects p {
  color: #999999;
}

#index ul li#n_weiter {
  position: absolute;
  margin-top: 600px;
  width: 160px;
}

#index ul li#n_weiter a:hover {
  background-image: url(../img/index_image/linie_weiterbutton.jpg);
  background-repeat: no-repeat;
  background-position: 60px 38px;
}


