* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background-color: #FFFFee;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7D807A;
}
h1, h2, h3 {
	color: #114881;
}
h1 {
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
p {
}
blockquote {
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #295477;
}
a:hover {
	text-decoration: none;
	color: #4B95D6;
}
select, input {
	border:1px solid #b7c6ca;
	font-family:'Trebuchet MS', 'Lucida Console', sans-serif;
	font-weight:normal;
	margin: 5px 5px 5px 5px ;
	padding-left:2px;
}
/* Wrapper */

#wrapper {
}
/* Header */

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	background: url(header.jpg) no-repeat left top;
}
/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 70px;
	margin: 0px;
	padding-left: 30px;
	text-align: center;
}
#logo h1 {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-transform: lowercase;
	font: normal 46px Georgia, "Times New Roman", Times, serif;
	text-indent:-10000px;
}
#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent:-10000px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Menu */

#menu {
	width: 872px;
	height: 41px;
	margin: 0 auto;
	padding: 0px 0px 0px 28px;
	background: url(img02.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	height: 33px;
	display: block;
	float: left;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}
#menu a:hover, #menu .active a {
	background: #C11212;
	color: #FFFFFF;
}
#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}
/* Page */

#page {
	width: 844px;
	margin: 0 auto;
	padding: 0px 28px;
	background: #FFFFFF url(img05.jpg) repeat-y left top;
}
/* Content */

#content {
	float: left;
	width: 560px;
	padding-top: 30px;
}
.post {
	background: url(img04.gif) repeat-x left bottom;
	margin: 0px 0px 30px 0px;
}
.post .title {
	background: url(boot.jpg) no-repeat left 0px;
	margin: 0px;
	color: #BF0B0B;
}
.post .title a {
	padding: 0px 0px 0px 50px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #2D5A81;
}
.post .entry {
	padding: 20px 0px;
}
.post img {
	float: left;
	padding: 15px 0px;
}
.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}
.post .byline {
	padding-left: 40px;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #7D807A;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

#content img {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding : 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Sidebar */

#sidebar {
	float: none;
	width: 230px;
	margin: 10px 0px;
	padding: 10px 0px 30px 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
}
#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 27px;
}
#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: none;
}
#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #285073;
}
#sidebar h3 {
	font-size: 77%;
	color: #110404;
}
#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}
#sidebar a {
	border: none;
	text-decoration: none;
	color: #7D807A;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Search */

#sidebar ul li input {
	margin: 5px;
}
#sidebar ul li select {
	margin: 5px 5px 5px 0;
}
#search ul li input {
	margin: 5px;
}
#search {
	height: 233px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}
#search form {
	margin: 0;
	padding: 1px 0px 0 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-submit {
	margin-top: 10px;
	padding: 4px 4px;
	border: none;
	background-color:#092869;
	color: #FFFFFF;
}
/* Submenu */

#submenu {
}
/* News */

#news {
}
#news a {
	font-size: 85%;
}
/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	background: url(img04.jpg) no-repeat left top;
	color: #9C9C9C;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: underline;
	color: #808080;
}
#footer a:hover {
	text-decoration: none;
}
#gluecklichewelten {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 9px;
	height: 6px;
	margin: 0;
	padding: 0;
}
.gluecklichewelten {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-size: 6px;
}
A:link.gluecklichewelten {
	color: #eeeeee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
}
H1.gluecklichewelten {
	color: #eeeeee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
}
H2.gluecklichewelten {
	color: #eeeeee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 6px;
	margin: 0;
	padding: 0;
}
#friends p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #eee;
}
#friends a {
	color: #ccc;
	text-decoration: none;
}
