/* DEFAULT */
BODY {
  font-family: georgia;
  line-height: 22px;
  color: #292D29;
  font-size: 12px;
  margin: 0px;
  background: url(../images/background.jpg) white repeat-y left;
}

A {
  color: #009EEF;
  text-decoration: underline;
}
A:VISITED {
  color: #009EEF;
  text-decoration: underline;
}
A:HOVER {
  color: #E61484;
  text-decoration: underline;
}

A IMG {
  border: none;
  text-decoration: none;
}

HR {
  border: none;
  border-top: 1px #9D9D9D dotted;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
}

H1 {
  display: none;
}

H2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

H2 A {
  text-decoration: none;
  color: #E61484;
}

H2 A:VISITED {
  text-decoration: none;
  color: #E61484;
}

H2 A:HOVER {
  text-decoration: underline;
  color: #E61484;
}

/* COLORS */
.c {
  color: #009EEF;
}

.m {
  color: #E61484;
}

.y {
  color: #FFE700;
}

INPUT, TEXTAREA {
  border: 1px #9D9D9D solid;
  width: 250px;
}

TEXTAREA {
  height: 150px;
}

/* DIV ALLGEMEIN */
#contentWrap {
  width: 1000px;
  margin-top: 10px; 
  position: absolute;
  margin-left: -500px;
  left: 50%;
  
}

#header {
  width: 800px;
  height: 144px;
  /*background: url(../images/header.jpg)*/
}

#content {
	width: 550px;
	float: left;
}

#rechteSpalte {
  width: 220px;
  float: right;
  margin-top: 12px;
}

#twitter_update_list  {
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	margin-top: -5px;
}

#twitter_update_list LI{
	border-bottom: 1px #9D9D9D dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


#menu {
  width: 200px;
  float: left;
}

  /* MENU STYLES*/
  #menu UL {
   padding: 0px;
   list-style: none;
   margin-left: 0px;
  }
  
  #menu UL UL{
   list-style: square;
   color: #009EEF;
  }
  
  #menu UL LI {
    background: url(../images/menu_no.gif) no-repeat;
    width: 200px;
    min-height: 50px;
    margin-bottom: 10px;        
  }
  
  #menu UL LI LI{
    background: none;  
    height: auto;
    width: auto; 
    min-height: 0px;  
    margin-left: 22px;  
  }
  
  #menu .menu_act {
    background: url(../images/menu_act.gif) no-repeat;
  }
  
  #menu .menu_font {
    color: #009EEF;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;    
    display: block;
    padding-top: 13px;  
  }
  
  #menu .menu_font A {
    text-decoration: none;
  }
  
  #menu .menu_font_kat A{
    color: #E61484;
    text-decoration: none;
  }
  
  /* ************************* */
  
#footer {
  text-align: right;
  color: #9D9D9D;
  margin-top: 40px;
  height: 150px;
  background: url(../images/footer.gif) no-repeat top;
}

.float_clear {
  clear: both;
}

/* ARTICLE */
.article {
  width: 550px;
  float: right;
}

.article H2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.article .datum {
  font-size: 12px;
  color: #9D9D9D;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.article .articleImg {
  float: left;
  margin-right: 15px;
  padding-top: 7px;
}

.article .articleTextWrap {
  margin-bottom: 20px;
}


