/*

WordPress Template für heisebeck.de
Author: edoba - Lorenz Seeer
Copyright: 2007-2008 heisebeck.de

*/


/*****************************************************
* MAIN
*****************************************************/

* { padding:0;margin:0; }

html { background:#f6f5ec url('images/bg.png') center repeat-y; }

body { text-align:center; }


/*****************************************************
* LINKEIGENSCHAFTEN
*****************************************************/

a:link { color:#2d3608;text-decoration:none; }

a:hover { color:#2d3608;text-decoration:underline; }

a:visited { color:#2d3608;text-decoration:none; }


/*****************************************************
* TYPOGRAPHY
*****************************************************/

p { line-height:1.7em;color:#6a7347;font-family:"Helvetica Neue",Helvetica,Arial;font-size:0.85em; } /* Für die Texte */

h1 { line-height:1.7em;color:#96a265;font-family:"Helvetica Neue",Helvetica,Arial; } /* Für den Content */

h2 { line-height:1.7em;color:#96a265;font-family:"Helvetica Neue",Helvetica,Arial;font-size:1.0em;margin:10px 0 10px 0; } /* Für den Content */

h3 { line-height:1.5em;color:#000033;font-family:"Helvetica Neue",Helvetica,Arial; } /* Für die Sidebar, Aktuelles und zwischen dem Inhalt */

h4 { line-height:1.5em;color:#000033;font-family:"Helvetica Neue",Helvetica,Arial; } /* Für die Sidebar, Aktuelles und zwischen dem Inhalt */

#content p { padding:0 10px 0 10px; }
     
#content h2 { border-bottom:1px dotted #96a265;margin-left:10px; }

#sidebar h2 { border-bottom:1px dotted #96a265;margin-right:10px; }

#footer p { font-size:11px;padding:10px; }

#content small { font-size:12px;color:#6a7347;padding:10px;font-family:"Helvetica Neue",Helvetica,Arial; }


/*****************************************************
* LOGO
*****************************************************/

h1 strong { margin:62px 0 0 0;float:left;display:block;font-size:14px;font-style:italic;font-weight:normal;text-align:left;width:267px; }
		
h1 strong a { float:left;display:block;width:267px;height:54px;background:url('images/logo.png') no-repeat 0 0;text-align:left;text-indent:-9999px; }


/*****************************************************
* HAUPTNAVIGATION
*****************************************************/

#navi ul { list-style-type:none;float:left; }

#navi ul li { float:left;font-family:"Helvetica Neue",Helvetica,Arial;font-size:14px; }

#navi ul li a { display:block;padding:11px;border-right:1px solid #aab776; }

#navi ul li a:link,a:visited { color:#fff;font-weight:bold;text-decoration:none; }

#navi ul li a:hover { color:#fff;font-weight:bold;text-decoration:none;background:#808b55; }
      

/*****************************************************
* LAYOUT
*****************************************************/  

#wrapper { margin:0 auto;width:790px; }

#header { float:left;width:790px;height:178px;background:url('images/backhead.jpg') no-repeat; }

#navi { float:left;width:790px;height:40px;background:url('images/backnav.png') repeat-x;margin-top:1px; }

#content { float:left;width:510px;text-align:left;margin-top:5px; }

#sidebar { float:right;width:250px;text-align:left;border-left:1px dotted #96a265;padding-left:15px;margin-top:5px; }

#sidebar li { list-style-type:none;font-family:"Helvetica Neue",Helvetica,Arial;font-size:0.85em;color:#6a7347; }

#footer { float:left;width:790px;text-align:left;margin-top:20px;border-top:1px dotted #96a265; }

#footer a:link { color:#2d3608;text-decoration:none;font-weight:normal; }

#footer a:hover { color:#2d3608;text-decoration:underline;font-weight:normal; } 

#footer a:visited { color:#2d3608;text-decoration:none;font-weight:normal; }

#content a:link { color:#2d3608;text-decoration:none;font-weight:normal; }

#content a:hover { color:#2d3608;text-decoration:underline;font-weight:normal; } 

#content a:visited { color:#2d3608;text-decoration:none;font-weight:normal; } 


/*****************************************************
* BILDER
*****************************************************/

#content img { border:3px solid #e7e4ce;padding:1px;margin:10px; }


/*****************************************************
* SONSTIGES
*****************************************************/

ul#subpages { width:250px;margin:10px 10px 0 0;list-style-type:none; }

ul#subpages li a { margin-right:10px;padding:10px;font-family:"Helvetica Neue",Helvetica,Arial;font-size:0.8em;border-top:1px dotted #96a265;display:block;font-weight:bold;text-decoration:none;background:#fff; }

ul#subpages li a:hover { background:#96a265;display:block;padding:10px;color:#fff; }

ul#subpages li a:visited,a:link { text-decoration:none;color:#2d3608; }


/*****************************************************
* SUCHFELD
*****************************************************/

#searchform { margin:10px 0 10px 0; }

#s { border:1px solid #96a265;padding:5px; }