body { 
 background-color: #FEE9B4; 
 margin-left: 0px; 
 margin-right: 0px; 
 margin-top: 0px; 
 font-size: 11px; 
 font-family: verdana,arial,sans-serif; 
 color: #105895; 
}

a:link { 
 color: #000000; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:visited { 
 color: #000000; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:active { 
 color: #000000; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: underline; 
}

a:hover { 
 color: #105895; 
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none; 
}


/*---  Links ---*/
#links {

	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
       z-index: 1;
	}


/*---  Kategorie ---*/
#links2 {

	position: absolute;
	top: 122px;
	left: 780px;
	padding: 0px;
	border: 0px solid #000000;
       line-height: 16px;
	}


/*---  Seitenueberschrift ---*/
#ueberschrift {

	position: absolute;
	top: 60px;
	left: 340px;
       width: 352px;
       height: 24px;
	padding: 0px;
       z-index: 2;
}



/*---  Mitte ---*/
#content {
	position: absolute;
	top: 122px;
	left: 370px;
       width: 370px;
	padding: 0px;
	border: 0px solid #000000;
       z-index: 2;
}
body>#content {
       width: 370px;
       z-index: 2;
}


/*---  Bild1---*/
#bild1 {

	position: absolute;
	top: 85px;
	left: 520px;
       width: 263px;
	padding: 0px;
	border: 1px 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:   11px;
 color:       #105895;
 font-weight: bold;
}

/*---  ueberschrift weblogtexte  ---*/

H3 {
 font-size:   12px;
 color:       #105895;
 font-weight: bold;
 font-family: verdana,arial,sans-serif; 
 margin-top: 0px;
 margin-bottom: 2px;
}

/*---  ueberschrift kategorien  ---*/

H4 {
 font-family: verdana,arial,sans-serif; 
 font-size:   12px;
 color:       #105895;
 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:       #105895;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #105895;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #105895;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #105895;
 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;
}



