* {
	padding: 0;
	margin: 0;
	/*border: 0;*/
}

html, body {
	height: 100%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.hidden {
	display: none;
}


/* -------------------------------------------------------------------------------------------- */

acronym, abbr {
	cursor: help;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#rightcol a:link, #rightcol a:visited {
	/*color: #385699;*/
	color: #2a448a;
}

a:hover, a:active, #rightcol a:hover, #rightcol a:active {
	text-decoration: none;
	color: #f00;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../../files/bilder/mpi_leftcol_bg.jpg) repeat-y;
}

p {
	line-height: 1.65;
	margin-bottom: 0.8em;
}

#seiteninhalt td {
	padding: 5px;
}



/* -------------------------------------------------------------------------------------------- */
/* Gebastel */
/* -------------------------------------------------------------------------------------------- */

#rightcol li {
        list-style-position: inside;
}

#rightcol td img {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#rightcol table {
	border-color: #ccc;
	border-collapse: collapse;
}

table, 
tr, 
td {
    background-color: transparent;
    text-align: left;
}

h1, td h1 {
    margin-bottom: 0.3em;
    font-size: 180%;
}

td h1 {
    text-align: center;
}

h3, td h3 {
	font-size: 135%;
}

a img, 
.external-link-new-window {
            border: 0;
}


h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
}



/* -------------------------------------------------------------------------------------------- */
/* Layout */
/* -------------------------------------------------------------------------------------------- */

#wrapper {
	min-width: 1100px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	clear: both;
	padding-bottom: 35px;
	text-align: left;
}




#header {
	width: 100%;
	height: 119px;
	border-bottom: 1px solid #bfcbdf;
	
	overflow: hidden;
}

#headerpic {
	width: 100%;
	float: right;
	height: 120px;
	margin-bottom: -120px;
}

#logo {
	float: left;
	clear: both;
	margin-top: 27px;
	margin-left: 20px;
}

* html #logo {
	margin-left: 10px;
}

#hilfsnavigation {
	float: right;
	margin-top: 100px;
	margin-right: 10px;
}

* html #hilfsnavigation {
	margin-right: 5px;
}

#hilfsnavi {
    float: left;
}

#suche {
    float: left;
    margin-top: -3px;
    margin-left: 10px;
    height: 18px;
}


#leftcol {
	float: left;
	padding-bottom: 45px;
	
	width: 210px;
}

#navigation {

	width: 210px;
	height: auto;

	background-image: url(../../files/bilder/mpi_nav_schatten_rand.png);
	background-repeat: repeat-y;
}


* html #navigation {
	background-image: url(../../files/bilder/mpi_nav_schatten_rand.gif);
}

#nav_bottom {
	width: 210px;
	height: 10px;
	background-image: url(../../files/bilder/mpi_nav_schatten_abschluss.png);
	background-repeat: no-repeat;
	float: left;
}

* html #nav_bottom {
	background-image: url(../../files/bilder/mpi_nav_schatten_abschluss.gif);
}

#iei_image {
    margin-left: 10px;
    margin-top: 12px;
}

#rightcol {
	float: left;
	padding-bottom: 45px;
	padding-top: 3px;
	
	min-width: 830px;
	width: 79%;
}

* html #rightcol {
	width: auto;
}

#seiteninhalt {
}

.copyright {
    clear: both;
    color: #838383;
    font-size: 90%;
    line-height: 1.4em
}


#stopper {
	float: left;
/*	clear: both;
*/	width: 1%;
	height: 1px;
	padding-bottom: 29px;
}

#footer {
	min-width: 1100px;
	width: 100%;
	height: 30px;
	margin-top: -30px;
	background-image: url(../../files/bilder/footer_bg.gif);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	
	
}

#footer p {
	padding-left: 220px;
	padding-top: 6px;
}





