div{
	font-family:Arial, Sans Serif;
	font-size:13px;
}
a{
	color:black;
}
body{
	background-color:#f0f0f0;
}
div.messagePopup{
	width:400px;
	height:250px;
	border-right:1px solid #696767;
	border-bottom:1px solid #696767;
	position:absolute;
	left:30%;
	top:20%;
	padding:3px;	
}
.header{
	border-right:1px solid #696767;
	border-bottom:1px solid #696767;
	background-color:silver;
	padding:3px;	
}
.info{
	background-color:#d0eed7;
}
.error{
	background-color:#fbeeee;
}
label{
	display:block;
	width:150px;
	float:left;
	font-family:Arial, Sans Serif;
	font-size:12px;
}
table{
	border:1px solid silver;
	border-collapse:collapse;
}
th{
	border:1px solid silver;
	background-color:silver;
	padding:3px;
	font-family:Arial, Sans Serif;
	font-family:Arial, Sans Serif;
	font-size:13px;	
}
td{
	border:1px solid silver;
	padding:3px;
	font-family:Arial, Sans Serif;
	font-size:13px;
}
.blind{
	border:0px solid white;
}
.mouseOver{
	background-color:silver;
	color:white;
}
.active{
	color:red;
}
.mainHeadline{
	width:950px;
	height:50px;
	border-bottom:1px solid silver;
	padding:10px;
	margin:10px;
	background-image:url(images/head_logo.gif);
	background-repeat:no-repeat;
}
.headMenu{
	margin-left:830px;
}
.headMenuEntry{
	width:100px;
	text-align:center;
	border:1px solid silver;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
.footMenuEntry{
	width:100px;
	background-color:white;
	float:left;
}
.sideMenu{
	padding-left:10px;
	width:150px;
	float:left;
}
.mainArea{
	width:800px;
	min-height:450px;
	margin-left:170px;
}
.footArea{
	width:800px;
	height:25px;
	margin-left:160px;
	border-top:1px solid silver;
}
.menuLevel1{
	width:150px;
	height:25px;
	padding-top:4px;
	padding-left:10px;
	background-image:url(images/menu_bg.gif);
	background-repeat:no-repeat;
}
.menuLevel2{
	width:150px;
	height:25px;
	padding-top:4px;
	padding-left:15px;
	background-image:url(images/menu_bg_2.gif);
	background-repeat:no-repeat;
}
.menuLevel3{
	width:150px;
	height:25px;
	padding-top:4px;
	padding-left:20px;	
	background-image:url(images/menu_bg_3.gif);
	background-repeat:no-repeat;
}
.menuLevel4{
	width:150px;
	height:25px;
	padding-top:4px;
	padding-left:25px;	
	background-image:url(images/menu_bg_4.gif);
	background-repeat:no-repeat;
}
.menuLevel5{
	width:150px;
	height:25px;
	padding-top:4px;
	padding-left:30px;	
	background-image:url(images/menu_bg_5.gif);
	background-repeat:no-repeat;
}
fieldset{
	min-width:600px;
	float:left;
	border:1px solid silver;
	padding:5px;
	background-color:white;
}
fieldset.fullscreen{
	width:800px;
	border:1px solid silver;
}
.klickable{
	cursor:pointer;
}
