
html {
    height:100.2%;
}
body {
	margin: 0;
	padding: 0;
	background: #b5b5b5 url(img/bg.gif) repeat-y top center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
	color: #000;
	text-align: left;
	}
p, ol, ul {
	line-height: 150%;
	}

p.orange, p.orange a {
	color: #F68B00;
    }

ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 18px;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(img/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #afafaf;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
}
p.comment {
    font-style:italic;
}
p.comment span {
    font-style:normal;
    display:block;
    padding:1px 5px;
    width:490px; border:dotted 1px #999;
    background-color:#eee;
}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

form img {
    border: 1px solid black;
    display:block;
    margin:10px auto;
}

img { /* to be styled */ }
img.noborder {
	border: none;
	}
img.thumb {
	display:inline;
	border: 1px solid black;
	vertical-align:middle;
	margin-bottom:2px;
	}


.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 118px;
	background:  url(img/header_bg_orange.gif) repeat-x left top;
	position:relative;
	}

#header img { border: none !important; }
#header a, #header a:visited { border: none !important; }	
	
#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #fff;
	}

#navbar {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	margin:0;
	border-top:8px solid #4e4e4e;
	border-bottom:8px solid #4e4e4e;
	}

/**
 * Icons fuer Twitter etc.
 * */
#header .goodies img{
	float:right;
	position:absolute;
	border:0;
	right:0;
	padding-top:19px;
}

ul.menu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10.5pt;
	float: left;
	margin: 0;
	padding: 2px 5px 7px 14px;
	list-style-type: none;
	}
ul.menu li {
	float: left;
	}
ul.menu li a {
	float: left;
	display: block;
	padding: 2px 2px 7px 16px !important;
	padding: 2px 2px 0px 16px; /*IE*/
	color: #fff;
	font-weight: bold;
}
ul.menu li a:link,
ul.menu li a:visited {
	color: #fff;
	background: none;
	}
ul.menu li a:hover,
ul.menu li a:active {
	color: #000;
	text-decoration: none;
	}
ul.menu li a.marked:link,
ul.menu li a.marked:visited {
	background: none;
	text-decoration: underline;
	}
ul.menu li a.marked:hover,
ul.menu li a.marked:active {
	text-decoration: underline;
	}

.searchbar {
	float: right;
	width: 200px;
	height: 31px;
	margin: 0;
	}
.searchform {
	width: 200px;
	height: 20px;
	text-align: left;
	}
input#s {
	width: 160px;
	height: 18px;
	margin: 5px 0 0 1px !important;
	margin: 4px 0 0 1px; /* IE */
	padding: 1px 0 0 2px;
	border: 1px solid #999;
	}

#wrapper {
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
	}

#content {
	float: left;
	width: 560px;
	height: 100%;
	background: #fff;
	}

.post {
    	position:relative;
	padding: 20px 30px;
	/*background: #fff;*/
	}

.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #8FADFC;
	}

.postentry a img {
	border: 5px solid #edf2ff;
	}
.postentry a:hover img {
	border: 5px solid #8FADFC;
	}


.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 20px 20px 20px;
	background: #FFFFB7;
	}

input, textarea {
	border: 1px solid #aaa;
	}
input:hover, textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#loesung,
.postcomment input#kommentar,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* IE */
	height: 18px;
	}
.postcomment input#kommentar:hover, .postcomment input#kommentar:focus {
	background-color:#fec02a;
	border: 1px solid red;
	}

input.submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	margin:0 auto auto 1px;
	background: #e5edff url(img/submit.gif) repeat 0 0;
	}
input.submit:hover {
	background: #e5edff url(img/submit_hover.gif) repeat 0 0;
	}	

table.hof {
    margin-top:10px;
}

table.hof td, table.hof th {
    padding:2px;
}

table.hof tr.odd {
    background-color:#FFFFB7;
}

table.hof tr.green {
    background-color:#c0ffc0;
}

table.hof tr.red {
    background-color:rgb(255,192,130);
}

td.c, th.c {
    text-align:center;
}

td.w120 {
    width:120px; background-color:red;
}

.levelmeter {
    float:right;
    width:200px; height:15px; border:solid gray 1px;
    background-color:#F68B00;
}
.levelmeter div {
    float:left;
    line-height:15px;
    background-color:#8f8;
}

/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
	background: #fff;
    font-family:Arial,Univers,Helvetica,sans-serif; 
    font-style: normal;
    font-size: 12px;
    color: black;
    font-weight:bold;
	}

#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	/*font-size: 1.4em;*/
	font-size:18px;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: black;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

.adminbar#sidebar {
    position:absolute;
    right:0px; top:-26px;
    padding-left:10px;
}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 855px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-top: 20px solid #fff;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #191919;
	}
#bottom-sep {
	clear: both;
}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	height: 74px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	color: #fff;
	}

#footer .validate {
	background: url(img/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}
	
.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
/* Extras */

.submen { 
    padding:10px 0px 0px 30px; 
}

.submen a, .submen a:link, .submen a:visited { 
    color:black; font-weight:bold; margin-right:20px;}

.post .bigiframe { /* WRally */
    display:block;
    text-align:center; margin:0 auto;
    width:455px; height:340px;
}

.post iframe {  /* Raetsel 60 */
    display:block;
    text-align:center; margin:0 auto;
    width:300px; height:100px;
}

pre.small {
    font-size: 12px;
}
pre.bold {
    font-weight:bold;
}


li li {
    padding-left:18px;
    font-style:normal;
    font-weight:bold;
}
li li p {
    color: black;
    margin:0;
}

li.ad {
    padding-left:18px;
    /*
    padding-left:2px;
    font-size:11px;
    font-weight:normal;
    */
}
div.abox {
    width:500px;
    float:left;
    margin:15px -15px 0 30px !important;
    margin:15px 0px 0 15px;
    width:490px;
    padding:0;
    text-decoration:none;
}

ul.small {
    padding:0; margin:0;
}

ul.small li {
    margin:0; padding-top:0; padding-bottom:0;
    line-height:90%;
}

li.ad a, li.ad a:hover, li.ad a:visited, div.abox a  {
    text-decoration: underline;
    color: black;
}

li.ad#google {
    padding-top:3px;
}

p.credits {
    font-style:italic;
    font-size:10px;
    margin:10px 0 0 0;
}
p.counter {
    font-style:normal;
    font-size:10px;
    margin:10px 0 0 0;
}

p.small {
    font-size:10px;
    font-weight:normal;
    padding:0; margin:0;
}

th.yellow, th.yellow a, th.yellow a:visited {
    color:yellow;
}

th.mark, th.mark a, th.mark a:visited {
   color:black;
}

li.versteckt {
    display:none;
}

ul.menu li.red a:link, ul.menu li.red a:visited  {
    color:#d00000;
}


/* --------- Startseite -------- */
.bigbox {
    border:0; padding:0; margin:0;
    height:560px;
}
.smbox {
    float:left;
    margin:15px -15px 0 30px !important;
    margin:15px 0px 0 15px;
    border:2px solid rgb(95,95,95);
    height:190px; width:235px;
    text-decoration:none;
}
.xsmbox {
    float:left;
    margin:15px -15px 0 30px !important;
    margin:15px 0px 0 15px;
    border:2px solid rgb(95,95,95);
    height:90px; width:110px;
    text-decoration:none;
}
.dummy {
    float:left;
}
.smbox h2 {
	margin:10px auto 0 auto;
	text-align:center;
	z-index:9;
/*	color:white;*/
}

/* --------- ---------- -------- */
.raetselbox {
    width:350px;
    float:left;
    border:1px dotted orange;
    margin-right:10px;
    overflow:hidden;
}

#facebook{
	position:absolute;
	top:0px;
}
img.smile { display:inline; vertical-align:sub; border:0; }

div#facebookBorder{
	position:absolute;
	right:1px;
	top:25px;
	height:25px;
	width:77px;
}
