/******************************************/
/* Basiseinstellungen
/******************************************/
*, html {
	margin:0;
	padding:0;
	border:0;
	font-family:Myriad, Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

html {
	height:101%;
	background-color: #fff;
	background:#fbfbfb url('/cachepics/bg_content.jpg');
	background-position:149px 0px;
	background-repeat:repeat-x;
}

body{
	font-family:Myriad, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#2c2c2c;
	font-size:12px;
	background:url('/cachepics/head_gradient.gif');
	background-position:top;
	background-repeat:repeat-x;
}

span.nowrap {white-space:nowrap;}

dfn,
span.inv {
	visibility:hidden;
	display:none;
}

/******************************************/
/* Fonts
/******************************************/


/******************************************/
/* Überschriften/Basics
/******************************************/

h1,
h1.pageHeadline {
	font-size: 22px;
	font-weight: bold;
	padding:10px 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding:0 0 1px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #fa1557;
	padding:10px 0 0 0;
}

h4 {
	font-size: 12px;
	text-decoration: underline;
}


a {
	color:#fa1557;
	text-decoration: underline;
}

a.hover {
	text-decoration:none;
}

p {
	padding:10px 0 10px 0;
}

/******************************************/
/* Design
/******************************************/

div#pageWrapper {
	background:url('/cachepics/head_bubbles.jpg');
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

div#headWrapper {
	height:150px;
}

div#headWrapper div#logo {
	float:left;
}

div#head {
	width:980px;
	margin:0 auto;
	text-align:left;
	height:102px;
}

div#headWrapper div#pageSearch {
	float:right;
	padding-top:47px;
}

div#contentWrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
	padding:0px 0 0 0px;
	min-height:620px;
}

div#content {
	width:580px;
	float:left;
	text-align:left;
	line-height:1.4;
}

/* Footer */

div#footerWrapper {
	clear:both;
	text-align:left;

	vertical-align:bottom;
	background-color:#121212;
	border:0;
	border-top:2px solid #717171;


}

div#navigationLegalWrapper {
	border:0;
	border-top:1px solid #ccc;

}

div#navigationLegal {
	width:980px;
	margin:0 auto;
	text-align:left;
	height:40px;
}


/* Special für Kontaktseite */

div.boxLeft {
	width:60%;
	float:left;
}

div.boxRight {
	width:40%;
	float:right;
	text-align:right;
}

div#content.pageid1005 {
	padding-right:0;
}

div#content.pageid6 div.boxRight  {text-align:left;}

/* Header*/

div.headContent  {
	float:right;
	padding:36px 0 0 0px;
	text-align:right;
}

div.headContent p a {color:#fff;font-weight:bold;}

div.headContent p {
	color:#fff;
	font-weight:bold;
	padding:20px 0 0px 0;
	text-transform:uppercase;
	font-size:11px;
}

div.headContent p a {
	text-transform: none;
}

