/*  
awissig08
*/

html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	color: #000000;
	font-size: 75%;
    background:#000000 url(images/bg_wissig_hy.jpg) 0 0 repeat-x;
}

/* DIV - KASTEN
*******************************/

.metia2a {
    border: 1px solid #F9FDEE;
        font-size: 0.95em;
	background-color: none;
         background: url('images/122245677.jpg') ;
         width : 500px; 
	height : auto;
         padding: 0px 0px 0px 0px;  
	text-align: left;
	color: #666;
	}
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	padding: 2px 5px 1px 5px;
	width: 145px;
	}

.metia5 {
    border: 1px solid #51B142;
        font-size: 1.2em;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 1px 1px 1px 1px; 
	text-align: left;
	color: #000000;
	}

.metia4 {
    border: 1px solid #51B142;
        font-size: 0.95em;
	background-color: #000000;
         
         background: url('images/bg_sidebar.jpg') repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
	color: #666;
	}
.metia4b {
    border: 1px solid #51B142;
        font-size: 0.95em;
	background-color: #000000;
         height: auto;
         background: url('images/bg_sidebar.jpg') repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
	color: #666;
	}

.metia4a {
    border: 1px solid #51B142;
        font-size: 0.95em;
	background-color: #000000;
         height: 193px;
         background: url('images/li_sidebar.jpg') ;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px; 
	text-align: left;
	color: #666;
	}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea,
pre,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  color:#51B142;
  font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
    font-size: 2.58em;
    color:#000;
    line-height:1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 2.08em;
}
h3 {
    font-size: 1.67em;
    padding-bottom:.6em;
}
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.8; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #DBDBDB;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
acronym       { border-bottom:1px dotted #666; }
dl {
    line-height:1.8;
    margin-bottom:1.2em;
}
/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #51B142; text-decoration: underline; cursor:pointer; }
a:hover		{ color:#666666; }
a:active,
a:focus     { outline: 0; } /*remove border in ff*/

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

img {
    border:0;
    outline:0;
}

/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}


#root{
	width:865px;
	margin: 0px 0px 0px 0px;
}

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background:url(images/header.jpg) no-repeat 0 0;
    height:292px;
    margin: 0px 0px 0px 73px;
}

#header .pages {
    margin: 270px 0px 0px 543px;
    
    bottom:20px;
    left:25px;
    overflow:hidden;
    font-size:.92em;
    line-height:1.2;
}

#header .pages span {
    display:block;
    height:21px;
    width:5px;
    
    background-position:0 0;
    background-repeat:no-repeat;
    float:left;
}

#header .pages ul {
    float:left;
    background:#50B043;
    opacity:.8;
    padding:4px 0;
}



#header .pages li {
    float:left;
    padding:0 12px;
}

#header .pages li a {
    color:#fff;
    text-decoration:none;
}

#header .pages li a:hover {
    text-decoration:underline;
}

#header h1 {
	padding:35px 0 4px 25px;
}

#header h1 a {
    color:#0e1415;
    text-decoration:none;
}

#header h1 a:hover {}

#header .description {
    font-size:.92em;
    padding-left:25px;
    color:#4b6e76;
}

#about{
	padding-left:40px;
	padding-top:30px;
	width:485px;
	color:#e5f6eb;
}

#about h3 {
	font-size:19px;
	color: #51B142;
	padding-bottom:0px;
}

#about p {
    font-size:0.75em;
    line-height:1.8;
}

#search {
	color:#635b5c;
         width: 165px;
         font-size:.92em;
	padding-top:0px;
	float:right;
	padding-right:0px;
}
#search input.s {
	width: 165px;
	color:#444;
    height:17px;
    vertical-align:middle;
    border:1px solid #a2c1c6;
    font-size:1em;
    padding:0 2px;
    background:#cae4e5;
}

#search input.button {
    vertical-align:middle;
    padding:2px;
    border:0;
}

#main{
    background:#ffffff url(images/middle.jpg) repeat-y;
    margin: 0px 0px 0px 126px;
    width:712px;
    overflow:hidden;
}

#sidebar {
	margin: 0px 0px 0px 0px;
    background:none;
    padding:0px 0px 0px 0px;
    
}

#left-box {
position : absolute;
	padding: 5px 5px 5px 5px;
	width : 150px; 
	height : auto; 
	top: 320px; 
	left: 660px; 
	background-color: #000000; 
	border: 1px solid #000
}



#content {
    padding: 35px 15px 15px 15px;
    width:500px;
    
}
#sidebar .box {
    margin: 0px 0px 0px 0px;
    
}

#sidebar ul {}

#sidebar li{
    margin:0;
	font-size:.92em;
}

#sidebar li li {
    padding:0 0 0 18px;
    font-size:1em;
}

#sidebar li a {
    padding:0 0 0 18px;
    background:url(images/li.gif) 0 6px no-repeat;
}

#sidebar li a:hover {
    background-image:url(images/li-hover.gif);
}

#sidebar li li a {
    background:url(images/sub-li.gif) 0 6px no-repeat;
}

#sidebar li li a:hover {
    background-image:url(images/sub-li-hover.gif);
}

#sidebar .meta li a {
    background-image:url(images/meta-li.gif);
}

#sidebar li a {
	color:#dce4e6;
	line-height:2;
}
#sidebar li a:hover {
	color:#fff;
}

.box input.text {
    border:1px solid #A2C1C6;
    background:#CAE4E5;
    padding:1px;
    color:#303030;
    width:100px;
}
.box input {
    font-size:.92em;
}
.box .tags {
    line-height:1.4;
}
.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}
#left-block #recentcomments {
    font-size:.92em;
}
#left-block #recentcomments li {
    background:none;
    padding-left:0;
}
#sidebar #recentcomments li a {
    background:none;
}
#wp-calendar {
    width:150px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#465B62;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}









#content .post {
    overflow:hidden;
    margin-bottom:1.5em;
    clear:both;
}

#content .title {
    overflow:hidden;
}

#content .title h2 {
    padding-bottom:4px;
    float:left;
}

#content .title h2 a {
    text-decoration:none;
}

#content .title h2 a:hover {
    color:#666666;
}

#content .title .comments {
    padding-top:10px;
    float:right;
    font: 1.08em normal "Times New Roman", Times, serif;
}

#content .title .comments,
#content .title .comments a {
    color:#ffea9f;
    text-decoration:none;
    
}

#content .date,
#content .category  {
    float:justify;
}

#content .comments {
    float:right;
}

#content .postdata {
    font-size:0.92em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:8px;
    background:#465b62;
    margin:4px 0 8px;
    overflow:hidden;
}

#content .category a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#content .entry {
    font-size:.92em;
}

#content .entry .more-link {
    font-weight:bold;
}

/* Comments
 *******************************/
.comments-list {
    font-size:.92em;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#465B62;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    padding:2px;
	color:#444;
    border:1px solid #a2c1c6;
    background:#cae4e5;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
    border:0;
}

#commentform textarea {
    width:400px;
}





#footer{
    margin: 0px 0px 0px 72px;
	height:173px;
    padding:15px 40px 0;
    font-size:.92em;
	background:url(images/footer.jpg) no-repeat 0 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#50B043;
    overflow:hidden;
}

#footer img {
    vertical-align:middle;
}

#footer .copyright {
    float:middle;
    line-height:1.8;
}

#footer .links {
    float:middle;
}

#footer .links a {
    margin-left:16px;
	font-weight:bold;
    color:#4D646C;
}

#footer .links a:hover {
    text-decoration:none;
}

.navigation {
	font-weight:bold;
	font-size:.92em;
    overflow:hidden;
    line-height:1.2;
}
