/* CSS Document */

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color:#EFDDB0;
	scrollbar-3dlight-color : #DDCA9A;
	scrollbar-arrow-color : #DDCA9A;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #DDCA9A;
	scrollbar-track-color : #F5EAD0;
	

}

td.hgbodytopleft{

	background-image:url(../img/hg_body_top_left.jpg);

	background-position: top right;

	background-repeat:no-repeat;

}

td.hgbodyleft{

	background-image:url(../img/hg_body_left.jpg);

	background-position: top right;

	background-repeat:no-repeat;

}

td.hgbodyright{

	background-image:url(../img/hg_body_right.jpg);

	background-position: top left;

	background-repeat:no-repeat;

}

td.hgbodytopright{

	background-image:url(../img/hg_body_top_right.jpg);

	background-position: top left;

	background-repeat:no-repeat;

}

td.linecontent{

	background-color:#CC0000;

}

td.hgcontent{

	background-color:#FFFFFF;

}

td.hgcontentmiddle{

	background-image:url(../img/hg_content_middle.jpg);

	background-repeat:no-repeat;

	background-color:#EFDDB0;

}

td.hgnavleft{

	background-image:url(../img/hg_nav_left.jpg);

	background-repeat:repeat-y;

}

td.hgnavright{

	background-image: url(../img/hg_nav_right.jpg);

	background-repeat:repeat-y;

}

td.hgcontentleft{

	background-image:url(../img/hg_content_left.jpg);

	background-repeat:repeat-y;

}

td.hgcontentright{

	background-image:url(../img/hg_content_right.jpg);

	background-repeat:repeat-y;

}

td.hgnav{

	background-image:url(../img/hg_nav.jpg);

	background-repeat:repeat-y;

}

td.left{

	font-family:Tahoma, Arial, Verdana;

	font-size:10px;

	color:#B48518;

	line-height:16px;

}

/*Hauptnavigation erweiterbar */

ul.menu {

	margin-left: 0px;

	padding-left: 0px;

	width: 148px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

}

ul.menu li {

	list-style-type: none;

	width: 148px;

	padding-left: 0px;

	background-image: url(../img/hg_menu.jpg);

	background-repeat: no-repeat;

	list-style-image: none;

}

ul.menu li a {

	font-family: Tahoma, Arial, Verdana;

	font-size: 11px;

	color: #B48518;

	text-decoration: none;

	display: block;

	width:148px;

	height: 22 px;

	line-height: 22px;

	margin-left: 0px;

	padding-left: 0px;

	list-style-image: none;

	text-indent: 15px;

	font-weight: normal;

}

ul.menu li a:link {

	background-image: url(../img/hg_menu.jpg);

	background-repeat: no-repeat;

}

ul.menu li a:visited {

	background-image: url(../img/hg_menu.jpg);

	background-repeat: no-repeat;

}

ul.menu li a:hover {

	color: #CC0000;

	background-image: url(../img/hg_menu.jpg);

	background-repeat: no-repeat;

	font-weight: bold;

}

ul.menu li a:active {	/* doesn't work when reloaded */

	background-image: url(../img/hg_menu.jpg);

	background-repeat: no-repeat;

}

/*Subnavigation */

ul.submenu {

	margin-left: 0px;

	padding-left: 0px;

	width: 148px;

	margin-top: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

	background-color:#FBF2DF;

}

ul.submenu li {

	list-style-type: none;

	width: 148px;

	padding-left: 0px;

	background-image: url(../img/hg_submenu.jpg);

	list-style-image: none;

	background-repeat: no-repeat;

}

ul.submenu li a {

	font-family: Tahoma, Arial, Verdana;

	font-size: 11px;

	color: #34437C;

	text-decoration: none;

	display: block;

	width: 148px;

	height: 20px;

	line-height: 20px;

	margin-left: 0px;

	padding-left: 0px;

	list-style-image: none;

	text-indent: 15px;

	font-weight: normal;

}

ul.submenu li a:link {

	background-image: url(../img/hg_submenu.jpg);

	background-repeat: no-repeat;

}

ul.submenu li a:visited {

	background-image: url(../img/hg_submenu.jpg);

	background-repeat: no-repeat;

	text-decoration: none;

}

ul.submenu li a:hover {		

	color: #CC0000;

	background-image: url(../img/hg_submenu.jpg);

	background-repeat: no-repeat;

	font-weight: normal;

}

ul.submenu li a:active {	/* doesn't work when reloaded */

	background-image: url(../img/hg_submenu.jpg);

	background-repeat: no-repeat;

	text-decoration: none;

}

form {

	margin: 0px;

	padding: 0px;

}



INPUT, CHECKBOX, OPTION {

	border : 1px solid #F4DEAC;

	border-bottom : 1px solid #F4DEAC;

	border-color : #F4DEAC;

	background: #FFFFFF;	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color:#B48518;

	margin: 0px;

	padding: 0px;

}

td.button INPUT, CHECKBOX, OPTION {

	border-top: 0px;

	border-right: 0px;

	border-bottom: 0px;

	border-left: 0px;

}

select {

	border : 1px solid #F4DEAC;

	border-bottom : 1px solid #F4DEAC;

	border-color : #F4DEAC;

	background: #FFFFFF;	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color:#B48518;

	line-height:16px;

}

TEXTAREA {

	border : #F4DEAC;

	border-bottom : 1px solid #F4DEAC;

	background: #FFFFFF;

	border-color : #F4DEAC;

	border-left : 1px solid #F4DEAC;

	border-right : 1px solid #F4DEAC;

	border-top-color : 1px solid #F4DEAC;

	border-bottom-color : #F4DEAC;

	background-repeat : repeat-x;

	border-top : 1px solid #F4DEAC;

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color:#B48518;

	line-height:16px;

}

/*content */

td.content{
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color:#7A8996;
	line-height:16px;
}

strong{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

	font-weight: bold;

	text-decoration: none;

}

td{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

}

table{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

}

span{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

}

font{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

}

p{	font-family: Tahoma, Arial, Verdana;

	font-size:11px;

	color:#7A8996;

	line-height:16px;

}
.hervorgehobengruen{	
	color:#139670;
}
.hervorgehobengruen strong{	
	color:#139670;
	font-weight:bold;
}
.hervorgehobenlila{	
	color:#7f0687;
}
.hervorgehobenlila strong{	
	color:#7f0687;
	font-weight:bold;
}
.hervorgehobenorange{	
	color:#d77f0c;
}
.hervorgehobenorange strong{	
	color:#d77f0c;
	font-weight:bold;
}
.hervorgehobenblau{	
	color:#0682ea;
}
.hervorgehobenblau strong{	
	color:#0682ea;
	font-weight:bold;
}

h1{

	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	color:#B48518;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2{

	font-family: Tahoma, Arial, Verdana;
	font-size:17px;
	color:#B48518;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3{

	font-family: Tahoma, Arial, Verdana;
	font-size:15px;
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h3 a{

	font-family: Tahoma, Arial, Verdana;
	font-size:15px;
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h3 a:link{

	font-family: Tahoma, Arial, Verdana;
	font-size:15px;
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

hr{

	border-top-width: 1px;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #F4DEAC;

	height: 1px;

}

a{	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color: #CC0000;
	line-height: 16px;
	text-decoration: none;
}

a:link{	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color: #CC0000;
	line-height: 16px;
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:hover{
	color:#B48518;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	font-weight: normal;
}



td.contentklein{
	font-family: Tahoma, Arial, Verdana;
	font-size:10px;
	color:#7A8996;
	line-height:16px;
}
td.contentklein a{	font-family: Tahoma, Arial, Verdana;
	font-size:10px;
	color: #CC0000;
	line-height: 16px;
	text-decoration: none;
}

td.contentklein a:link{	font-family: Tahoma, Arial, Verdana;
	font-size:10px;
	color: #CC0000;
	line-height: 16px;
	text-decoration: none;
}
td.contentklein a:active{
	text-decoration: none;
}
td.contentklein a:hover{
	color:#B48518;
	text-decoration: none;
}
td.contentklein a:visited{
	text-decoration: none;
	font-weight: normal;
}



td.content ul{

	margin: 0 0 9 10;

	padding: 0 0 0 4;

	font-family: Tahoma, Arial, Verdana;

	list-style-image: url(../img/li.gif);

	background-image: none;

}

td.content li{	

	font-family: Tahoma, Arial, Verdana;

	padding-bottom: 1px;

	background-image: none;

}

img{

	margin: 0px;

	padding: 0px;

	border: 0px none;

}

td.footer{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #D6B47F;

	text-decoration: none;

}

td.footer a{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #D6B47F;

	text-decoration: none;

}

td.footer a:link{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #D6B47F;

	text-decoration: none;



}

td.footer a:active{

	text-decoration: none;

}

td.footer a:hover{

	color:#86622B;

	text-decoration: none;

	font-weight: normal;

}

td.footer a:visited{

	text-decoration: none;

}

td.breadcrumbs{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color:	#DBBE96;

}

td.breadcrumbs strong{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #DBBE96;

	font-weight:bold;

}

td.breadcrumbs a{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #DBBE96;

	text-decoration: none;

}

td.breadcrumbs a:link{	

	font-family: Tahoma, Arial, Verdana;

	font-size:10px;

	color: #DBBE96;

	text-decoration: none;



}

td.breadcrumbs a:active{

	text-decoration: none;

}

td.breadcrumbs a:hover{

	color:#B48518;

	text-decoration: none;

	font-weight: normal;

}

td.breadcrumbs a:visited{

	text-decoration: none;

}
td.info BUTTON {
	border : 0px solid #DDCA9A;
	border-bottom : 0px solid #DDCA9A;
	border-color : #DDCA9A;
	background: #FFFFFF;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/kalender.gif);
	font-size:10px;
	color: #DDCA9A;
	margin: 0px;
	padding: 0px;
}
