@charset "UTF-8";
/*
 * Cascading Style Sheets für
 * www.moccasin-coffee.de
 */
 
/*
 * Allgemeine Angaben und Standartwerte
 ****************************************/
html, body {
	font:100.01% "Verdana", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#fff url(../images/bg_body2.jpg) top center no-repeat;
}
img 			{ border:none;display:block; }
form 		{ display:inline; }
.linear 		{ display: none; }
.clearer 	{ clear:both; width:1px; height:1px; font-size:0px; }


/*
 * Globale Linkformatierung
 ****************************************/
a { 
	color:#367d2d; 
	text-decoration: underline;
}
a:hover { 
	color:#333;
	text-decoration: underline; 
}

/*
 * Typo Layout....
 *****************************/
h1 {
	font-size:16px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	color:#367d2d;
	margin-bottom:2px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	font-family:Arial, sans-serif;
	color:#333;
	margin-bottom:7px;
	/*text-transform: uppercase;*/
}
h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	color:#333;
	margin-top:10px;
}
p {
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	line-height:1.6em;
	color:#333;
	margin-bottom:10px;
}
.bold { font-weight:bold; }
hr {
	clear:both;
	margin:3px 0 10px 0;
	border:none;
	background:url(../images/hr.gif) top left repeat-x;
}
#content ul {
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	padding-left:15px;
	line-height:1.6em;
	color:#333;
	margin-bottom:10px;
}

/*
 * Struktur, Header, Logo, Navigation
 *****************************/
#page {
	position:releative;
	margin:0 auto;
	text-align:left;
	width:780px;
}
#topnav {
	float:left;
	width:100%;
	height:33px;
}
#head-mocca {
	float:left;
	width:100%;
	height:135px;
	margin-bottom:2px;
}
* html #head-mocca {
	height:125px;
}
#mainnav {
	float:left;
	width:200px;
	padding-top:64px;
	min-height:400px;
	background:#fff url(../images/logo_spiegelung.jpg) top left no-repeat;
}
#body {
	float:left;
	width:580px;
}
#eyecatcher {
	width:580px;
	margin-bottom:10px;
}
#content {
	padding:0 0 20px 18px;
	margin-bottom:20px;
}

/*
 * Top Navigation
 *****************************/
#topnav ul {
	float:right;
	list-style:none;
	height:33px;
	width:100%;
}
#topnav li {
	float:right;
}
#topnav li span {
	float:left;
	font-size:10px;
	line-height:33px;
	padding:0 5px;
}
#topnav li img {
	float:left;
}
#topnav li a {
	float:left;
}

/*
 * Main Navigation
 *****************************/
ul.nav, 
ul.sub {
	list-style:none;
}
ul.nav li {
	width:183px;
	margin-bottom:2px;
	padding:0 0 0 17px;
}
ul.nav a {
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	line-height:24px;
	/*color:#367d2d;*/
	color:#333;
	padding:0 0 0 10px;
	background:#fff url(../images/b_mn_normal.gif) top left no-repeat;
}
ul.nav a:hover {
	color:#fff;
	text-decoration: none;
	background:#fff url(../images/b_mn_over.gif) top left no-repeat;
}
li.selected a {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	background:#fff url(../images/b_mn_active.gif) top left no-repeat;
}
ul.sub li {
	padding:0;
	margin-top:3px;
	overflow:auto;
}
ul.sub a {
	text-transform: none;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
	line-height:24px;
	color:#333;
	padding:0 0 0 30px;
	background:#fff url(../images/b_sn_normal.gif) top left no-repeat;
}
ul.sub li a:hover {
	color:#fff;
	text-decoration: none;
	background:#fff url(../images/b_sn_over.gif) top left no-repeat;
}
ul.sub li.selected a{
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	background:#fff url(../images/b_sn_active.gif) top left no-repeat;
}
/*
 * Footer, Copyright
 *****************************/
#footer {
	clear:both;
	text-align:center;
	width:100%;
	height:102px;
	background:#fff url(../images/bg_footer.jpg) top left no-repeat;
}
#footerbox {
	position:releative;
	margin:0 auto;
	text-align:left;
	width:780px;
	border-top:1px solid #ff7f00;
	border-bottom:1px solid #ff7f00;
	border-right:1px solid #ff7f00;
	height:100px;
}
#footerbox ul {
	float:right;
	list-style:none;
	padding:50px 8px 0 0;
	width:70%;
}
#footerbox li {
	float:right;
}
#footerbox li a {
	display:block;
	font-size:11px;
	line-height:24px;
	border-right:1px solid #dbe7e9;
	padding:0 7px 0 7px;
}
#footerbox li.last a {
	border-right:none;
}
.copy {
	clear:both;
	float:right;
}
#footerbox p {
	padding:0 15px 0 0;
	font-size:10px;
}


/*
 * inner Content
 *****************************/
#boxcontent {
	float:left;
	margin-bottom:20px;
	text-align:center;
}
#boxcontent img {
	float:left;
	margin-right:7px;
}
#boxcontent .last {
	margin-right:0;
}

#shortnews p {
	margin:0;
	padding:0;
}
.newsback {
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
}
.artikel {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#ditto_pages {
	clear:both;
	margin:30px 0;
	text-align:right;
	font-size:11px;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    color: #565656;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #106470;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #367d2d;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #106470;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
.buttons {
	float:left;
	margin:0 0 15px 15px;
}
.buttons img {
	margin-bottom:10px;
}