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

* {padding: 0; margin: 0;}

body {
    background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#3b3b3b;
}
#pagewrapper {
	width:900px;
	height:101%;
    margin:-1px auto;
    padding:0;
	font-size:small;
    font-family: "Trebuchet MS", Tahoma, "Arial Unicode MS";
	}

h1 {
	font-size:125%;
	color:#0099e5;
	margin-bottom:1em;
	}
h2 {font-size:110%;
	color:#0099e5;
	margin-top:2em;
	margin-bottom:1em;
	}
	
h3 {font-size:100%;
	color:#0099e5;
	margin-top:2em;
	margin-bottom:1em;
	}
	
	
.kleiner {font-size:smaller;}
.fett {font-size:small; font-weight:bold;}

/* =========================================== Header ==============================*/
#header {
	width: 900px;
	height:328px;
	margin-top:-10px;
	background-image:url(../images/mira-logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
#header img {	
	float:right;
	padding-top:40px;}	
/* =========================================== Header Ende ==============================*/
/* =========================================== Footer ==============================*/
#footer {
	width:900px;
	height:58px;
	clear:both;
	font-size:90%;
	color:#00ccff;
    text-align: center;
	margin-bottom:15px;
	background-image:url(../images/notepad-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	}
#footer p, #footer a {
    text-align: center;
	text-decoration:none;
    margin: 0;
    padding: 5px;
}
#footer ul li {
	display:inline;
	}
#footer li {
	padding:15px;}
	
#poolpartner {
	margin-top:0.5em;
	margin-bottom:15px;
	color:#000000;
	}
#poolpartner img {
	border:0;}


/* =========================================== Footer Ende ==============================*/
/* =========================================== NavBar ==============================*/
#navbar {
	background-image:url(../images/notepad-top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:900px;
	height:115px;
	padding-top:50px;
	padding-left:0px;
	font-size:12px;
	}
	
#navbar ul {
    padding-left:40px;
    margin:0;
    list-style:none;
    }

#navbar ul li { 
    display:inline;
	  }

#navbar ul li a {
	padding-right:6px;
	color:#333;
	font-size:110%;
	font-weight:bold;
    text-decoration:none;
	}

#navbar ul li a:hover,
#navbar ul li a:active {
	color:#00ccff;
	text-decoration:none;
}

/* =========================================== NavBar Ende ==============================*/
/* ============================================== Content ================================*/
#content {
	text-align:justify;
	background-image:url(../images/notepad-middle.png);
	background-repeat:repeat-y;
	padding-left:38px;
	padding-right:48px;
	padding-bottom:100px;
	}
#content li {
	display:block;
	list-style:none;
	padding:0;}
	
.rot {
	color:#FF0000;
	}
blockquote {
	font-style:italic;
	padding:0;
	margin:0;
	}

address {
	font-size:90%;
	font-weight:bold;
	font-style:normal;
	margin-bottom:1em;
	}

	
#haftung {
	font-size:70%;
	margin-top:4.5em;
	text-align:justify;}
	
.mitarbeiter {
	margin-bottom:14em;}
	
.mitarbeiter img {
	clear:both;
	float:right;
	padding:2px;
	margin-left:40px;
	border:dotted 1px #999999;
		}
		
	
#content img {
	padding:2px;
	margin:4px;
	border:dotted 1px #999999;}


table {
	margin-top:4em;}
/* ============================================== Content Ende ================================*/

