BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #fffee3;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	background-color: #fffee3;

}

td,th,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	cellspacing: 10; 
	cellpadding: 20;
}


/*
Layout styles
*/

#farbe_obenlinks {
	position:absolute;
	left:0px;
	top:2px;
	height:127px;
	width:175px;
	z-index:1;
	background-color: #f5eab3;
	margin-bottom: 1px;
}


#farbe_obenmitte {
	position:absolute;
	left:176px;
	top:2px;
	height:127px;
	width:600px;
	z-index:1;
	background-color: #fffee3;
	margin-bottom: 1px;
}


#farbe_obenrechts {
	position:absolute;
	left:777px;
	top:2px;
	height:127px;
	width:200px;
	z-index:1;
	background-color: #f5eab3;
	margin-bottom: 1px;
}



#logo {
	position:absolute;
	left:480px;
	top:27px;
	height:100px;
  	width:350px;
	z-index:1;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#maincontent {
	position:absolute;
	left:176px;
	top:255px;
	width:600px;
	z-index:6;
	background-color: #f5eab3;
}

#search {
	position:absolute;
	left:0px;
	top:130px;
	width:173px;
	height:100px;
	z-index:2;
	background-color: #CC7B00;
	
}


#left {
	position:absolute;
	left:0px;
	top:255px;
	width:175px;
	background-color: #fffee3;
}

#right {
	position:absolute;
	left:777px;
	top:255px;
	width:205px;
	z-index:7;
	background-color: #fffee3;
}

#right2 {
	position:relative;
	left:-9px;
	top:0px;
}

#anschrift {
	position:absolute;
	left:777px;
	top:520px;
	width:240px;
}

#helpdesk {
	position:absolute;
	left:2px;
	top:520px;
	width:160px;
}
#header {
	position:absolute;
	left:175px;
	top:130px;
	width:286px;
	height:100px;
	z-index:3;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}


#slogan {
	position:absolute;
	left:461px;
	top:130px;
	width:155px;
	height:100px;
	z-index:4;
	background-color: #CC7B00;
	background-image: url(../images/slogan2.jpg);
	background-repeat: no-repeat;
}

#strichweiss_1 {
	position:absolute;
	left:616px;
	top:130px;
	width:1px;
	height:100px;
	background-color: #ffffff;
}

#slogan2 {
	position:absolute;
	left:617px;
	top:130px;
	width:182px;
	height:100px;
	background-color: #CC7B00;
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
}

#strichweiss_2 {
	position:absolute;
	left:776px;
	top:130px;
	width:1px;
	height:100px;
	background-color: #ffffff;
}

#strichweiss_3 {
	position:absolute;
	left:977px;
	top:130px;
	width:1px;
	height:100px;
	background-color: #ffffff;
}

#menu {
	position:absolute;
	left:776px;
	top:130px;
	width:1px;
	height:100px;
}


.button {
	border: 1px solid #ffffff;
	color: #ffffff;
	background:transparent;
	font-size: 11px;
}

.button_dunkel {
	border: 1px solid #000000;
	color: #000000;
	background:transparent;
	font-size: 11px;
}

.button_dunkel:hover {
	border: 1px solid #ff4000;
	color: #ff4000;
	background:transparent;
	font-size: 11px;
}

.button:hover {
	color: #eadfa9;
	border: 1px solid #eadfa9;
}


/* END OF LAYOUT STYLES */
hr
 {
color: #ccc;
background-color: #ccc;
height: 1px;
width: 100%;
}


a:link, a:visited
{
color: #CC7B00;
text-decoration  : none;

}
a:hover 
{
text-decoration: none;
color: #ff4000;
}
a.category:link, a.category:visited
 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
  color            : #CC7B00;
  font-weight      : normal;
}
a.category:hover 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color            : #ff4000;
}
.mainlevel 
{

  }
  
a.mainlevel:link, a.mainlevel:visited
{
 	background: url(../images/menu_bullet.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 10px;
	color: #000000;
	text-align: left;
	height: 18px !important;
	width: 100%;
	text-decoration: none;
  	text-indent: 12px;
  	margin-left: 5px;

}

a.sublevel:link, a.sublevel:visited {
 	background: url(../images/menu_bullet.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 10px;
	color: #000000;
	text-align: left;
	height: 18px !important;
	width: 100%;
	margin-left: 10px;
	text-decoration: none;
  	text-indent: 12px;
}  


a.mainlevel:hover, a.sublevel:hover
 {
 	background-position: 0px -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 10px;
	color: #ff4000;
	text-align: left;
	height: 18px !important;
	width: 100%;
	text-decoration: none;
  	text-indent: 12px;

}
a.mainlevel-bottom:link, a.mainlevel-bottom:visited, a.mainlevel-bottom:hover
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#active_menu, a#active_menu:link, a#active_menu:visited {
 	background-position: 0px -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
	display: block;
	vertical-align: middle;
	font-size: 10px;
	color: #ff4000;
	text-align: left;
	height: 18px !important;
	width: 100%;
	text-decoration: none;
 	text-indent: 12px;
	}

table.moduletable 
{
	width            : 100%;
	margin-bottom    : 5px;
	font-weight: normal;
}
table.moduletable th
 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	background-image:url(../images/horline.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	display: block;
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
	text-align: left;
	height: 20px !important;
	width: 98%;
	text-indent: 10px;
}

.newsflash 
{
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #00467A;
  text-transform   : uppercase;
}
.frameheader 
{
  font             : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : none;
  color            : #ADC1D2;f3b75b
}
.poll
 {
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 15px
}

.inputbox
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-indent: 5px;

	background-image: url(../images/input_hell.png);
	background-repeat:repeat-x;
	background-position:top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.textarea {
	background-image: url(../images/input_hell_area.png);
	background-repeat:repeat-x;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

} 


.inputbox_dunkel
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 5px;

	background-image: url(../images/input_dunkel.png);
	background-repeat:repeat-x;
	background-position:top;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.contentpane 
{
	padding-left     : 0px;
	padding-right    : 0px;
}


table.contentpaneopen 
{

	padding-left: 15px;
	color: #999999;
	width:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.buttonheading
{
vertical-align:top;
}
.componentheading
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	text-indent: 3px;
}



.contentheading
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #CC7B00;
	font-size: 18px;
	padding-bottom: 30px;
}

.contentheadingstartpage
{
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight : bold;
}


.contentdescription 
{
	font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #333333;
	text-align       : left;
	white-space: nowrap;
}
.category 
{
  color            : #999999;
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
}

.sectiontableheader 
{
  font-weight: bold;
  background: #f0f0f0;
}
.sectiontablefooter 
{
}

.sectiontableentry1 

{
	background-color : #eadfa9;
}

.sectiontableentry2
 {
	background-color : #f9f9f9;
}

.small 
{
  font-family      : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #7492AB;
  text-decoration  : none;
  font-weight      : normal;
  
}

.smalldark 
{
  font-family      : Verdana, Arial, Helvetica, sans-serif;

  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}			

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
  align:right;

}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  
    color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
ul 
	{
	}

li {
	list-style-image: url(../images/arrow.png);
	}
.readon {
	background-image: url(../images/readon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.latestnews {
	line-height: 13px;
	padding-bottom: 4px;
	color:#333333;
}

