/*
Design by TSD-Koch 2011
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*                                                  Webfarben
# Farbton (Dunkleres Gruen, Hintergrund): #FFFFF0
# Farbton (Grün Mittel):                  #FFFFFF
# Farbton (Hellgraugrün):                 #DAE4DB   #CCCCCC
# Farbton (Dunkleres Gruen, Schrift, h2): #000
# Farbton (Hellgrün, Links im Fliesstext, Schrift, #metainformation, msiteinformation): #9AD142   #99CC33
# Farbton (Text Schwarz):                 #000
# Farbton (Dunkelrot, Link):              #B11F32   #993333
# Farbton Weiß                                      #FFFFFF 
# Farbton Fehler Rosa                               #FFCCCC
# Farbton Fehler Rot dunkler                        #993300
# Farbton Notizen Hellgelb			                  #FFFFCC
# Farbton Notizen Rahmen Orange			           #FFCC33
# Farbton Notizen Schrift Braun			           #663333
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFFFF0; 
	color: #000;
	font: normal 80% sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	height: 100%;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #000; /*#555;*/
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #993333;}
a {
	color: #000;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #000;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #000;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}


/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {
    font-weight: bold; 
    border:2px groove #000; 
    background: #fff;  
    padding: 3px 3px 3px 3px    
}

td {
    border:2px groove #000;
    background: #fff;
    padding: 3px 3px 3px 3px
}

#tableBut {
	width: 100%;
}

#tdBut {
    padding: 3px 3px 3px 3px;
    border: none;
    background: #DAE4DB;
}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #000;}
.loud {color: #000;}
.highlight {background: #000;}

.zuladen1 {background: #FF0000;}
.zuladen2 {background: #FFF000;}
.voll {background: #FFFFFF;}
.kopfzeile {background: #CCCCC0;}
.warnung {color: #FF0000;}
.datumOK {color: #000;}

.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}

.error, .notice, .success {
	font-size: 1.1em;
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	background: #FFCCCC;
	border-color: #FFCCCC;
	color: #993300;
}
.error a {color: #993300;}

.notice {
	background: #FFFFCC;
	border-color: #FFCC33;
	color: #663333; 
}
.notice a {color: #663333;}

.success {
	background: #FFFFCC;
	border-color: #FFCC33;
	color: #663333;
}
.success a {color: #663333;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
} 

fieldset {border: 1px solid #000;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {
	background: #fff;
	padding: 2px 2px;
}

input.text, textarea, select {
	background: #fff;
	padding: 2px 2px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFFF;}

input.button {
	background: #fff;
	padding: 2px 2px;
}
input.button:active {border-style: inset;}


.form_row {
	background: #DAE4DB;
	border-top: 1px solid #000;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #DAE4DB;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 4px 0 8px;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;}
.form_property {
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #000;
	border: 1px solid #000;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.lefttipp {
    float: left;
    margin-left: 0.2em;
    margin-top: -1em;
}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #DAE4DB;
	clear: both;
	color: #000;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_meta a, .post_date a {text-decoration: none;}
.post_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #000;
	color: #000;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #000;}

.post_meta {
	background: #DAE4DB;
	border: 1px solid #000;
	color: #000;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #000; }
.post_meta a:hover {color: #000;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAE4DB;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #DAE4DB;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #DAE4DB;
	border: 1px solid #000;
	color: #000;
	font: bold 1.3em sans-serif;
	padding: 5px 10px 5px;
}
.box_content {
    padding: 5px 0 5px;
    font: bold 1em sans-serif;
    line-height: 1.8;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #DAE4DB; 
	margin: 1em 0 2em;
}
        

.comment {
	border-bottom: 1px solid #DAE4DB;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */
.Input_wdk
{
    color:#000000;
    font-size: 1.1em;
    border: 1px solid #4682B4;
    background-color:#FFFFF0;
    height:15px;
    width:224px;
    padding:3px;
}
.button_wdk {
    border: none;
    background: url(/img/up.JPG) no-repeat top left;
    width: 230px;
    height: 37px;
}
.button_wdk:hover {
    border: none;
    background: url(/img/down.JPG) no-repeat top left;
    width: 230px;
    height: 37px;
}


/* General wrappers background: transparent url('../../img/Klimawerkler.png') top left no-repeat; */

/*#col1, th:first-child {display: none} */


#layout_wrapper {
    background: #CCCCCC; 
    width: 980px;
    margin: auto;
    min-height: 100%
    height: auto;
    height: 100%;
    overflow: hidden;
    }


/* Header   */
#header_wrapper {
    background-color: #555;
    background-image: url(/img/headwdk.jpg);
    background-attachment: scroll;
    height: 150px; 
    background-position: 0%;	
  }

       
 #header {
	padding: 10px 10px 0 10px;
}


#site_title h1 {
	color: #000;
	font-size: 3em;
}

#site_title h1 a {
	color: #000;
	text-decoration: none;
}

#site_title h1 a:hover {color: #CC0000;}
#site_title h2 {
	color: #000;
	font-size: 1.2em;
}


/* Main 

#main_wrapper { 
    background-image: url(/img/main_hintergrund.gif); 
    background-repeat: repeat-y; 
    background-attachment: scroll; 
    border-bottom: 1px solid #DAE4DB; 
    margin-bottom: 3px; 
    background-position: 0%;
 }      */    
      
             
#content_wrapper {
    background-color: #CCCCCC;
    color: #000;
	position: relative;
    left: 50%;
	top: 100px;
    width: 280px;
	height: 180px;
	margin-left: -140px;
    }
#content {padding: 0 20px 0 20px;}


/* Footer */

#footer {	
	background: #DAE4DB;
	border: 1px solid #DDD;
	padding: 3px 12px;
}
#footer .right, #footer .right a {
	color: #000;
	text-decoration: none;
}
#footer .right a:hover {
	color: #000;
	text-decoration: underline;
}

/* Admin */
#Button1 
{ 
margin: 2px auto 2px 5px;
padding: 6px 0px 0px 30px;
width: 198px;
height: 35px;
background-image: url(/img/save.gif);
}


#Button2 
{ 
margin: 2px auto 2px 5px;
padding: 6px 0px 0px 30px;
width: 198px;
height: 35px;
background-image: url(/img/cancel.GIF);
}

#ipBut
{
width: 198px;
height: 35px;
border-width: medium;
border-style: outset;
background-color: #000;
color: #DAE4DB;
}


/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}
