/*

Theme Name: ModiOne
Theme URI: http://koch-werkstatt.de
Description: Designed by Karsten Kuhnen
Version: 0.1 deutsch
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de

*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;}
* html .fix{height:1%;}
.fix{display:block;}

body {
	background: #f2f2f2;
	font: normal 12px Arial, sans-serif;
    padding: 40px 0;
}


blockquote {
       background:#fff url(images/bquote.gif) no-repeat top left;
       color:#666;
       font-style: italic;
       margin:10px 0 0 0;
       padding:0px 50px 5px 30px;
}



a {
	color: #9DA600;
	text-decoration: none;
    outline: none;
}

a:hover {
	color: #21759b;
   	text-decoration: none;
    outline: none;
}



.left {float: left;white-space:nowrap;}

.right {float: right;white-space:nowrap;}

/*#####################*/
/*### Überschriften ###*/
/*#####################*/



h1, h1 a {
	color: #FF8C00;
	font: 16px Arial, sans-serif;
    font-weight: bold;
    margin: 0;
	padding: 0 0 2px 0;
	text-decoration: none;
    display: block;
}

h2, h2 a {
	color: #FF8C00;
	font: 16px Arial, sans-serif;
    font-weight: bold;
    margin: 0;
	padding: 3px 0 2px 0;
	text-decoration: none;
    display: block;
}

h3, h3 a {
	color: #FF8C00;
	font: 12px Arial, 'Helvetica', sans-serif;
    font-weight: bold;
	margin: 10px 0 0px 0;
	padding: 0;
}

h4 {
    color: #FF8C00;
	font: 11px Arial, 'Helvetica', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }


p {
	line-height: 1.6em;

    margin: 12px 0;
}


small {
        font-size: 10px;
        line-height: 1em;
}

/*content width*/
#page {
	background: #fff;
    margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	width: 680px;
    border: 1px solid #ddd;
	background-image:url(images/rising_phoenix.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
	background: #fff;
    height: 220px;
	margin: 0 auto;
    text-align: left;
	padding: 20px 0 0 0;
    overflow: hidden;
}

#headerbox {
    background: url(images/header_2b.jpg) no-repeat;
    height: 177px;
}

#blogname  {
	color: #fff;
    float: right;
    font: 26px Georgia, 'Times New Roman', Times, serif;
	margin-top:20px;
	padding-right:15px;	
	border-right:1px solid #999;
	font-weight:bold;
	
}


#blogname a:hover {
    color: #005577;
}

#blogname p {
	text-align:right;
 	font: 20px Georgia, 'Times New Roman', Times, serif;
}

/*####################*/
/*### Top Menu Bar ###*/
/*####################*/



#top {
    background: #fff;
    height: 34px;
    margin: 0 auto;
    width:100%;
    text-align: left;
    overflow: hidden;
}

#topbar { 
	height: 34px;
    width: 680px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
	padding-left:10px;
}

ul.topmenu {
    background: transparent;
    float: left;
    margin: 0 auto;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 20px 0 0px;
	color:#FF6600;
    text-decoration: none;
}

ul.topmenu li a:hover {
	color: #082600;
    text-decoration: none;
}

ul.topmenu li.current_page_item a {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 20px 0 0px;
	color: #9DA600;
    font-weight: bold;
}

ul.topmenu li.current_page_item a:hover {
	float: left;
	display: block;
    height: 34px;
	padding: 9px 20px 0 0px;
	color: #607f000;
    font-weight: bold;
}

/*########################*/

/*### Menü Kategorien  ###*/
/*########################*/



.shadow {
        background: url(images/shadow.gif) no-repeat top right;
        width: 680px;
        height: 15px;
        padding: 0;
        margin: 0;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: #fff;
    border: none;
	color: #666;
	float: left;
	margin: 0;
	padding: 30px 0px 30px 0;
  	text-align: left;
	width: 480px;
    display: inline;
}

#content a:hover {
    color: #21759b;
    text-decoration: none;
}

#content img {
    margin: 0 0 5px 0px;
    padding: 0;
}

#content ul li{
list-style-type:none;
background-image:url(images/bullet_orange.jpg);
background-repeat:no-repeat;
background-position:center left;
padding-left:20px;
}


#content h1 a:hover {
        color: #2FF8C00;
        background: transparent;
        text-decoration: none;
}

#content h2 a:hover {
        color: #21759b;
        background: transparent;
        text-decoration: none;
}



#content h3 a {
        text-decoration: none;
}



#content h3 a:hover {
         color: #669933;
         background: transparent;
         text-decoration: none;
}



/*################*/
/*#### Footer ####*/
/*################*/

#footer {
    background: transparent;
	color: #666;
    margin: 0;
	padding: 20px 0 0px 0;
    text-align: left;
    clear:both;
}

#footer p{
font-size:80%;
}
#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    color: #21759b;
    text-decoration: none;
}

/*################*/
/*### Search box ###*/
/*################*/

.s {
	background: #fff;
        border: 0px solid #c7c7c7;
	color: #666;
        font: 12px Arial, 'Helvetica', sans-serif;
	height: 15px;
	padding: 0px;
	vertical-align: middle;
	width: 208px;
}



/*################*/
/*#### SIDEBAR ###*/
/*################*/




#wrapper {
        float: left;
	margin: 0;
	padding: 0;
}

.alignleft_navi {
	float: left;
        background: transparent;
        padding: 0;
        width: 225px;
	margin: 0;
	text-align: left;
}

.alignright_navi {
	float: right;
        background: transparent;
        width: 225px;
        padding: 0;
	margin: 0;
	text-align: right;
        overflow:hidden;
}

.alignleft {
	float: left;
	text-align: left;
        width: 210px;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
        width: 210px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.meta {
        background: transparent;
        font: 11px Arial, Helvetica, sans-serif;
        color: #777;
        line-height: 1em;
	margin: 0;
	padding:0 0 3px 0;
	text-align: left;
}

.meta a {background: transparent; color: #777; text-decoration: none;}

.meta a:hover {background: transparent; color: #d54e21;}

.clear {clear:both;}

.posttags {
        font-size: 11px;
        clear: both;
}

.postfooter {
        background: url(images/postfooter.gif) no-repeat top left;
        width: 500px;
        padding: 0;
        margin: 0 0 40px 0;
        text-align: center;
}

.postfooter {
        background: url(images/postfooter.gif) no-repeat top left;
        width: 510px;
        padding: 0;
        margin: 30px 0 30px 0;
        clear: both;
}


.postfooter2 {
        background: url(images/postfooter.gif) no-repeat top left;
        width: 510px;
        padding: 0;
        margin: 20px 0 20px 0;
}

.postfooter3 {
        background: url(images/postfooter.gif) no-repeat top left;
        width: 510px;
        padding: 0;
        margin: 20px 0 20px 0;
}

.postfooter_single {
        background: url(images/postfooter.gif) no-repeat top left;
        width: 500px;
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
}

.entry ul.postnavi {
	list-style: none;
        margin: 0;
        padding: 0;
}

.more-link { font-style: italic; padding: 20px 0;}

.wp-caption-text {
font-size: 11px;
margin: 0 0 5px 0;
padding: 0 5px 5px 5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
        padding: 4px 0 0 0;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

}




.widgettitle{
color:
#000000;
}

#wh-subpages{
list-style-type:none;
list-style:none;
float:left;
width:200px;
font-weight:bold;
padding-top:20px;




}

#wh-subpages ul li{
list-style-type:none;
background-image:url(images/page_white_text.png);
background-repeat:no-repeat;
background-position:center left;
padding-left:20px;
}

#wh-subpages a{
color:#607f000;
}


#sidebar  {
width: 200px;
text-align: left;
float: right;
margin: 0;
padding:  30px 0 30px 0;
line-height: 1.6em;
}

#sidebar a img {
        margin: 0;
        padding: 0;
        }

.sidelist {
        background: #f2f2f2 /*#EAF3FA*/;
        border: 1px solid #ddd;
        margin: 0 0 0 0;
        padding: 5px;
        }

.boxfooter {
        background: url(images/boxfooter.gif) no-repeat top center;
        width: 225px;
        height: 10px;
        padding: 0;
        margin: 0 0 10px 0;
        clear: both;
}

.sidelist2 {
        margin: 0 0 10px 0;
        }



#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li {
        background:#fff;
        color: #999;
        border-bottom: 1px solid #ddd;
	margin: 0;
        padding: 5px;
	}

#sidebar li.linkcat {
               background:#fff;
        border-bottom: 0px solid #ddd;
	margin: 0;
        padding: 0;

	}


#sidebar li a {
        color: #333;
	}



#sidebar li a:hover {
        color: #d54e21;
        text-decoration: none;
	}



#sidebar h2 {
        background: inherit;
        color: #d54e21;
        font: 12px Arial, 'Helvetica', Verdana, sans-serif;
        font-weight: normal;
        padding: 0px 0px 5px 0px;
        margin: 0;
}


.img_one{
	float:left;
	padding:10px;
margin:10px;
	
	
}

.img_two{
	float:right;
	padding:10px;
margin:10px;
	
	
}
