/*  
css Name: xmass style

Description: css fuer den Weihnachtskalender
Version: 1.0
Author: Berthold Zumbrink Art Webdesign
Author URI: http://www.die-abnehm-seite.de 

	
 */

body{
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000033;
	background			: #AB0809;
	margin		: 0px 0px 0px 0px;
}

.clr {
	clear: both;
}

/* umgibt den eigentlichen Seitenbereich*/
#page {
	width					: 980px;
	margin				: 5px 5px 5px 5px;
}

/* Bereich fuer Logo und obere Hauptnavi */
#header {
	background: #fff;
	height:		80px;
	margin-bottom		: 5px;
}

#logo {
	background: #fff url(../images/logo.jpg) no-repeat;
	height			:80px;
	width				:250px;
	float				:left;
}

#logoright{
	width: 730px;
	height: 80px;
	float: right;
	background: #fff url(../images/nicolaus.jpg) no-repeat right;
}
#navbox{
	height			: 40px;
}
#titel h1{
	font-size				: 1.2em;
	margin-top				: 20px;
	margin-left				:10px;
}

/* bereiche fuer die oberen Adds */
#adstop {
	background			: #fff;
	height				: 30px;
	margin-bottom		: 5px;
}

/* Bereich fuer den main content */
#main {
	background			: #fff;
	margin-bottom		: 5px;
	
}

/* footer */
#footer {
	background			: #860C0E;
	height				:40px;
	margin-bottom		: 10px;
}

#bookmarks {
	float					: left;
}

#footernav {
	float					: right;
}
/* content Bereich */
#content {
	background			: #fff;
	width					: 900px;
	margin-top			: 10px;
	margin-left			: 40px;
	margin-bottom		: 10px;
}

#kalender {
	width					: 900px;
	height				: 636px;
}
/* bereich fuer die Unterseiten */
td.content {
	background: url(../kalender/stand_leer_Ebene-1.jpg) no-repeat;
	width: 500px;
	height: 500px;
	
}
#posts {
	width					: 500px;
	height				: 500px;
	
}

#inner-posts {
	padding				: 10px 10px 10px 10px;
}
#inner-posts h2 {
	font-size				: 1.0em;
	margin-top				: 20px;
	margin-left				: 10px;
	color						: #000033;
}
img.left {
	float						:left;
	margin					: 0 5px 0 5px;
}

/* Bereich fuer Text und ads unter dem Kalender */
#textbox {
	background			: #fff;
	height				: 100px;
	margin-bottom		: 5px;
}
#textbox-content {
	background			: #fff;
	width					: 900px;
	margin-left			: 40px;
	margin-top			: 5px;
	margin-bottom		: 5px;
}
/*copyright Bereich */
#copyright {
	text-align			:center;
}

#copyright p {
	margin-top: 5px;
	font-size: 0.7em;
	color: Gray;
}

/* formate fuer Links */
a {
   color						: #8DC73F;
	  }
a:link { 
	text-decoration		: underline;
}
a:visited { 
	color						: #AB0809;
}

a:link:hover, 
a:visited:hover { 
	text-decoration		: none;
}
a:link:active, 
a:visited:active {
     color					: #AB0809;
}

#titel h1 a, #titel h1 a:visited {
	text-decoration: underline;
	color					: #000; 
}
#titel h1 a:hover {
	text-decoration: none;
	color					: #AB0809; 
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color					: #fff; 
}
#footer a:hover {
	text-decoration: none;
	color					: #fff; 
}

