body    {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Helvetica, Sans-Serif;

	background: url("images/bg.jpg") #acb8a8 repeat;

	}



#page   {

	margin: 0px auto;

    padding: 0px;

	width: 1000px;

    background: url("images/header.png") transparent 0% 0% no-repeat;

	}



.leftwrap {

        width: 500px;

        float: left;  

        margin-left: 20px;

        margin-top: -70px;

        }

        

.main_container   {

	margin: 0px auto;

	width: 1000px;
}      



.container {

    font: 1.1em Helvetica, Sans-Serif;

    line-height: 1.3em;

    float: right;

	width: 500px;

	text-align: left;

        /*fixes ie double margin bug*/ display: inline;

}

.container img {
	border: 2px solid  #ffffff;
	padding: 1px;
        margin: 5px;


}

#header {

	}



a {

		color: #e5d8e2;

        text-decoration: none;

        } 

        

        

a:hover {

        color: #000;

        text-decoration: none;

        } 



h2       {

		font-size: 4em;
        line-height: 1.3em;
		color: #e5d8e2;
		font-family: 'Yanone Kaffeesatz';
		font-weight: normal;

         margin: 0px 0px 8px 0px;

         }



h3       {

		font-size: 4em;
        line-height: 1.3em;
		color: #e5d8e2;
		font-family: 'Yanone Kaffeesatz';
		font-weight: normal;

         margin: 0px 0px 5px 0px;

         }



/*sidebar*/

#sidebar {

		font-size: 1.3em;
		color: #000;
		font-family: 'Yanone Kaffeesatz';

		font-weight: normal;

        line-height: 1.3em;

		width: 140px;

		margin-top: 225px;

        margin-right: 100px;

        float: right;

        /*fixes ie double margin bug*/ display: inline;

	}

#sidebar a {

		font-size: 1.3em;
		color: #000;
		font-family: 'Yanone Kaffeesatz';
		font-weight: normal;

}

#sidebar a:hover {
		color: #e5d8e2;
}

#calendar_wrap {

       

   padding-left: 5px;

}



#sidebar li, #sidebar ul, #sidebar ul ul li, #sidebar ul li li, #sidebar ul li ul li {

        list-style-type: none;

        margin-left: 5px;

        margin-bottom: 0px;

        margin-top: 0px;

        margin-right: 0px;

        padding-bottom: 5px;

        }



#sidebar h2 {
	font-size: 1.5em;
	color: #e5d8e2;
	font-family: 'Yanone Kaffeesatz';
	font-weight: normal;
   margin-top: 15px;

}
   

/*post*/

.heading a {

		font-size: 4em;
        line-height: 1.3em;
		color: #e5d8e2;
		font-family: 'Yanone Kaffeesatz';
		font-weight: normal;

        text-decoration: none;

        } 

        

.heading a:hover {

        color: #000;

        text-decoration: none;

        }          



.post   {

		margin: 0px 0px 30px 0px;

        font: 1.15em Helvetica, Sans-Serif;

        line-height: 1.4em;

	}



.content {

        margin: -7px 0px;

        text-align:left;

        }



p.postinfo, p.postmetadata  {

         font-size: 0.8em;

         text-align: center;

         line-height: 0.8em;

         }



p.postmetadata { 

         line-height: 1.2em;

         text-align: left;

         clear: left;

         }



#navigation,#navigation .alignleft a,#navigation .alignright a{

         margin: 0px 0px 70px 0px;

         font: bold 1.1em Helvetica, Sans-Serif;

         }



/*comments*/

.commentlist {

        font: 0.9em Helvetica, Sans-Serif;

        margin: 10px auto;

        padding: 0px;

        }



.comment, .alt {

	border: 1px solid black;

        font-size: 1.2em;

	margin: 15px 0px;

	padding: 5px 5px;

	list-style: none;

	}



.alt    {

        }



#commentform textarea {

        width: 400px;

        border: 1px solid black;

        margin: 10px 0px;

	padding: 2px;

	}



#commentform #submit {

	margin: 5px 0px;

        padding: 2px;

	float: left;

	}



#commentform #author, #commentform #email, #commentform #url {

        border: 1px solid black;

        } 



.decoration {

        width: 50px;

        height: 43px;

        margin: 10px 0px;

        }



/*footer*/

#footer {

	position:relative;

	top: 35px;

	padding: 0px 0px;

	width: 1000px;

	height: 169px;

    clear: both;


        

	}



.footmenu {

        height: 30px;

        width: 760px;

        border-top: 1px solid #000;

        border-bottom: 1px solid #000;

        }



.footmenu ul {

        margin: 0px;

        padding: 0px;

        }



.footmenu li{

        padding: 1px 0px;

        margin: 0px;

        float: left;

        display: inline;

        height: 100%;

        width: 33.3%;

        }



.footmenu a {

        display: block;

        text-align: center;

        font: bold 1.5em Helvetica, Sans-Serif;

        color: #b72e9b;

        }  



.footmenu a:hover,.footmenu a:active {  

        }



/*comments popup page*/

#smallpage {

        margin: 0px auto;

	width: 300px;

        padding: 5px 20px;

        border: 2px solid #233;

        }



#smallpage textarea {

        width: 200px;

        border: 1px solid black;

        margin: 10px 0px;

	padding: 2px;

	}



#smallpage #commentform #submit {

     	margin: 5px 0px;

        padding: 2px;

	}



#commentform #author, #commentform #email, #commentform #url {

        border: 1px solid black;

        } 



/* Begin Images */

p img {

        padding: 0;

        max-width: 100%;

        }





img.centered {

        display: block;

        margin-left: auto;

        margin-right: auto;

        }



img.alignright {

        padding: 4px;

        margin: 0 0 2px 7px;

        display: inline;

        }



img.alignleft {

        padding: 4px;

        margin: 0 7px 2px 0;

        display: inline;

        }



.alignright {

        float: right;

        }



.alignleft {

        float: left

        }

/* End Images */



/*miscellaneous classes*/

#s, #barsubmit {

         margin: 7px 2px;

         width: 90px;

         height: 17px;

         padding: 2px 1px;

         border: 1px solid #000;

	 }



#barsubmit {

	 margin: 6px 0px;

	 padding: 2px 0px;

         height: 23px;

         width: 26px;

	 }



ul, li, ul li, li ul li, ul ul li, ul ul ul li {

        list-style-type: none;

        margin: 5px 0px;

        padding: 2px 0px;

        }



ol      {

        margin: 0px 15px;

        padding: 0px 10px;

        }



ol li   {list-style-type: decimal}



.alignleft {float: left}



.alignright {float: right;}



.center {text-align: center;}



code {font: 1.1em 'Courier New', Courier, Fixed, monospace;}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select  {width: 130px;}



blockquote {

	margin: 10px 15px;

        border-left: 3px solid #9db;

        padding: 0px 7px;

	}



hr      {display: none;}



a img   {

	border: none;

        margin: 1px 0px;

	}



img     { border: none;}





.textwidget {

        margin: 10px 3px;

        }



.fix    {

display: inline;

        }



.watermark {   

        margin: 3px auto;

        width: 114px;

        color: #7b4e00;

        border-left: 2px solid #589;

        border-right: 2px solid #589;

        text-align: center;
     }


#menu {
	position:relative;
	width: 450px;
	top:205px;
	left: 525px;
}


ul#mainNav {list-style:none; margin:0; padding:0px;}
ul#mainNav li {list-style:none; margin: 0px; padding: 0px; outline: none;}
ul#mainNav li a {display: block; outline: none;}
	
a.home_menue {
width: 114px; height: 74px; position: relative; margin-top: 0px; left: 0px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/home.png') no-repeat 0px 0px;
}
a.ich_menue {
width: 129px; height: 73px; position: relative; margin-top: 20px; left: 50px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/mingo.png') no-repeat 0px 0px;
}
  
a.impressum_menue {
width: 114px; height: 69px; position: relative; margin-top: -65px; left: 320px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/impressum.png') no-repeat 0px 0px;
}
a.kontakt_menue {
width: 115px; height: 57px; position: relative; margin-top: 15px; left: 200px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/kontakt.png') no-repeat 0px 0px;
}

a.home_menue:hover, #mainNav a.home_menue:hover {
width: 114px; height: 74px; position: relative; margin-top: 0px; left: 0px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/home_active.png') no-repeat 0px 0px;
}
a.ich_menue:hover, #mainNav a.ich_menue:hover {
width: 129px; height: 73px; position: relative; margin-top: 20px; left: 50px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/mingo_active.png') no-repeat 0px 0px;
}
a.impressum_menue:hover, #mainNav a.impressum_menue:hover {
width: 114px; height: 69px; position: relative; margin-top: -65px; left: 320px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/impressum_active.png') no-repeat 0px 0px;
}
a.kontakt_menue:hover, #mainNav a.kontakt_menue:hover {
width: 115px; height: 57px; position: relative; margin-top: 15px; left: 200px; overflow: hidden; cursor: hand; text-indent: -99999px; background: url('images/kontakt_active.png') no-repeat 0px 0px;
}

#mainNav a:focus {outline: none;}
