* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	background-color: #114881;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #7D807A;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
}
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;
	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 h2 {
	padding: 0px 0px 0px 50px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 28px;
	color: #2D5A81;
}
.post .title a {
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 28px;
	color: #2D5A81;
}
.post .entry {
	padding: 20px 0px;
}
.post img {
	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%;
}
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: right;
	width: 230px;
	margin: 20px 0px;
	padding: 10px 0px 30px 30px;
}
#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-size: 18px;
	font-weight: normal;
	color: #285073;
}
#sidebar h3 {
	font-size: 77%;
	color: #110404;
}
#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
	font-size: 90%;
}
#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: 300px;
	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;
}
/* Submenu */

#submenu {
}
/* News */

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

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	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;
}
/*
* Wetter
*/

#wetter {
	height: 199px;
	overflow: hidden;
	padding: 0px;
	color: #036;
	font-size: 11px;
	line-height: 13px;
}
#wetter h1 {
	border-bottom: 1px dotted #8b8b8b;
	color: #8b8b8b;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
}
#wetter h2 {
	margin-bottom: 0px;
	color: #68868e;
	font-size: 11px;
	line-height: 13px;
}
#wetter div.today {
	border-bottom: 1px dotted #8b8b8b;
	height: 80px;
	padding-top: 3px;
}
#wetter div.today img {
	padding-top: 3px;
}
#wetter #fc_icon_0 {
	float: left;
	width: 50px;
}
#wetter #info_td {
	float: left;
	padding-left: 6px;
}
#wetter #forecast_1, #wetter #forecast_2, #wetter #forecast_3 {
	float: left;
	width: 70px;
	padding-top: 6px;
	padding-left: 5px;
}
#wetter #fc_icon_1, #wetter #fc_icon_2, #wetter #fc_icon_3 {
	float: left;
}
#wetter #fc_day_1, #wetter #fc_day_2, #wetter #fc_day_3 {
	float: left;
	color: #369;
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
	padding-top: 4px;
}
#wetter #fc_temp_1, #wetter #fc_temp_2, #wetter #fc_temp_3 {
	float: left;
	padding-top: 3px;
}
.button {
	display: inline-block;
	white-space: nowrap;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
.button:hover {
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
}
.button:active {
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}
.button:focus {
	outline: 0;
	background: #fafafa;
}
.button:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	pointer-events: none;
}
/* Buttons and inputs */
	
button.button, input.button {
	cursor: pointer;
	overflow: visible; /* removes extra side spacing in IE */
}
	
	/* removes extra inner spacing in Firefox */
	button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
	
	/* If line-height can't be modified, then fix Firefox spacing with padding */
	 input::-moz-focus-inner {
 padding: .4em;
}
/* The disabled styles */
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {
	background: #eee;
	color: #aaa;
	border-color: #aaa;
	cursor: default;
	text-shadow: none;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Hexadecimal entities for the icons */
    
.add:before {
	content: "\271A";
}
.edit:before {
	content: "\270E";
}
.delete:before {
	content: "\2718";
}
.save:before {
	content: "\2714";
}
.email:before {
	content: "\2709";
}
.like:before {
	content: "\2764";
}
.next:before {
	content: "\279C";
}
.star:before {
	content: "\2605";
}
.spark:before {
	content: "\2737";
}
.play:before {
	content: "\25B6";
}
/* Social media buttons */	
.tw, .fb,  .tw:hover, .fb:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
}
.tw, .tw:focus {
	background-color: #88E1E6;
}
.fb, .fb:focus {
	background-color: #3C5A98;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
.tw:hover {
	background-color: #b1f0f3;
}
.fb:hover {
	background-color: #879bc3;
}
.tw:before {
	content: "t";
	background: #91cfd3;
	background: rgba(0,0,0,.1);
	color: #fff;
	font-family: verdana;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
.fb:before {
	content: "f";
	background: #4467ac;
	background: rgba(0,0,0,.1);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
}
