/*** Globale Definitionen ***/
body {
  background:       url(../images/back_body.png) repeat-y;
	background-color: #FFFFFF;
	color:            #333333;
	font-family:      "Trebuchet MS",Verdana,Arial,sans-serif;
	margin:           0px;
	min-width:        750px;
	padding:          2px;
}

#container{
  background: url(../images/trennung_gr.png) 208px 0% repeat-y;
	text-align: left;
	width:      100%;
}

#logo{
	float:         left;
	height:        81px;
	width:         200px;
	padding-right: 8px;
	padding-top:   4px;
}

#header{
	height:       81px;
	margin-right: 0px;
	margin-left:  218px;
	padding-top:  4px;
}

#sabine{
  position: absolute;
  right:    0px;
  top:      0px;
}

#amenu{
	float:       left;
	margin-left: 27px !important;
	margin-left: 23px;
	width:       165px;
}

#infoline{
	background:       url(../images/back_infoline.png) repeat-x;
	background-color: #CCCCCC;
	margin-left:      212px;
	margin-right:     0px;
	padding-left:     8px;
}

#kategories{
	float:       left;
	height:      402px;
	margin-left: 10px !important;
	margin-left: 5px;
	width:       35px;
}

a.gelb         {display:block; background-image:url(../images/yellow.png); width:35px; height:106px;}
a.gelb:hover   {background-image:url(../images/yellow_hover.png);}
a.blue         {display:block; background-image:url(../images/blue.png); width:35px; height:106px;}
a.blue:hover   {background-image:url(../images/blue_hover.png);}
a.green        {display:block; background-image:url(../images/green.png); width:35px; height:106px;}
a.green:hover  {background-image:url(../images/green_hover.png);}
a.search       {display:block; background-image:url(../images/search.png); width:35px; height:40px;}
a.search:hover {background-image:url(../images/search_hover.png);}

#menu{
  background:          url(../images/back_submenu_gr.png) repeat-y;
	background-position: right;
	border-top:          1px solid #404040;
	border-bottom:       1px solid #404040;
	float:               left;
	font-size:           14px;
	padding-left:        2px !important;
	padding-right:       8px !important;
	width:               153px;
}

#kopf{
	background:    url(../images/back_content1.png) repeat-x;
	border-bottom: 1px solid #404040;
	height:        148px;
	margin-bottom: 0px !important;
	margin-bottom: -4px;
	margin-right:  0px;
	margin-left:   212px !important;
	margin-left:   209px;
	padding-left:  0px;
	padding-top:   1px;
}

#content{
	margin-left:  212px;
	margin-right: 0px;
	padding-left: 8px;
	padding-top:  2px;
	max-width:    750px;
	width:        650px;
}

#content a:link{
  color:           #21B049;
  text-decoration: none;
}

#content a:visited{
  color:           #21B049;
  text-decoration: none;
}

#content a:hover{
  color:           #21B049;
  text-decoration: underline;
}

#content a:active{
  color: #E9AD21;
}

#footer{
	background:    url(../images/back_infoline.png) repeat-x;
	background-color: #CCCCCC;
	border-bottom: 1px solid #404040;
	clear:         both;
	margin-left:   212px;
	margin-right:  0px;
	padding-left:  8px;
}

* html #header {
  position:     relative;
  margin-right: -3px;
  left:         -3px;
}





/*** Definitionen Allgemeines ***/
h1{
  font-size: 100%;
  margin:    0px;
}

p{
  margin:  0;
  padding: 0;
}

img src{
  padding:200;
  margin:200;}

ul, ol {
   margin-top:    0;
   margin-bottom: 0;
   margin-left:   1.5em;
   padding-left:  0;
}

.rahmen{
  border: 1px solid #CCCCCC;
}



/*** Definitionen der Links ***/
a:link{
  color:           #404040;
  text-decoration: none;
}

a:visited{
  color:           #404040;
  text-decoration: none;
}

a:hover{
  color:           #000000;
  text-decoration: none;
}

a:active{
  color: #000000;
}

#menu h1{
 text-align: right;
}

#menu a:link{
  color:           #404040;
  text-decoration: none;
}

#menu a:visited{
  color:           #404040;
  text-decoration: none;
}

#menu a:hover{
  color:           #000000;
  text-decoration: none;
}

#infoline a:link{
  color:           #333333;
  text-decoration: none;
}

#infoline a:visited{
  color:           #333333;
  text-decoration: none;
}

#infoline a:hover{
  color:           #21B049;
  text-decoration: none;
}







/*** Definitionen den Bereich News ***/

.outerbox {
float:   left;
padding: 3px;
width:   640px;
}

.innerbox {
background-repeat: no-repeat;
border:            1px solid #21B049;
overflow:          hidden;
padding:           0px;
width:             640px;
}

.innerbox p, h1{
  padding-left:  3px;
  padding-right: 3px;
}

.clear {
clear: left;
}
