/*
Name:		Site.css
Zweck:		Container, Aufbau, Layout
Ersteller:	PH
=============================
*/


/*
Allgemeine Styles
=================================================== */
html, body {
	height:100%;
}
body {
	color:#fff;
	background:url(../images/layout/mmp_theme.jpg) #000 fixed left bottom no-repeat;
}
div#htwLogo {
	width:100%;
	height:65px;
	background:url(../images/layout/top-white.gif) top left #000 repeat-x;
}

p {
	margin-bottom:16px;
}
.clear {
	clear:both;
}
.invisible{
	display:none;
}

h1 {
	display:block;
	text-indent:-9999px;
}

h2 {
	padding-bottom:20px;
}

/*
Container
=============================
*/

div#sitecontainer {
	width:100%;
    position: relative; 
    min-height: 100%;
}

div#htwLogo a {
	display:block;
	width:217px;
	height:65px;
	background:url(../images/layout/htw_logo.gif) no-repeat;
}
div#mmpLogo {
	background:url(../images/layout/mmp_logo.jpg) #000 center no-repeat;
	width:100%;
	height:115px;
}
div#mmpLogo span {
	display:none;
}

div#maincontainer {
	width:1000px;
}
div#navigation {
	width:100%;
	padding-bottom:50px;
	text-align:center;
	background:#000;
}
div#content-container {
	width:100%;
	padding-bottom:55px;
}

div#left {
	float:left;
	width:370px;
	min-height:200px;
	background:#000;
	padding-bottom:10px;
}
div#subnav-container {
	background:#000;
}
div#footer {
    position: relative; 
    background: #555; 
    height: 35px;  
    margin-top: -35px;
	width:100%;
	border-top:1px solid #181818;
	background: url(../images/layout/footer_bg.png) left top repeat;
}

div#footer span {
	padding:5px 10px 0 74px;
}

/*
Hauptnavigation
=============================
*/
ul#navPrimary {
	margin:0 auto;
	padding:0 0 0 230px;
	list-style:none;
}
ul#navPrimary li {
	display:block;
	float:left;
	padding:3px 30px;
	margin:0;
}

/*
Sekundaer Navigation
=============================
*/
ul#navSecondary {
	width:220px;
	list-style:none;
	margin:0 auto;
}
ul#navSecondary li {
	background:#1d1d1d;
	text-align:right;
	line-height:1em;
}
ul#navSecondary li.current {
	background:#333;
}
ul#navSecondary li a {
	display:block;
	width:211px;
	padding:3px 6px 3px 3px;
}

div#mediaCat {
	margin:0 auto;
	width:210px;
	background:url(../images/layout/cat-arrow.jpg) left no-repeat;
	padding-left:10px;
}

/*
Suchformular
=============================
*/
div#search {
	margin:0;
	padding-bottom:30px;
	background:#000;
	padding-bottom:30px;
}
div#search form#searchForm {
	margin:0 auto;
	width:210px;
	background:#333;
	padding:5px;
}
div#search form#searchForm fieldset {
	margin:0;
	padding:0;
	border:none;
}
div#search form#searchForm fieldset label {
	float:left;
	width:50px;
	margin:0;
	padding:2px;
	text-align:left;
}
div#search form#searchForm fieldset input {
	float:left;
	width:100px;
	border:none;
	padding:3px;
	background:#A8A8A8;
}
div#search form#searchForm fieldset input.submit {
	width:40px;
	margin-left:5px;
	padding:2px;
	float:left;
	border:none;
}

/*
Neuste Einträge
=============================
*/

div#newEntries {
	background:#333;
	width:210px;
	margin:0 75px;
	padding:5px;
}
div#newEntries h3 {
	border-bottom:1px solid #555555;
}
div#newEntries div.entry {
	border-bottom:1px solid #555555;
	padding:3px 0;
}
div#newEntries div.last {
	border-bottom:none;
}