body { 
background-image: url(pix/hintergrund.gif);
 background-color: #ffffff; 
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 11px; 
 font-family: verdana,arial,sans-serif; 
}

a:link { 
 color: #CCCC00; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: #CCCC00; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: #CCCC00; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none; 
}

/*---  TOP-HEADER ---*/
#top {
/*---  oben, rechts, unten, links ---*/
	position: absolute;
	top: 0px;
	left: 78px;
	padding: 0px;
	border: 0px solid #000000;
	}

/*---  top2---*/
#top2 {

	position: absolute;
	top: 35px;
	left: 370px;
       width: 419px;
	padding: 0px;
	border: 0px solid #000000;
}

/*---  Links ---*/
#links {

	position: absolute;
	top: 220px;
	left: 0px;
	padding: 0px;
	border: 0px solid #000000;
	}


/*---  Kategorie ---*/
#links2 {

	position: absolute;
	top: 300px;
	left: 700px;
	padding: 0px;
	border: 0px solid #000000;
z-index:10;
	}


/*---  Seitenueberschrift ---*/
#ueberschrift {

	position: absolute;
	top: 220px;
	left: 210px;
       width: 189px;
	padding: 0px;
	border: 0px solid #000000;
}



/*---  Mitte ---*/
#content {
	position: absolute;
	top: 280px;
	left: 210px;
       width: 800px;
	padding: 0px;
	border: 0px solid #000000;
}
body>#content {
       width: 800px;
}

/*---  Mitte 2---*/
#content2 {
	position: absolute;
	top: 350px;
	left: 400px;
       width: 800px;
	padding: 0px;
	border: 0px solid #000000;
}
body>#content2 {
       width: 800px;
}


/*---  Bild1---*/
#bild1 {

	position: absolute;
	top: 85px;
	left: 520px;
       width: 263px;
	padding: 0px;
	border: 0px solid #000000;
}


/*---  Bild2---*/
#bild2 {

	position: absolute;
	top: 350px;
	left: 210px;
       width: 263px;
	padding: 0px;
	border: 0px solid #000000;
}




/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}


/*---  Datum im weblog ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
}

/*---  ueberschrift weblogtexte  ---*/

H3 {
 font-size:   12px;
 color:       #333333;
 font-weight: bold;
 font-family: verdana,arial,sans-serif; 
}

/*---  ueberschrift kategorien  ---*/

H4 {
 font-family: verdana,arial,sans-serif; 
 font-size:   12px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #333333;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}


