body {
  font-family:      Comic Sans MS, Tahoma, Verdana, Arial;
  font-size:        12px;
  color:            #FFEFC7;
}

a {
  font-size:        12px;
  color:            #F4BE5C;
  text-decoration:  none;
}

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

#NavigationTop {
  float:            right;
}
#NavigationTop li {
  list-style:       none;
  float:            left;
  margin:           5px;
}
#NavigationTop a {
  font-size:        12px;
  color:            #FFEFC7;
  text-decoration:  none;
}
#NavigationTop a:hover {
  color:            #F4BE5C;
  text-decoration:  underline;
}

#Footer p {
  color:            #F4BE5C;
  font-size:        11px;
  text-align:       right;
}

#Content {
  height:           407px;
  width:            760px;
  margin:           20px;
}

#Content h1 {
  font-size:        14px;
  text-decoration:  underline;
}

#Content .headline {
  font-size:        13px;
  font-weight:      bold;
  color:            #F4BE5C;
}

#Content .subheadline {
  font-size:        13px;
  color:            #F4BE5C;
}

#Content .datetime {
  font-size:        13px;
  color:            #F4BE5C;
}

#Content p {
  font-size:        13px;
}

.galerie_category {
  border:           1px;
  border-color:     #F4BE5C;
  border-style:     solid
  
}

.text {
  color:            #FFEFC7;
}

.text:hover {
  color:            #F4BE5C;
  text-decoration:  none;
}

.orange {
  color:            #F4BE5C;
}

.picture_title {
  color:            #F4BE5C;
  font-size:        12px;
}

#warning {
  width:            360px;
  border:           1px;
  border-color:     #F4BE5C;
  border-style:     solid;
  font-size:        12px;
  color:            #B61949;
  background-color: #FFEFC7;
  padding:          10px;  
  margin:           5px;
  float:            right;
}

#title {
  float:            left;
}
