/*
Theme Name: myON-ID2
Theme URI:
Description:
Version: 2.0
Author: Christian Hubel
Author URI:
*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	line-height: 17px;
	color: #333333;
}
img {
	border: 0px;
}

img.alignright {float:right; margin:0.5em 0 0.5em 1em}
img.alignleft {float:left; margin:0.5em 1em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0.5em 0 0.5em 1em}
a img.alignleft {float:left; margin:0.5em 1em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

hr {
         margin-top: 25px;
         margin-bottom: 25px;
	border: 0px;
	border-top: solid 1px #DDDDDD;
	border-bottom: transparent;
}

form {
	margin: 0px;
	padding: 0px;
}

a,a:active,a:visited  {
	color: #00769B;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
.headzeile {
	width: 100%;
	height: 50px;
	background-repeat: repeat-x;
}
.headgfx {
	background-color: #444444;
	background-image: url(images/image_1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}
.logo {
	margin-top: 4px;
	float: left;
	border: 0;
}
.contentbox {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	background-color: #FFFFFF;
}

.content {
	background-color: #EEEEEE;
}

.kategorien {
	float: right;
	height: 50px;
	width: 500px;
}
.button-left {
	background-image: url(images/style_1_left.png);
	height: 26px;
	width: 4px;
	float: left;
	margin-left: 10px;
}
.button-middle {
	background-image: url(images/style_1_middle.png);
	background-repeat: repeat-x;
	height: 26px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.button-right {
	background-image: url(images/style_1_right.png);
	height: 26px;
	width: 4px;
	float: left;
}
a.button/* Default button style */

 {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;
}
a.button:hover {

}
.button-middle:hover {
	background-image: url(images/style_1_middle_hover.png);
	background-repeat: repeat-x;
	height: 26px;
	float: left;
}
.button-left:hover {
	background-image: url(images/style_1_left_hover.png);
	height: 26px;
	width: 4px;
	float: left;
	margin-left: 10px;
}
.button-right:hover {
	background-image: url(images/style_1_right_hover.png);
	height: 26px;
	width: 4px;
	float: left;
}
.maincontent {
	float: left;
	margin-right: 20px;
	width: 580px;
	color: #333333;
	margin-top: 10px;
	padding-left: 20px;
}
.sidebar {
	float: right;
	width: 320px;
}
.footerbox {
	background-color: #DDDDDD;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	height: 1px;
}

.sidebar-box {
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	border: 1px solid #DDDDDD;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 12px;
}
.sidebar-box h3 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 5px;
}
.sidebar-box ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.sidebar-box li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}
.sidebar-box a, .sidebar-box a:active, .sidebar-box a:visited {
	color: #00769B;
	text-decoration:none;
	line-height: 105%;
}
.sidebar-box a:hover {
	text-decoration:underline
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #00769B;
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 5px;
}


h2       {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 18px;
         line-height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #333333;
	font-weight: bold;
}
h2 a, h2 a:active, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 20px;
}
p.artikelinfo {
	font-size: 11px;
	color: #6D6D6D;
	margin: 0px;
	padding: 0px;
         margin-bottom: 15px;
}
.artikel{
	margin-bottom: 20px;
}

input#s {
	width: 232px;
	margin: 0px;
	padding: 5px;
	height: 16px;
	vertical-align: middle;
	font-size: 13px;
	background-image: url(images/searchform2.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
}
#searchsubmit {
	padding: 0px;
	margin: 5px;
	height: 26px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 26px;
}
#searchform {
	vertical-align: top;

}
.artikelfooter {
	background-color: #DDDDDD;
	-moz-border-radius: 4px;
	margin-bottom: 50px;
	font-size: 11px;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	padding-left: 25px;

}
ul#artikelfooter {
	list-style-type: none;
	list-style-image: none;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
li#art-footer-kommentar, li#art-footer-share, li#art-footer-share-single, li#art-footer-kategorie, li#art-footer-autor, li#art-footer-datum, li#art-footer-drucken
{
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 20px;
	text-decoration: none;
}
li#art-footer-share {
	background-image: url(images/add.png);
}
li#art-footer-share-single {
	background-image: url(images/add.png);
	margin-left: 0px;
}
li#art-footer-kommentar {
	background-image: url(images/comment_add.png);
	margin-left: 0px;
}
li#art-footer-kategorie {
	background-image: url(images/folder_page.png);
}
li#art-footer-autor {
	background-image: url(images/user.png);
	margin-left: 0px;
}
li#art-footer-datum {
	background-image: url(images/time.png);
}
li#art-footer-drucken {
	background-image: url(images/printer.png);
}
li  a, li a:active, li a:visited, li a:hover {
	text-decoration: none;
}
h3#comments, h3#respond {
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	color: #333333;
	padding-bottom: 3px;
	font-size: 14px;
	margin-top: 0px;

}

#kommentarbox {
	-moz-border-radius: 3px;
	border: 1px solid #DDDDDD;
	margin-bottom: 30px;
}
#kommentar-info {
	background-color: #F5F5F5;
	padding: 10px;
	font-size: 8pt;
	height: 16px;
}
#kommentar-autor {
	float: left;
	font-weight: bold;
	color: #00769B;
}
#kommentar-zeit {
	float: right;
}
#kommentar-main {
	float: right;
	width: 510px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#kommentar-main p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
img.avatar {
	border: 1px solid #41B6D2;
	float: left;
	margin: 10px;
}
form#commentform input, textarea {
	border: 1px solid #DDDDDD;
}
.signatur {
	display: block;
	clear: both;
	position: relative;
	float: none;
	overflow: hidden;
	margin-top: 30px;
         font-size: 11px;
}
.signatur img {
	margin-right: 10px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	display: block;
}
.rss-box {
	-moz-border-radius: 3px;
	border: 1px solid #DDDDDD;
	margin-bottom: 50px;
	padding: 10px;
	font-size: 12px;
}
.rss-box img {
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;

}
