/* DATEI: image4u.css*/

body.norm  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #bed8d7;
	color : #ffffff;
	margin-left : 2;
	margin-top : 2;
}


.contentbig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	background-color : #ffffff;
	height: 500px;
	border-left: 1px solid #0c0468;
	border-right: 1px solid #0c0468;
	border-bottom: 1px solid #0c0468;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : transparent;
}

.navigation {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #dddddd;
}

.ListSelect  {
		background-color: #1D459C; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF; 
		font-weight: normal;
		text-decoration : none;
		height: 30px;
}

div.scroll {
	background-color : transparent;
	overflow : auto;
	visibility: visible; 
	position: relative; 
}