/* FARBEN
  MENU
  link: #797b76;
  hover: #da007d;
  
  CONTENT
  color: #777777;
  link: #da007d;
  hover: #666666;
  
  FOOT
  text: #b9c755;
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1.3;
	text-align:center;
	background:#d5cac4;
	font-family:Verdana;
	padding:0px 0px;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:955px;
	background-image:url(../img/bg.png);
	background-repeat:repeat-y;
	}

h1#head {
	height:170px;
	width:100%;
	background:url(../img/head.png) no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
}

h1#head a {
	display:block;
	height:160px;
}

#cols {
	position:relative;
}

#mbottom {
	position:absolute;
	width:276px;
	height:235px;
	left:0px;
	bottom:122px;
	background:url(../img/mb.png) no-repeat top left;
}

#content {
	width:525px;
	float:left;
	padding:48px 100px 20px 30px;
	font-size:12px;
}

#cbottom {
	position:absolute;
	right:6px;
	bottom:122px;
	width:210px;
	height:160px;
	background:url(../img/cb.jpg) no-repeat top left;
}

#foot {
	position:relative;
	width:100%;
	height:122px;
	background:url(../img/foot.png) no-repeat top left;
}

#foot p {
	position:absolute;
	bottom:11px;
	right:25px;
	color:#b9c755;
	font-weight:bold;
}

.clear {
	clear:both;
}

/* CONTENT */

#content {
	color:#777777;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content hr,
#content ul {
	margin-bottom:15px;
}

#content ul li ul {
	margin-bottom:0px;
}

#content h1,
#content h2 {
	font-size:18px;
}

#content h3,
#content h4 {
	font-size:14px;
}

#content h5,
#content h6 {
	font-size:12px;
	font-weight:bold;
}

#content h2, #content h4, #content h6 {
	color:#da007d;
}

#content ul {
	margin-left:20px;
}

#content ul li {
	list-style:disc;
}

/* MENU */

#menu {
	height:500px;
	width:255px;
	padding:10px 20px 0px 25px;
	line-height:2em;
	float:left;
}

#menu ul li {
	border-bottom:3px solid #ffffff;
	padding-left:25px;
	font-size:14px;
	font-weight:normal;
}

#menu ul li ul {
	margin-bottom:3px;
}

#menu ul li ul li {
	border-bottom:none;
	font-size:12px;
	line-height:1.4em;
}

#menu a {
	display:block;
	color:#797b76;
	text-decoration:none;
}

#menu a:hover {
	color:#da007d;
}

/* MENU SPRITES */

#umenu {
	position:absolute;
	top:210px;
	right:30px;
}

#umenu li {
	width:20px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../img/umenu.jpg);
}

#umenu li a {
	display:block;
	height:100%;
}

#umenu li#ulinks {
	height:53px;
	background-position:0px 0px;
}

#umenu li#uhome {
	height:57px;
	background-position:0px -53px;
}

#umenu li#ukontakt {
	height:73px;
	background-position:0px -110px;
}

#umenu li#uimpressum {
	height:96px;
	background-position:0px -183px;
}

#umenu li#ulinks:hover {
	background-position:-20px 0px;
}

#umenu li#uhome:hover {
	background-position:-20px -53px;
}

#umenu li#ukontakt:hover {
	background-position:-20px -110px;
}

#umenu li#uimpressum:hover {
	background-position:-20px -183px;
}

#content a {
	color: #96ab04;
	text-decoration: none;
	font-weight:bold;
}