/* general definitions */
html, body, form, div, p, img {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body, p, input, textarea {
	font-size: 12px;
	color: #595959;
}

body, h1, h2, h3, h4, h5, p, input, textarea {
	font-family: Arial, Helvetica, Verdana;
	line-height: 130%;
}

a {
	color: #68ab4e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display:block;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #000;
	text-decoration: none;
}
h1, h1 a, h1 a:hover {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
	font-size: 19px;
}

h2, h2 a, h2 a:hover {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #6699ff;
	font-size: 19px;
}

h3 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #6699ff;
	font-size: 14px;
}
h4 {
	margin: 0;
	font-size: 12px; 
	font-weight: bold;
}
td {
	padding: 1px 0;
}
small {
	font-size: 10px;
	display:block;
}
fieldset {
	color: black;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 5px 0px 5px 0px;
}
ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}
li {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
img a, a img {
	border: 1px none white;
}
input.checkbox, input.radio {
	border: none;
	background-color: transparent;
}
input, textarea {
	padding: 3px;
	margin: 0 0 2px 0;
}
textarea, input {
	border: 1px solid  #8bc15e;
	background-color: #fcf5f2;
}
input.submit, button, input.button, p.submit input {
	font-weight: normal;
	color: #fff;	
	cursor:pointer;
	background-color: #40413c;
	border: none;
	padding: 3px;
}

input.submit:hover {
}

.stopfloat, .clear, .stopFloat {
	clear:both;
	float:none;
	height: 1px;
	overflow:hidden;
}

/**
 * special definitions
 * used within a couple templates
 */
.stopfloat, li.stopfloat {
	clear:both;
	float:none;
	height: 0px;
	overflow:hidden;
	display:block;
}

.status_text {
	color: #CC0000;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.float {
	float:left;
	margin: 0px 5px 5px 0px;
}
.innerPadding {
	padding: 20px;
}
.trennersmall {
	height: 2px;
}
.trenner {
	height: 10px;
}
.trennerbig {
	height: 20px;
}

a.link {
	cursor:pointer;
	border-bottom: 1px none black;
}

/**
 * page structure
 * main page design
 */
#container {
	margin: 0px 0px 0px 0px;
	width: 950px; 
}
#header {
	margin: 0;
	padding: 0 0px 0px 0px;
	background-image: url(images/header2.jpg);
	height: 345px;
	width: 950px;
}
#header #logo {
	padding: 150px 0 10px 470px;
}
#header #balken {
	background: transparent url(images/header-balken.png) no-repeat 0 0;
	height: 49px;
}
#header #balken ul {
	list-style-type: none;
	padding: 13px 0 0 50px;
}
#header #balken ul li {
	float:left;
	margin: 0 50px 0 0;
	padding: 0 0 10px 0;
}
#header #balken ul li a {
	font-weight: bold;
	font-size: 19px;
	color: white;
	text-decoration: none;
	border: none;
	
}
/* structure in page.inc.php */
#page_container {
	float:left;
	width: 700px;
	padding: 0;
	text-align: left;
}

#page_content {
	margin: 20px 10px 10px 50px;
	border-right: 1px none #CCCCCC;
	background-color: white;
}

/* padding in page.inc.php */
.content_padding {
	padding: 0px 40px 0px 0px;
}

/* padding in show.inc.php */
.content_item {
	padding-bottom: 0px;
}

/* rest in footer.inc.php */
#right {
	float:left;
	margin-top: 20px;
	width: 250px;
	
}
#right a, #right h3 {
	color: #8fa863;
}
#right a {
	border-bottom: 1px solid #8fa863;
}
#right input {
	border: 1px solid #8fa863;	
}
#right input.submit {
	border: 1px none #8fa863;	
}
#right .box {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 10px 14px 10px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	color: #777777;
	background-color: white;
}
.language {
	height: 42px;
}
.language a {
	border-bottom: 1px none white;
	font-size: 11px;
}
.language div {
	float:right;
	margin-right: 5px;
}
.language div.aktiv {
	font-weight: bold;
}
.language div.stopfloat {
	float:none;
	clear:left;
}
#footer {
	border-top: 1px solid #cccccc;
	margin: 10px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}



div.alignleft {
	float:left;
	text-align:left;	
}
div.alignright {
	float: right;
	text-align: right;	
}
#s {
	width: 170px;
}
div.meta, div.comment_meta {
	font-size: 11px;
	margin: 1px 0px 10px 0px;
	padding: 0px;
}
div.comment_meta {
	text-align:left;
	margin: 0px 0px 10px 0px;
}
div.boxcomments li, div.boxcomments ul {
	list-style-type: none;
}
div.boxcomments {
	color: #5b5b5b;
}
div.trackback {
	text-align: right;
	margin: 10px 0px 10px 0px;
}

.commentlist {
	margin: 10px 20px 0px 10px;
}

.commentlist li {
	padding: 10px;
}

.odd {
	background-color: #f1f1f1;
}
.entry {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;	
	background: transparent url(images/trenner.png) repeat-x left bottom;
}

li.categories {
	list-style-type: none;	
}

div.popular {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;	
	background: transparent url(images/trenner.png) repeat-x left bottom;
}
div.popular a {
	border: none;	
}

ul.postview li {
	margin: 0 0 5px 0;
}

p.subscribe-to-comments {
	margin-top: 10px;	
}



