* {
	padding:0;
	margin:0;
}

html , 
body {
	background:#ffffff;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap {
	width:1000px;
	margin:5px auto;
	border-bottom:2px solid #c0c0c0;
	border-top:2px solid #c0c0c0;
}

#bg {
	width:100%;
	background:url(../../images/main_bg.png) repeat-y;
}

#left {
	width:178px;
	float:left;
	min-height:300px;
}

#main {
	width:822px;
	float:left;
	min-height:300px;
}

#top {
	width:100%;
	height:118px;
	background:url(../../images/top_bg.png) repeat-x;
	float:left;
}

#top h1 {
	display:block;
	text-align:right;
	margin:60px 140px 0 0;
	color:#8f5464;
	font-weight:lighter;
	font-size:2em;
}

#menu {
	width:688px;
	height:30px;
	line-height:30px;
	border-top:1px solid #d1b9bd;
	border-bottom:1px solid #d1b9bd;
	float:left;
	margin:10px 0 0 10px;
	text-align:center;
	font-size:0.8em;
}

#submenu {
	width:688px;
	height:20px;
	line-height:20px;
	float:left;
	margin:5px 0 0 10px;
	text-align:center;
	font-size:0.8em;
	color:#777777;
}

#content {
	width:658px;
	padding:25px;
	min-height:300px;
	float:left;
	margin-bottom:50px;
	color:#383838;
}

#footer {
	width:708px;
	margin-bottom:5px;
	text-align:center;
	color:#777777;
	font-size:.8em;
}

/* ---- LINKS ---- */

#menu a:link , 
#menu a:visited {
	color:#d1b9bd; 
	text-decoration:none; 
	padding:0 12px;
	text-transform:uppercase;
}

#menu a:active , 
#menu a:hover , 
#menu a:focus {
	text-decoration:none; 
	color:#93616e; 
	padding:0 12px;
	outline:none;
}

#submenu a:link , 
#submenu a:visited {
	color:#777777; 
	text-decoration:none; 
	padding:0 5px;
}

#submenu a:active , 
#submenu a:hover , 
#submenu a:focus {
	text-decoration:none; 
	color:#222222; 
	padding:0 5px;
	outline:none;
}

#footer a:link , 
#footer a:visited {
	color:#777777; 
	text-decoration:none; 
	padding:0 5px;
}

#footer a:active , 
#footer a:hover , 
#footer a:focus {
	text-decoration:none; 
	color:#222222; 
	padding:0 5px;
	outline:none;
}

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

a:active , 
a:hover , 
a:focus {
	text-decoration:none;
	color:#8f5464;
	outline:none;
}

/* ---- SONSTIGE ---- */

hr {
	color:#c0c0c0;
}

.clear {
	clear:both;
}

h2 {
	color:#777777;
	font-size:1.5em;
	font-weight:lighter;
	margin:20px 0;
}

h3 {
	margin-bottom:10px;
}

.small {
	font-size:0.8em;
	font-style:italic;
}

.right_gui {
	float:right;
	margin-left:25px;
	border:3px solid #a06b75;
}

#content p {
	color:#93616e;
}

#content li {
	list-style-image:url(../../images/list.gif);
	margin:5px 0 5px 35px;
	color:#93616e;
}
