/** Alle (Ungeordnet)*/

/* ||||||||||||||||||||||||||||||||||||||| global styles  ||||||||||||||||||||||||||||||||||||||| */

body {
	font-size:12px;
	font-family: Monospace;
	text-align:center;
	margin: 0px;
        color:#080C29;
        background:white;
 }


#linklist {
 list-style:none;
 padding:0px;
 margin:0;
 text-align: justify;
}

#linklist li {
 font-size: 11px; 
 display: inline; 
  line-height: 15px;
}

textarea {
  width:100%;
}

.error {
  color:red;
}

a {
         text-decoration:none;          
        color:Red;
}

a:hover {
  text-decoration:underline;
 color:Black;
}

#image {
 border:1px Red solid;
}

#subnavigation {
list-style-image:url(../images/design/dot_red.gif);
}

h1 {
  margin:0;
  padding-top:160px;
  padding-left:250px;
 font-size:30px;
}


#main {
 font-family: Monospace;
  width:880px;
  height:536px;
  margin:0 auto;
 text-align:left;
 overflow:visible;
  background-repeat:no-repeat;
 background-image:url(../images/design/background.jpg);

}

#navigation {
  clear:both;
  width:170px;
  float:left;
  margin-right:30px;
  text-align:right;
}

#title {
 padding-top:160px;
 font-size:30px;
 font-weight:bold;
 padding-left:250px;
}

#content {
  float:left;
  width:600px;
  margin-top:20px;
}

/*
list-style-image:url(../images/design/dot.gif);*/

#navigation ul {
 padding:0; 
 margin:0;
 list-style-type:none;
}

#navigation li {
 padding:0;
 display:block;
 width:100%;
}

#navigation a {
 font-size:13px;
 display:block;
}


