@CHARSET "UTF-8";
html, body  {
	background-color: grey;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;        
	padding: 0px;       
}

#container {
	width: 1020px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	background-color: white;
	margin-bottom: 40px;
	padding-top: 5px;
}

	#container ul li {
		list-style-type: none;
	}
 

#header {
	margin-left:40px;
	background-image:url(/skin/urmel/images/unihis/titel.jpg);
	height:55px;
	width:100%;
	background-repeat:no-repeat;
	margin-top: 10px;
}

#banner {
	height: 147px;
	width:100%;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

	#navi-below {
		float:right;
		font-size:8pt;
		font-weight:bold;
		position:relative;
		top:84%;
		right: 13px;
	}

		#navi-below a {
			border-right-style:solid;
			border-right-width:1px;
			color:white;
			text-decoration:none;
			padding-left:9px;
			padding-right: 9px;
			
		}

		#navi-below img {
			border-width:0;
			border-style:none;
		}

#content {
	width:100%;
     height:340px;
	text-decoration: none;
	color:#75B5D9;
	padding-left: 20px;
}

	.smallheader {
		font-weight: bold;
		background-color:#C5C5C5;
        height:24px;
        color:white;
        line-height:24px;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	#left {
		float:left;
        width:28%;
        height:100%;
        background-color:#E6E6E6;
		font-weight: bold;
	}
	
		.link {
			width:100%;
	        display:block;
	        height:15px;
	        line-height:15px;
	        text-decoration:none;
	        margin-top:10px;
	        margin-bottom:5px;
		}
		
		.link:hover {
			background-color:#A5A6A8;
		}
		
		.link a {
			text-decoration: none;
			color: #0086CB;
			margin-left: 10px;
		}
	
		.link a:hover {
	        color:white;
	    }
	
		.linkactiv {
			width:100%;
	        display:block;
	        height:15px;
	        line-height:15px;
	        text-decoration:none;
	        margin-top:10px;
	        margin-bottom:5px;
			background-color:#808080;
		}
		
		.linkactiv a {
			color: white;
			text-decoration: none;
			margin-left: 10px;
		}
		
		.menu {
			padding: 0px;
		}

	#middle {
		width:28%;
		height:100%;
		background-color:#E6E6E6;
		float:left;
		margin-left:2%;
		font-weight: bold;
	}

		#submenu {
			height:32%;
			width:100%;
		}
		

		#imgcont {
			height: 50%;
			width:100%;
		}		
		
		.head {
			color: #808080;
			padding-left:10px;
			font-size: 10px;
			line-height: 20px;
		}
		
		#images {
			height: 48%;
			border-top-style: solid;
			border-top-color: #808080;
			border-top-width: 1px;
			padding-left:10px;
			padding-top: 10px;
		}		
		
			#images div {
				overflow: hidden;
			}

			#images img {
				border:none;
			}

			#pic1 {
				float: left;
				width:70px;
				height:70px;
			}

			#pic2 {
				float:left;
				margin-left: 10px;
				width:70px;
				height:70px;
			}

			#pic3 {
				float:left;
				width:70px;
				height:70px;
				margin-left:10px;

			}

			#pic4 {
				float:left;
				clear:left;
				width:70px;
				height:70px;
				margin-top:10px;

			}

			#pic5 {
				float:left;
				width:70px;
				height:70px;
				margin-left: 10px;
				margin-top:10px;
			}

			#pic6 {
				float:left;
				width:70px;
				height:70px;
				margin-left:10px;
				margin-top:10px;
			}

	#right {
		width:36%;
		height:100%;
		background-color:#E6E6E6;
		float:left;
		margin-left:2%;
		overflow: auto;
		color:#000000;
		margin-right: 40px;
	}
		
		#wrapper {
			width: 100%;
			height: 8%;
		}

		#text {
			padding-left: 4%;
			padding-right: 4%;
			padding-bottom: 1%;
			overflow: auto;
			height: 86%;
		}
