/***************************************************************************************************
 * media = all
 **************************************************************************************************/

body{
	font-size: 15px;
	color: #333333;
	background-color: #ffffff;
}
a{
	background-color: inherit;
	text-decoration: none;
	color: #993333;
}
a:hover{
	background-color: #ffe0e0;
	text-decoration: underline;
}
a img{
	border-width: 0px;
}
#information{
	text-align: center;
	font-size: 10px;
}
#headseparator{
	display: none;
}
#footer{
	line-height: 0.3ex;
}

/***************************************************************************************************
 * media = screen
 **************************************************************************************************/

@media screen{
	body{
		padding-left: 25px;
		padding-right: 25px;
	}
	#header{
	}
	#navigator{
		float: left;
	}
	#search{
		text-align: right;
	}
	#headseparator{
		clear: both;
	}
	#container{
	}
	#menucontainer{
		width: 250px;
		float: left;
		margin-bottom: 3ex;
	}
	#maincontainer{
		margin-left: 250px;
		margin-bottom: 3ex;
	}
	#footseparator{
		clear: left;
	}
	#footer{
	}
}

/***************************************************************************************************
 * media = print
 **************************************************************************************************/

@media print{
	body{
		font-family: serif;
		color: #000000;
	}
	a{
		color: #000000;
	}
	#header{
		display: none;
	}
	.noprint{
		display: none;
	}
}

