/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-03-11
	Author: websLINE, 2007
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0px;
	display: block;
	}
#content img {
	display: inline;
	}
.clearer {
	clear: both;
	line-height: 0px;
	}
body {
	text-align: center;
	padding: 45px 0 0 0;
	margin: 0px;
	background: #FFF6D1 url(img_bg-body.gif) repeat-x;
	}


/* DESIGN AUFBAU */

#site {
	position: relative;
	width: 988px;
	text-align: left; 
	margin: 0px auto;
	}


/* Head*/
#drstrunz {
	position: absolute;
	top: 74px;
	left: 0;
/*	top: 119px;	left: 50%;
	margin-left: -494px;*/
	}
#headlink {
	position: absolute;
	top:135px; left:250px;
	}
#headlink a {
	color: #59799F;
	padding: 0 5px;
	}
.headlinks {
	float: right;
	width: 600px;	
	}
.headlinks ul {
	float: right;
	list-style-type: none;
	margin: 0 0 0 8px; 
	padding: 40px 0 0 15px;
	border-top: 1px solid #B2CFEB;
	width: 125px; height: 63px;
	}
.headlinks ul li a {
	background: url(img_minus-blue.gif) no-repeat 0px 7px;
	padding: 0 0 0 7px;
	}
.headlinks-first {
	background: url(img_bg-headlinks_first.gif) no-repeat;
	}
.headlinks-second {
	background: url(img_bg-headlinks_second.gif) no-repeat;
	}
.headlinks-third {
	background: url(img_bg-headlinks_third.gif) no-repeat;
	}
.headlinks-fourth {
	background: url(img_bg-headlinks_fourth.gif) no-repeat;
	}

#logo {
	display: block;
	padding: 0 0 0 87px;
	}
#image {
	text-align: center;
	border-top: 1px solid #0B155A;
	padding: 1px 0 0 0;
	background: #B5CDE9;
	}


/* Main */

#main {
/*	background: orange;*/
	margin: 0 0 0 24px;
	width: 964px;
	background: url(img_bg-main.gif);
	}
#main-left {
/*	background: blue;*/
	width: 224px;
	}
#main-right {
/*	background: green;*/
	width: 732px;
	float: right;
	}
#content {
/*	background: orange;*/
	clear: both;
	width: 550px;
	padding: 0 17px;
	float: left;
	border-top: 8px solid #FFF6D1;
	}
#dContent #content {
	padding: 0px 17px 0 17px;
	}
#content-right {
	border-top: 8px solid #FFF6D1;
	width: 140px;
	float: right;
	}




/* Footer  */

#footer {
	margin: 8px 0 8px 24px;
	border-top: 1px solid #000;
	padding: 10px 0;
	}
#websline {
	float: right;
	}    