/* CSS Document */
@import url("norm.css");

/* css by Oliver Hartmann, o.hartmann@directas.net, www.directas.net, 2012 */


/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.


color codes 
--------------
grau:	 666666
petrol:	 008f7e
magenta: dc0067

*/


body {
	position: relative;
	word-wrap: break-word;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: white;
}

div.wrapper {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 916px;
	height: 694px;
	text-align: left;
}

div.logo {
	position: absolute;
	margin-left: 82px;
	margin-top: 22px;
}

div.mainmenue {
	position: absolute;
	margin-left: 227px;
	margin-top: 92px;
	width: 750px;
	height: 25px;
	z-index: 3;
}

div.content-index {
	position: absolute;
	margin-left: 250px;
	margin-top: 205px;
	width: 715px;
	height: 400px;
}

div.slogan {
	position: absolute;
	margin-left: 250px;
	margin-top: 635px;
	padding-top: 15px;
	width: 715px;
	height: 50px;
	text-align: center;
}

div.footer {
	position: absolute;
	margin-left: 220px;
	margin-top: 760px;
	width: 750px;
	height: 25px;
	text-align: right;
	z-index: 3;
}

div.submenue {
	position: absolute;
	margin-left: 227px;
	margin-top: 118px;
	width: 220px;
	height: 500px;
	background: gray url(../images/submenueflaeche.jpg) no-repeat left top;
	z-index: 2;
}

div.content-follow {
	position: absolute;
	margin-left: 465px;
	margin-top: 118px;
	width: 505px;
	height: 495px;
}

img.refrence-logo {
	padding-top: 20px;
}
	

/* text */
p.mainmenue {
	font-size: 18px;
	font-weight: bold;
	color: #008f7e;
}

p.slogan {
	font-size: 56px;
	font-weight: bold;
	color: #008f7e;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #008f7e;
}

p.fliesstext {
	font-size: 13px;
	color: #666666;
	padding-top: 20px;
}

p.fliesstext.bold {
	font-weight: bold;
}

/* links */
a.textlink:link, a.textlink:visited {
	text-decoration: none;
	color: #008f7e;
}

a.textlink:hover {
	text-decoration: underline;
	color: #008f7e;
}


/* menue */
a.mainlink:link, a.mainlink:visited {
	font-size: 18px;
	font-weight: bold;
	color: #008f7e;
	text-decoration: none;
}

a.mainlink:hover, a.mainlink-active:hover, a.mainlink-active {
	font-size: 18px;
	font-weight: bold;
	color: #008f7e;
	text-decoration: none;
	border-bottom: 2px solid #008f7e;
}

ul.submenue {
	display: block;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}

ul.submenue li {
	display: block;
	padding-top: 10px;
}

a.sublink:link, a.sublink:visited {
	text-decoration: none;
	color: white;
}

a.sublink:hover, a.sublink-active:hover, a.sublink-active {
	text-decoration: underline;
	color: #dc0067;
}
