/*#############################################################
Name: r&g
Date: 2010-08-31
Description: rund und glücklich
Author: Nora A. Bugdoll
#############################################################*/

/* Standardelemente */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	
	background-bolor: #c0c0c0;
    color: #333;
	font: normal 0.9em "Arial Lucida Sans Unicode",sans-serif;
    line-height:14pt;
}
input {
	color: #555;
	font: normal 0.9em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul {
	
	margin-bottom: 6px;
}

ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1,h2,h3 {color: #682;}
h1 {font-size: 1.4em; margin-bottom:6px;}
h2 {margin-bottom:10px;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

.Bildlinks {margin-right:10px; margin-top:10px; margin-bottom:10px;}

.Bildrechts {margin-left:10px;margin-top:10px; margin-bottom:10px;}

.Punktelinie {border-top:dotted 1pt #c0c0c0; padding-top: 10pt;padding-bottom:10pt;
        margin-top: 10pt;}

/* verschiedenes */
.clearer {clear: both;}

/* Aufbau */
.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	background: #F9F9DC;
    margin: 0 auto;
	width: 1000px;
    margin: auto;
}

/* top */
.top {
	background: url(img/altrosa.jpg);
	font: bold 2.5em Verdana,sans-serif;
	height: 100px;
	margin: 0 auto;
	width: 1000px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {
    padding-left: 24px;
    
 }
.top a:hover {
	/*background: #688B00;*/
	color: #FFF;
}

/* Kopfmenü unter dem Top-Header */
.obenzeile {
	background: #D1E37F;
	height: 20px;
	margin: 0 auto;
	
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 752px;
    height: 700px;
}
.item h1 {
	background: #567300;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}




/* main */
.main {float: left;}

/*deko right*/
.rechts{
    float:right;
    background: url(img/schw-rechts.jpg) no-repeat;
    width:210px;
}

/* Navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 210px;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation ul ul{margin: 0 0 0 20px; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer {
	background: #D1E37F;
	height: 20px;
	font-size: 0.9em;
    color: #000000;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.footer a {color: #000000;}
.footer a:hover {color: #FAFCB0;}

