/*
Theme Name: Schmidt Greven
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: MVweb, Jan Tiede
Author URI: http://mvweb-agentur.de/
Tags: 
Text Domain: kubrick

	This theme was designed and built by MVweb,
	whose blog you will find at http://www.schmidt-greven.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


body{
margin:0px;
padding:0px;
text-align:center;
background:url(/pix/hg_main.gif);

font-size:10pt;
color:#313131;
font-family:Verdana, Areal;
}

/*ALLGEMEIN-BEREICH------------------------------------*/

div.main{
width:980px;
margin:0px auto;
}

/*HEADER-BEREICH------------------------------------*/

div.head_top{
width:980px;
height:117px;
margin:15px 0px 0px 0px;
overflow:hidden;
background:url(/pix/head_top.jpg);
clear:both;
}
div.head_top a{
margin:0px 50px 0px 0px;
width:300px;
height:117px;
overflow:hidden;
float:right;
}

div.head_pic{
width:980px;
height:170px;
overflow:hidden;
background:url(/pix/head_pic.jpg);
}

div.head_nav{
width:980px;
height:29px;
overflow:hidden;
background:url(/pix/hg_head_nav.gif);
}


/*CONTENT-BEREICH------------------------------------*/

div.pre_content{
width:980px;
overflow:hidden;
background:url(/pix/hg_pre_content.gif) repeat-x #fce794;
}

div.content{
width:980px;
overflow:hidden;
/*background:url(/pix/hg_content.gif) repeat-y 210px 0px;*/
}

div.content div.navi div#spacer,div.content div.inhalt div#spacer , div.content div.rechts div#spacer{
width:100%;
height:15px;
overflow:hidden;
}

div.content div.navi{
float:left;
width:210px;
overflow:hidden;
}

div.content div.inhalt{
float:left;
width:560px;
overflow:hidden;
/*background:url(/pix/hg_inhalt_shadow.gif) repeat-x;*/
text-align:center;
padding:0px;
}

div.content div.inhalt div.text{
overflow:hidden;
width:530px;
margin:0px auto 25px auto;
padding:0px 15px;
text-align:left;
}

div.content div.rechts{
float:right;
width:210px;
text-align:center;
}

/*FOOTER-BEREICH------------------------------------*/


div.footer{
width:980px;
height:28px;
overflow:hidden;
text-align:center;
background:url(/pix/hg_footer.gif) repeat-x #fce794;
margin:0px 0px 15px 0px;
}

div.footer span{
height:28px;
color:#ffffff;
font-size:7pt;
line-height:22pt;
}

