/* css f¸r die partnerseitenm”dels*/
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	line-height: normal;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	}
bild {
	margin-left: 100;
	border-color: #666666;
	border-bottom-width: thin;
	marging-left: 20px;
   }
p {
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-left: 100px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #666666;
	margin-left: 100px;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	}
a:link {
	font-weight: lighter;
	color: #999999;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	}
a:visited {
	font-weight: lighter;
	color: #666666;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	}
a:hover, a:active {
	text-decoration: blink;
	color: #999999;
	margin-left: 5px;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-right: 5px;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {
	background: url(head.jpg) no-repeat top left;
	padding: 0px 0px 310px;
	margin: 0px, 0px, 0px, 0px;
	position: relative;
	}
#content {
	padding: 30px 10px 10px 10px;
	position: absolute;
	float: left;
	left: 389px;
	font-family: DIN-Regular, Arial, Helvetica, sans-serif;
	overflow: auto;
	width: 563px;
	top: 327px;
	height: 387px;
	font-size: small;
	}

