/* heller Style für skyBlog Version 0.21*/
body {
	background-color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12.5px;
	color: #333333;
	margin: 0;
	}
a, a:visited, a:link {
	color: #0063ba;
	text-decoration: none;
	}
	
a:hover {
	color: #0063ba;
	text-decoration: underline;
	}
	
/*----Navigation----*/
#header {
	height: 29px;
	border-bottom: 3px solid #0063ba;
	background-image: url(header.png);
	}		
#header .left{
	position: absolute;
	left: 0px;
	top: 0px;
	}
#header .right{
	position: absolute;
	right: 0px;
	top: 0px;
	}
#header ul{
	margin: 0;
	padding: 3px;
	padding-top: 7px;
	height: 21px;
	}
#header li {
	 display: inline;
	 list-style: none;
	 color: #dddddd;
	 font-size: 15px;
	 padding: 2px;
	 }
#header li a{
	 text-decoration: none;
	 color: #dddddd;
	 font-size: 15px;
	 }
#header li a:hover{
	 text-decoration: underline;
	 color: #dddddd;
	 font-size: 15px;
	 }	 

#header #divider {
	display: none;
	}
	
/*----Content----*/
#content {
	margin: 20px;
	}
.blogentry {
	margin-top: 40px;
	width: 70%;
	padding: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #aaaaaa;
	}
.blogentry .bottom {
	padding-top: 15px;
	font-size: 10px;
	color: #666666;
	overflow: hidden;
	clear: both;
	}
.blogentry .bottom .tags {
	float: left;
	display: inline;
	}
.blogentry .bottom  .time{
	float: right;
	display: inline;
	}
.blogentry .bottom  .comments{
	float: right;
	display: inline;
	}
.blogentry .bottom #divider {
	color: #999999;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	}

.comment {
	margin-top: 20px;
	margin-left: 1%;
	width: 68%;
	padding: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #aaaaaa;
	font-size: 14px;
	}
.comment .bottom {
	padding-top: 4px;
	font-size: 10px;
	color: #666666;
	overflow: hidden;
	clear: both;
	}
.comment .text {
	margin-left: 25px;
	margin-top: 4px;
	font-size: 12px;
	}

.tocomment {
	margin-top: 40px;
	width: 70%;
	padding: 0;
	}
.tocomment form {
	margin-left: 1%;
	}
	
.contentleft {
	margin-top: 40px;
	width: 70%;
	padding: 0;
	}
/*----Bilder----*/
.showuppic {
	border: none;
	}
.showuppic tr td {
	padding-left: 20px;
	padding-right: 20px;
	}
.showuppic tr td img {
	border: solid 1px #0063ba;
	padding: 3px;
	}
/*----Footer----*/
#footer {
	overflow: hidden;
	clear: both;
	height: 120px;
	}
#footer .copy {
	display: inline;
	float: left;
	font-size: 12px;
	margin-top: 104px;
	margin-left: 2px;
	}
#footer .img {
	display: inline;
	float: right;
	height: 120px;
	width: 400px;
	background-image: url(hellinsky_hell3_gross.png);
	}
	
	
/* Textfelder &Inputs etc.*/
form {
	margin: 0;
	}
input {
	color: #ffffff;
	font-size: 12px;
	background-image: url(header.png);
	border: 2px solid #0063ba;
	margin-top: 1px;
	padding: 1px;
	-moz-border-radius: 3px 3px;
	-khtml-border-radius: 3px 3px;
	border-radius: 3px 3px;
	}
.input_long {
	width: 60%;
	}
.input_middle {
	width: 250px;
	}
.input_tag {
	font-size: 12px;
	color: #0063ba;
	border: 0px hidden #000000;
	padding: 0;
	margin-left: 3px;
	margin-bottom: 5px;
	background-image: none;
	background-color: #ffffff;
	}
.input_tag:hover {
	color: #0063ba;
	text-decoration: underline;
	}
	
.submit {
	min-width: 150px;
	}
.submit:hover {
	background-color: #222222;
	border-color: #0063ba;
	}
textarea {
	width: 60%;
	height: 300px;
	color: #ffffff;
	font-size: 12px;
	background-color: #444444;
	border: 2px solid #0063ba;
	margin-top: 1px;
	padding: 1px;
	-moz-border-radius: 3px 3px;
	-khtml-border-radius: 3px 3px;
	border-radius: 3px 3px;
	}
.commentarea {
	height: 200px;
	}
	
/*----sontoges----*/
#alert {
	color: #ff0000;
	position: absolute;
	top: 30px;
	left: 1px;
	}
hr {
	border: solid #aaaaaa 0px;
	background-color: #aaaaaa;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	}
.small {
	font-size: 10px;
	}
.curpage {
	text-decoration: underline;
	}