html, body {
	height : 100%;
	width : 100%;
}

body {
	background-color : #336386;
	margin : 0px;
	padding : 0px;
	text-align: center;
}

td {
	vertical-align: top;
}

ul {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	list-style-type: none;
}



/*
	text
	----------------------------------------------*/

a, div, input, p, td {
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

p {
	font-size: 10px;
	line-height: 17px;
	margin-left: 20px;
}



/*
	text - navigation
	----------------------------------------------*/
a {
	color: #7D4A04;
	font-weight: normal;
	text-decoration : none;
}

a:visited {
	text-decoration : none;	
}

a:hover {
	color: #D86D08;
}





/*
	design
	----------------------------------------------*/

#container {
	_height : 100%;
	margin: 0 auto;
	min-height : 100%;
	text-align: center;
	width:  753px;
}


/*  container for mainpart  */
#mainpart {
	width: 557px;
}


/*  content in mainpart  */
#mainpart .Content {
	padding: 0px 40px 20px 10px;
}


/*  container for menu  */
#left {
	background: url(/fileadmin/template/images/backmenu.gif) repeat-y;
	width: 211px;
}




/*  design and navigation: buttons  */

.Button {
	background: url(/fileadmin/template/images/button.gif) no-repeat;
	height: 24px;
	width: 211px;
}

.Button .Pos {
	padding: 3px 0px 4px 40px;
}

.Button a, .Search a {
	color: White;
	font-size: 10px;
}

.Button a:visited, .Search a:visited {
	color: White;
	text-decoration : none;
}

.Button a:hover, .Search a:hover {
	color: #FFE101;
	text-decoration : none;
}



/*  design: search  */

.Search {
	background: url(/fileadmin/template/images/button-search.gif) no-repeat;
	height: 47px;
	width: 211px;
}

.Search input {
	background-color: #85BCEA;
	border: 1px solid #336386;
	color: White;
	font-size: 10px;
	height: 17px;
	width : 107px;
}

.Search .Pos {
	padding: 14px 0px 0px 28px;
}





/*  design and navigation: navigation  */

.Navigation {
	border-bottom: 1px dashed #333333;
	font-size: 10px;
	height: 15px;
	width: 520px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 4px;
}

.Navigation a {
	font-size: 10px;
}





/*  design: foot  */

#foot {
	font-size: 10px;
	height: 42px;
	width: 100%;
	background: url(/fileadmin/template/images/foot.gif) no-repeat;
	text-align: right;
}

#foot a {
	font-size: 10px;
}

#foot .Content {
	padding: 4px 30px 0px 0px;	
}
