
/* autor Sandra Tyrchan
   www.easymoments.de & schleichwerbung.eu
   Werbeagentur für Design und Programmierung
   */


html * {
	margin:	0;
	padding: 0;
}

html, body {
	height:	100%;
	}

body {
	font-family: Arial, Verdana, sans-serif;
	color: #0d0d0d;
	background: #f7ebca;
	text-align:	center;
	font-size: 12px;
}

a {color: #ea2969;}
a:hover {color: #0d0d0d;}

#col2 a {text-decoration:none;}

p {margin: 0 0 20px 0;}

h2 {
	margin: 40px 0 20px 160px;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	color: #ea2969;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #ea2969;
}

.komment {font-size:10px;}

.besch {background:#f7ebca;}
.hellbesch {background:#fbf0d3;}
.creme {color:#9b8750;}

/* = = = = = = = = = GRUNDAUFBAU = = = = = = = = = */

#container {
	position: relative;
	margin: 60px auto;
	width: 950px;
	border: 2px solid #0d0d0d;
	background: url(../img/container.png) no-repeat 244px bottom #f9f3e3;
	text-align: left;
}

#header {
	height: 89px;
	background: url(../img/header.png) no-repeat #000000;
}

#header h1 {
	position: absolute;
	right: 31px;
	margin: 30px 0 0 0;
	width: 291px;
	height: 40px;
	text-indent: -999999%;
}

#header h1 a{
	display: block;
	width: 291px;
	height: 40px;
	background: url(../img/maccas.png) no-repeat;
}

#media {
	position: absolute;
	top: 128px;
	border-right: 2px solid #000000;
}

#content {
	margin: 39px 0;
	float: right;
	height: 405px;
	width: 667px;
	background: url(../img/content.png) no-repeat top right;
}

#col1 {
	padding: 0 120px 0 0;
	width: 300px;
	float: right;
}

#col2 {
	width: 230px;
	margin: 0 15px 0 0;
	float: right;
	text-align: right;
}

#footer {
	clear: both;
	background: #ea2969;
	border-top: 2px solid #000000;
	height: 23px;
	padding: 0 0 0 18px;
}

#footer a {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #0d0d0d;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 13px;
	display: block;
	float: left;
}

/* = = = = = = = = = MENU = = = = = = = = = */

#sitelinks {
	float: left;
}

#menu {
	position: absolute;
	top: 89px;
	width: 950px;
	height: 35px;
	background: #ea2969;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}

#menu ul {
	float: right;
	padding: 0 22px 0 0;
}

#menu ul li {
	display: inline;
	list-style: none;
}

#menu ul li a {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #0d0d0d;
	font-size: 15px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 8px 17px 9px 17px;
}

#menu ul li a:hover, a.active   {
	background: #ff7aa6;
}



table td {padding:2px; font-size: 11px;}












