/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	height: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
}

html,
body,
label,
input,
select,
textarea {
	font-family:verdana,helvetica,arial,"frutiger linotype","lucida grande",sans-serif;
	font-size: 12px;
	color: black;
}

body * {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a,
a:link,
a:active,
a:visited,
a:focus {
	color: black;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

.styleClear {
	clear:both;
	font-size: 0px;
}

h1 {
	font-weight: normal;
	font-size: 19px;
	color: #7a031e;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: black;
	margin-bottom: 7px;
	padding-left: 9px;
	background-image: url(../images/arrow-red-big.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #4b4b4b;
	margin-bottom: 4px;
}

h4 {
	font-style: itatlic;
	font-weight: normal;
	font-size: 10px;
	color: #4b4b4b;
}

h5 {
	font-weight: normal;
	font-size: 16px;
	color: black;
	margin-bottom: 7px;
}

table tbody td,
table tbody th {
	vertical-align: top;
}

blockquote {
	margin-left: 20px;
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 7px;
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper { }
div#pageOverall {
	width: 1000px;
/* 	margin: auto; */
	margin-bottom: 10px;
}

/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/

div#pageHeaderWrapper {
	position: relative;
}

div#pageHeader {
	height: 408px;
}

div#pageHeaderTop {
	padding: 20px 13px 8px 10px;
	height: 16px;
	text-align: right;
}

div#pageHeaderTop,
div#pageHeaderTop a,
div#pageHeaderTop a span {
	color: #666666;
}

div#pageHeaderTop div,
div#pageHeaderTop ul {
	display: inline;
}


div#pageHeaderMiddle {
	height: 360px;
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft {
	float: left;
	width: 144px;
	padding: 203px 10px 0px 37px;
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft ul {
	list-style-type: none;
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li {
	padding-bottom: 5px;
	padding-left: 9px;
	background-image: url(../images/arrow-red.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li a,
div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li span {
	color: #7a031e;
	font-size: 15px;
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li.active {
	background-image: url(../images/arrow-grey-big.png);
}

div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li.active a,
div#pageHeaderMiddle div#pageHeaderMiddleLeft ul li.active span {
	color: #5f5f5f;
}

div#pageHeaderMiddle div#pageHeaderMiddleRight  {
	float: left;
	width: 809px;
	height: 360px;
	position: relative;
}

div#pageHeaderMiddle div#pageHeaderMiddleRight div#pageHeaderImage {
	width: 809px;
	height: 360px;
	background-image: url(../images/sabab_lou_warum.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#pageHeaderMiddle div#pageHeaderMiddleRight div#pageHeaderEdge {
	width: 809px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

div#pageHeaderBottom { }

div#pageHeaderLogo {
	position: absolute;
	width: 398px;
	height: 216px;
	top: 0;
	left: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}

.t3Page-en div#pageHeaderLogo {
	background-image: url(../images/logo_en.png);
}


div#pageHeaderContent {
/* 	padding: 250px 10px 10px 600px; */
	width: 160px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyWrapper { }
div#pageBody { }

div#pageBodyColumnsWrapper { }
div#pageBodyColumns {
	padding: 50px 0px 30px 0px;
}

div#pageBodyColumnLeftWrapper { }

div#pageBodyColumnLeft {
}

div#pageBodyColumnLeft ul {
	list-style-type: none;
}

div#pageBodyColumnLeft ul li {
	font-size: 12px;
	padding-bottom: 15px;
	color: #09091d;
	padding-left: 7px;
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#pageBodyColumnLeft ul li.active {
	padding-left: 7px;
	background-image: url(../images/arrow-grey.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

div#pageBodyColumnLeft ul li.active a,
div#pageBodyColumnLeft ul li.active span {
	color: #5F5F5F;
}

div#t3Navigation-Sub {
}

div#pageBodyColumnMiddleWrapper { }
div#pageBodyColumnMiddle { }

div#pageBodyColumnMiddle div.csc-header {
	color: #7A031E;
	font-size: 150%;
}

div#pageBodyColumnMiddle ul {
	font-size: 137%;
}

div#pageBodyColumnMiddle a,
div#pageBodyColumnMiddle a:hover,
div#pageBodyColumnMiddle a:link,
div#pageBodyColumnMiddle a:active,
div#pageBodyColumnMiddle a:visited,
div#pageBodyColumnMiddle a:focus {
	color: #7A031E;
	text-decoration: underline;
}

div#pageBodyColumnRightWrapper { }
div#pageBodyColumnRight { }


/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper { }
div#pageFooter {
	padding: 13px 10px 13px 37px;
	height: 20px;
	font-size: 11px;
	color: #5f5f5f;
}

div#pageFooterTop { }

div#pageFooterMiddle { }

div#pageFooterBottom { }

