/* CSS Document */

/* Reset CSS Rosalie*/
html,body {
	height: 100%;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/* Die Seite mandoki.net wurde von Rosalie Piehler designed, entwickelt und wird von Rosalie weiter gepflegt */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
h1,h2 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
	font-weight:300;
}
h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 11px;
	font-weight: lighter;
	font-style: italic;
	color: #666666;
}



/*  -  Layout  -  */


#container {
	position: relative;
    width: 1123px;
    top: 20px;
    left: 50%;
    margin-left: -575px;
}

#container2 {
	position: relative;
    width: 1150px;
    top: 20px;
    left: 50%;
    margin-left: -562px;
	}


/*  - Header - */

#header {
	position: relative;
	width: 1150px;
	height: 340px;
	background-image: url(../pics/bg_header_2.jpg);
	background-repeat: no-repeat;
}
