* {
	margin: 0;
	padding: 0;
}

body {
	margin: 80px 0;
	background: #FFFFFF;
	font: normal small georgia, Times New Roman, Times, serif;
	color: #666666;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

img {
}

/* Aussehen Box */

.boxed {
}

.boxed .title {
	padding: 5px 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 12px;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.posttext {
	padding: 20px;
}

.posttext .title {
	margin-bottom: 20px;
}

.posttext .date {
	float: left;
	width: 90px;
	font-size: 12px;
}

.posttext .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #FFB46A;
	font-size:12px;
}

.posttext .meta p {
}

.posttext .story {
	clear: both;
}

.posttext .story p, .posttext .story blockquote, .posttext .story ul, .posttext .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.content_personal {
	margin-bottom: 1.5em;
	line-height: 180%;
}




/* Logoarea */

#language {
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#logoarea {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logoarea h1 {
	float: left;
	width: 180px;
	height: 160px;
	padding: 20px;
	background: #FFFFFF url(images/logo.gif) no-repeat;
	text-align: right;
	font-size: 2.2em;
}

#logoarea h2 {
	float: right;
	width: 420px;
	height: 150px;
	padding: 30px 20px 20px 20px;
	background: #FFFFFF url(images/slogan_01.gif) no-repeat;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/content_hg.jpg) repeat-y;
}

#extra {
	clear: both;
	height: 20px;
	background: url(images/li_re_unten.jpg) no-repeat;
}

#footeradresse {
	width: 700px;
	height: 165px;
	margin: 0 auto;
	background: #FFFFFF url(images/footeradresse.gif) no-repeat;
	padding: 60px 0px 0px 0px;
}
	

/* Content > Hauptbereich */

#main {
	float: right;
	width: 460px;
	background: url(images/re_ru.jpg) no-repeat right top;
	color: #666666;
}

#main a {
	color: #e30018;
}

/* Content > Main > Willkommen */

#welcome {
}

/* Content > Main > Dies und Dass */

#example {
}

/* Content > Menuefuehrung */

#sidebar {
	float: left;
	width: 220px;
	background: url(images/li_ru.jpg) no-repeat;
	color: #e1001a;
}

#sidebar a {
	color: #e1001a;
}

/* Inhalt Menue */

#menu {
	padding: 20px 0;
	color: #666666;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding-bottom: 1px;
	background: url(images/red_dot.jpg) repeat-x left bottom;
}

#menu a {
	display: block;
	width: 170px;
	padding: 10px 20px 10px 30px;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	background: #f0beaa url(images/herzle.gif) no-repeat 10px 50%;
}

.language {
	text-decoration: none;
	color: #e1001a;
}
	

/* Content > Sidebar > Aktualisierung*/

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Recht */

#legal {
}

/* Footer > Links */

#links {
}#footeradresse .title {
	text-align: center;
}

