@charset "utf-8";
/* CSS Document */
body,td,th {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;

}

body {

	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #ca365f;
}
a:active {
	text-decoration: none;
	color: #000;
}

#main{

	width: 800px;

	margin: 0px auto;

}

#header{

	width: 800px;

	height: 135px;

	background: url(http://www.geschenke-runde.de/gfx/header.jpg);
	
	float: left;

}

#under_header{

	width: 798px;
	height: 18px;
	
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	
	padding-top: 2px;
	padding-left: 2px;

	background: url(http://www.geschenke-runde.de/gfx/under_header.jpg);
	
	float: left;

}

#content_bg{

	width: 800px;

	background: url(http://www.geschenke-runde.de/gfx/content_bg.jpg);
	
	background-repeat: repeat-y;
	
	float: left;

}

#navigation{

	width: 175px;
	
	float: left;

}
#navigation_geschenkidee{

	width: 175px;
	height: 38px;
	
	background: url(http://www.geschenke-runde.de/gfx/navi_geschenkidee.jpg);
	
	float: left;

}
#navigation_anlass{

	width: 175px;
	height: 27px;
	
	background: url(http://www.geschenke-runde.de/gfx/navi_anlass.jpg);
	
	float: left;

}
#navigation_themen{

	width: 175px;
	height: 27px;
	
	background: url(http://www.geschenke-runde.de/gfx/navi_themen.jpg);
	
	float: left;

}
#navi_links{

	width: 175px;
	
	float: left;

}
#content{

	width: 610px;
	
	padding-left: 15px;
	
	float: left;
		font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #535353;

}

#footer{

	width: 800px;

	height: 125px;

	background: url(http://www.geschenke-runde.de/gfx/footer.jpg);
	
	float: left;

}

#navi_links li{

	margin:0;

	padding:0;
	
	padding-left: 0px;
	padding-top: 0px;

	list-style-type:none;

}

#navi_links li a{

	color:#000000;

	text-decoration:none;
	
	font-weight: bold;

	display:block;

	padding-left:8px;

	width:155px;

	height:15px;

	padding-top:5px;
	padding-bottom: 5px;

}

#navi_links li a:hover {

	color: #FFF;
	font-weight: bold;

	text-decoration:none;

	width:155px;

	height:15px;

	padding-top:5px;
	padding-bottom: 5px;
	
	padding-left: 8px;

	background:#b16480;
}
.newsmail {
	background-color: #f2f2f2;
	color : #000000;
	font-size : 9pt;
	border : 1px solid #cccccc;
	font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
}
	
.button {
	background-color: #ECECEC;
	color : #000000;
	font-size : 8pt;
	border : 1px dashed #000000;
	font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
}
.newsmailrot {
	background-color: #f2f2f2;
	color : #808080;
	font-size : 8pt;
	border : 1px solid #800000;
	font-family: Verdana, Arial, Times New Roman, Helvetica, sans-serif;
}
a.fett:link {
	color: #000;
	text-decoration: underline;
	font-weight:bold;
	font-size:11px;
}
a.fett:hover {
	text-decoration: none;
	color: #ca365f;
}