@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/hg_mitlogo.jpg);
	font-family: Verdana, Geneva, sans-serif;
	height: 100%;
}

div#placer {
	width: 900px;
	background-color: #FFF;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	bottom: 1px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	position: relative;

}

#header {
	background: url(../img/layout_homepage_01.jpg) no-repeat;
	width: 900px;
	height: 90px;
	margin-bottom: 5px;
}

#nav_place {
	width: 220px;
	float: left;
}

#navigation {
	width: 220px;
	height: 235px;	
	background: url(../img/layout_homepage_04.jpg) bottom no-repeat #014596;
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#navigation ul {
	width:220px;
	position: relative;
	list-style: none;
	padding: 0;
   	margin: 0;
	left: 0;

}

#navigation li, #navigation a{
	margin: 0;
	display: block;
	padding: 2px 10px 2px 0px;
	color: #FFF;
	text-decoration:none;
}

#navigation li:hover {
	color: #000;
	background-color: #a4c5ee;
}

#navigation a:hover {
	color: #000;
}


#img_place{
	float: right;	
}

#cat_img {
	width: 675px;
	height: 250px;
}

#content {
	clear: both;
	line-height: 1.5em;
}

#title_place {
	float: left;
}

#content_title {
	width: 205px;
	padding: 15px 15px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;	
}

#small {
	font-weight: normal;	
}

#text_place {
	float: right;
}

#content_text {
	width: 645px;
	padding: 15px 15px 50px 15px;
	font-size: 12px;
}

#content_text a {
	color: #014596;
}

#footer {
	clear: both;
}

#footer_dis { display: none;}

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

