/*  
Theme Name: Mettner
Theme URI: http://www.grauer.com/
Description: ...
Version: 1.0
Author: Thomas Grauer
Author URI:  http://www.grauer.com/
*/

/*  basics */
* {margin:0;padding:0}


.clear {
    clear:both;
}


/*links */

a {
    color: #00468c;
    text-decoration: none;
}
a:hover {
    color: #782235;
}
a img {
    border:0;
}
h2 a {
    color: #782235;
}
h2 a:hover {
    color: #00468c;
}
/*images*/
img {
    border: 0;
}

/*typography*/

body {
    font: 0.9em/1.4em Georgia, serif;
    color: #444;
}

p {
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-family: Georgia, serif;
    font-size: 1.0em;
    font-weight: bold;
    padding: 0;	
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    color: #782235;
}
h1 {
    font-size: 1.35em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.8em;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

small {
    font-size: 0.75em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

/* structure */
body {
    text-align:center;
    background: url(http://drmettner.de/common/images/bg.jpg) repeat;
}
div#innerbody {
}
div#container {
    text-align:left;
    width:830px;
    margin: 0 auto;
    background: #ffffff url(http://drmettner.de/common/images/containerbg.png) repeat-y center;
}

div#header {
    background: url(http://drmettner.de/common/images/containerbgtop.jpg) no-repeat top;
    padding: 40px 30px 2px 28px;
}
#header div#home {
    margin: 0 auto;
    height: 78px;
    width: 407px;
}

div#footer {
    clear:both;
    font-size: 0.8em;
    background: url(http://drmettner.de/common/images/footer.png) no-repeat bottom;
    padding: 10px 30px 30px 21px;
    font-family: Arial, Helvetica, sans-serif;
}
div#rightfooter {
    float: right;
    height: 30px;
    width: 378px;
    text-align: right;
    overflow: hidden;
}
div#leftfooter {
    width: 378px;
    height: 30px;
    overflow: hidden;
}	
div#outerwrapper1 {
    margin: 0 20px 0 11px;
}
div#wrapper1 {
    float: left;
    width: 400px;
}
div#content1 {
    margin: 40px;
    overflow: hidden;
}
div#wrapper2 {
    float: left;
    width: 399px;
}
div#content2 {
    margin: 40px;
    overflow: hidden;
}
div#outerwrapper2 {
    margin: 0 20px 0 11px;
}
div#outerwrapper2 a {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
div#wrapper3 {
    clear:both;
    width: 400px;
    float:left;
}
div#arrow1 {
    padding: 0 0 10px 175px;
}
div#content3 {
    margin: 0 2px 0 0;
    overflow: hidden;
	height: 150px;
    background: #fff url(http://drmettner.de/common/images/blue.jpg) repeat-x left;
	text-align: center;
}
div#content3 div {
	margin-top: 45px;
}
div#wrapper4 {
    width:399px;
    float:left;
}
div#arrow2 {
    padding: 0 0 10px 175px;
}
div#content4 {
    margin: 0 0 0 2px;
    overflow: hidden;
	height: 150px;
    background: #fff url(http://drmettner.de/common/images/green.jpg) repeat-x left;
	text-align: center;
}
div#content4 div {
	margin-top: 65px;
}

ul, ol {
    margin-left: 50px;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

ul li {
    list-style-image: url(http://drmettner.de/common/images/disc.png);
}
