/* FONT STYLES */
body *, body, td, p, div, span {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans serif;
/*	text-align: justify;*/
	text-align: left;
}

h1, .contentHeading {
	color: #008200;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	padding-top: 0px;
}

a {
	color: #008200;
	text-decoration:none;
	font-size: 13px;
}
	
a:hover {
	color: #5B5B5B;
	text-decoration:none;
	font-size: 13px;
}

a#home {
	width: 18px !important;
	height: 16px !important;
	background-image:url(../imagesBuerg/home.jpg);
}
a#home img {
	width: 18px !important;
	height: 16px !important;
	border:0px;
}
a#home:hover {
	background-image:url(../imagesBuerg/home_over.jpg);
}

/*a:visited {
	color: #3D3BA0;
}*/

/* MASTER STYLES */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	vertical-align: center; /* center for IE */
	height: 100%;
	width: 100%;
}



div#text-short {
	
	border: 0px solid white;
	position: absolute; 
	top: 40px;
	left: 30px;
	width: 300px;
	height: 300px;
	padding: left;
	margin: 0 auto; /* center for non IE */
}

div#text-long {
	
	border: 0px solid white;
	position: absolute; 
	top: 40px;
	left: 30px;
	width: 410px;
	height: 300px;
	padding: left;
	margin: 0 auto; /* center for non IE */
}


div#content {
	border: 0px solid white;
	width: 738px;
	height: 590px;
	padding: auto;
	margin: 0 auto; /* center for non IE */
}

table#content-tbl {
	width: 100%;
	height: 100%;
}

table#content-tbl td {
	width: 100%;
	height: 100%;
	vertical-align: center;
	text-align: center;
}



/* TOP */

div#logo {
	height:54px;
	/*width: 287px;*/
	background-image:url(../imagesBuerg/logo.gif);
	top: 0px;
	background-position: right;
	background-repeat: no-repeat;
}

div#top {
	height:118px;
	width: 100%;
	background-image:url(../imagesBuerg/top.jpg);
	top: 0px;
	position: relative;
	border-width: 1px 1px 0px 1px;
	border-color: #6d6d6d;
	border-style: solid;
}


/* =========================================== 
		navigation
   =========================================== */
	
	a#navi {
		padding: 0px 2px 0px 2px;
		color: #5B5B5B;
		text-decoration:none;
		font-size: 13px;
	}
		
	a#navi:hover {
		color: #008200;
		text-decoration:none;
		font-size: 13px;
	}

	.navi-on {
		color: #008200;
		font-size: 13px;
	}

	div#navi-left {
		position:absolute;
		left: 30px;
		bottom: 9px;
		margin: 0px;
		padding: 0px;
		z-index: 102;
	}

	div#navi-right {
		position:absolute;
		right: 10px;
		bottom: 9px;
		list-style:none;
		margin: 0px;
		padding: 0px;
		z-index: 101;
	}

/* END TOP */


div#slave {
	position:relative;
	border-width: 1px 1px 1px 1px;
	height: 378px;
	width: 738px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #6d6d6d;

}

div#pic3-img {
	position: absolute;
	height: 357px;
	width: 109px;
	top: 10px;
	left: 350px;
	border: 0px solid #008200;
}

.img-border {
	border: 1px solid #008200;
	margin-bottom: 12px;
}

div#kat-img {
	position: absolute; 
	background-image:url(../imagesBuerg/kat_sonder.jpg);
	height: 378px;
	width: 292px;
/*	float:right;*/

	left: 446px; 
	border: 0px solid red;
}

* html div#kat-img {
/*	width: 292px;*/
	left: 444px; 
}


div#slave-content {

/*	overflow: auto;*/
	padding: 0px 20px 0px 30px;
	/* we have to set text-align because of the centering in body */
	text-align: left;
	padding-top: 10px;
	height: 378px;
}

div#dcon {}

div#dcon a {
	font-size: 10px;
	color: #6d6d6d;
	text-decoration: none;
	padding-top: 2px;
	width: 100%;
	text-align: left;
	float:right;
}

/*INDEX*/

div#index {
	border-width: 1px 1px 1px 1px;
	height: 500;
	width: 738px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #6d6d6d;
	position:relative;
}

div#img-index {
	margin-top: 90px;
	margin-left: 12px;
	background-image:url(../imagesBuerg/index.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 738px;
}

div#language {
	font-size: 22px;
	font-weight: none;
	color: #008200;
	text-align: right;
	margin-right: 26px;
}

/*END INDEX*/

/*Forms*/



.inputBox {
	border: 1px solid #008200;
  height: 25px; 
  width: 200px;
	padding-right: 20px;
}

.myinputBox {
	border: 1px solid #008200;
  height: 25px; 
  width: 300px;
	padding-right: 20px;
}



.RightTd {
	border: 0px solid #008200;
  height: 25px; 
  width: 200px;
	padding-right: 20px;

	text-align: left; 
}

.myRightTd {
	border: 0px solid #008200;
  height: 25px; 
  width: 300px;
	padding-right: 20px;
	padding-top: 2px; 
	text-align: left; 
}

.inputArea {
	border: 1px solid #008200;
	height: 120px; 
	width: 100%; 
}

.textABox {
	border: 1px solid #008200;
	height: 120px; 
	width: 100%;
}


.myinputArea {
	border: 1px solid #008200;
	height: 120px; 
	width: 300px; 
}

.mytextABox {
	border: 1px solid #008200;
	height: 120px; 
	width: 300px;
}



.button { 
	background-color:#FFFFFF; 
	color:#008200; 
	font-weight:normal; 
	font-size:12px;
  font-family:Arial, Helvetica, Verdana;
	border: 1px solid #008200;
	text-align: center; 
}




/*End Forms*/
