body {
	
}
td {
	color:#4E5558;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	color:#858C8F;
	font-size:14px;
	font-weight: bold;
}
.small {
	font-size:11px;
	letter-spacing: 1px;
	font-weight: normal;
}
.honk {
	font-size:14px;
	font-weight: normal;
}
.green {
	color: #0D6B3C;
}
.blue {
	color: #145F94;
}
.darkred {
	color:#971619;
}
.black {
	color:#000000;
}
.imgborder {
	border: 1px solid #cccccc;
}
#logo_micro {
	position:absolute;
	left: 20px;
	bottom: 20px;
	width: 70px;
	height:48px;
}
/**************************************************************************/
/******************* DIVs ***********************************************/
/**********************************************************************/
/************** link DIVs zum wechseln zwischen Vermessung.- und Infosysteme *************/
#change {
	z-index:99;
	position: absolute;
	left: 6px;
	bottom: 20px;
}
 
/************** content pic, klein oben rechts ************************/
#pic {
	position:absolute;
	left: 732px;
	top: 209px;
	width: 200px;
	height:150px;
}
/************** pic, gross schwach zu sehen, rechts neben content ************************/
#pic2 {
	position:absolute;
	left: 850px;
	top: 209px;
	width: 150px;
	height:300px;
}
/****************** logo im head oben rechts wenn page!=home *******************/
#logo_or {
	position:absolute;
	left: 630px;
	top: 20px;
	width: 200px;
	height:150px;
}
/******************************************************/
#dotsright {
	overflow: auto;
	scrollbars: no;
	position: absolute;
	left: 849px;
	top: 209px;
	width: 1px;
	}
/********************** content ******************************/
.title {
	background-image: url('../gfx/title_bgr.gif');
	background-repeat: no-repeat;
	height: 20px;
	vertical-align: middle;
	padding-left: 24px;
	font-weight: bold;
}
.content {
	padding-left: 24px;
	padding-right: 20px;
}
/**************************************************************************/
.bgrsubnavi {
	background-image: url('../gfx/bgr_subnavisenkr.gif');
	background-repeat: repeat-y;
}
/********************** normaler content link **********************************/
a {
	color: #0D6C3C;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:1px;
}
a:link {
	color: #0D6C3C;
}
a:visited {
	color: #0D6C3C;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0D6C3C;
}
/************************ subnavi link ************************************/
a.subnavi {
	font-weight: normal;
	padding-left: 16px;
	font-size:11px;
	letter-spacing:1px;
}
a.subnavi:link {
	color: #656D71;
}
a.subnavi:visited {
	color: #656D71;
}
a.subnavi:hover {
	background-image: url('../gfx/bgr_subnavi.gif');
	background-repeat: no-repeat;
	color: #971619;
}
a.subnavi:active {
	color: #971619;
}

a.subnavi_on {
	color: #971619;
	font-size:11px;
	font-weight: normal;
	letter-spacing:1px;
	background-image: url('../gfx/bgr_subnavi.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
	
}
a.subnavi_on:link {
	color: #971619;
}
a.subnavi_on:visited {
	color: #971619;
}
a.subnavi_on:hover {
	color: #971619;
}
a.subnavi_on:active {
	color: #971619;
}

/************** footer link *************************************/
a.footer {
	font-size: 11px;
	font-weight: normal;
}
a.footer:link{
	color: #A9A9A9;
}
a.footer:visited{
	color: #A9A9A9;
}
a.footer:hover {
	color: #8A8A8A;
}
a.footer:active{
	color: #A9A9A9;
}
/***************************** li **********************************/
ul {
	list-style-type: square;
	line-height: 18px;
}

/*********************** formular ******************************/
input, textarea, option {
	letter-spacing:1px;
	font-size:11px;
	border: 1px solid #cccccc;
}
.form {
	width:180px;
}
