* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	text-align: center;
	background-color: #F2F7FA;
}

body, table, ul {
	font-size: 11px;
}

a {
	color: #000;
}
a:hover {
	color: #000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 21px;
}

strong {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0px 10px 10px 25px;
}

/* Common block classes */ 
#whiteContainer {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
}

.rowHolder {
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}
.rowHolderCenter {
	margin: 0 auto 0 auto;
	width:  540px;
	text-align: left;
}

.leftFrame {
	float:left;
	width:  220px;
	margin-left: -220px;
	position: relative;
}

.rightFrame {
	float:left;
	width:  540px;
}

#siteLogo a img {
	position:relative;
	top:116px;
	border-width: 0;
}

#langSwitch {
	position:relative; 
	color: #0242D5;
	top: 30px;
}
#langSwitch a {
	text-decoration: none;
	text-transform: uppercase;
	color: #0242D5;
}
#langSwitch a:hover {
	text-decoration: underline;
}


#blueLine 
{
	z-index:2;
	background-color: #0242D5;
	height:1px;
	overflow:hidden;
	position: relative;
}

/* Print version */
@media print  {
	.leftFrame { 	/* Hide navigation */
		width:0px;
		overflow:hidden;
	}
}

/* Navigation menu */
#menuHolder {
	padding-top:30px;
	padding-bottom:30px;
}

#menuHolder div a {
	text-decoration: none;
	text-transform: uppercase;
	color: #0242D5;
}
#menuHolder div a:hover {
	text-decoration: underline;
}
#menuHolder div {
	margin-top: 6px;
}
#menuHolder div.menu1-level1-act, #menuHolder div.menu1-level1-no {
	margin-top: 16px;
}
/* Submenu */
#menuHolder div.menu1-level2-no, #menuHolder div.menu1-level2-act {
	/*margin-left: 20px;*/
	font-size: 85%;
}

/* Submenu 3 level */
#menuHolder div.menu1-level3-no, #menuHolder div.menu1-level3-act {
	margin-left: 20px;
	font-size: 85%;
}

#menuHolder div.menu1-level1-act a {
	color: #000;
}
#menuHolder div.menu1-level2-act a {
	color: #000;
}
#menuHolder div.menu1-level3-act a {
	color: #000;
}

/* Content block */
h1.csc-firstHeader, div.csc-header h1 {
	position:relative;
	background-color: #fff;
	padding-top:8px;
	padding-bottom:9px;
	margin-bottom: 20px;
}
#contentHolder {
	padding-bottom: 20px;
}
#contentHolder dl {
	margin: 0px;
	z-index:0;
}
#contentHolder div.csc-textpic-above img {
	position:absolute;
	top:0px;
	z-index:0;
}
/* Copyright */
#copyrightHolder 
{
	height: 45px;
	padding-top: 10px;
	background-color: #F2F7FA;
}

/* Forms: General */
/*fieldset {
	border: 0px;
}

label {
	clear: both;
	float: left;
	width: 250px;
}

input, textarea {
	float: left;
	width: 290px;
}

input.csc-mailform-check {
	width: auto;
}

input.csc-mailform-submit {
	margin-left: 250px;
	width: auto;
}*/

input, textarea, select {
	font-size: 11px;
	border: 1px solid #aaaaaa;
	margin: 1px;
}

.max-width {
	width: 100%;
}

input.checkbox {
	border: 0px;
}

input.button {
	border: 0px;
	background-color: #aaaaaa;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}

.error {
	display: none;
}

.errorField {
	background-color: #FFAAAA;
}
div#teaser {
	float: left;
	width: 530px;
	margin-bottom: 20px;
}
div#teaser p.bodytext {
	padding: 5px;
	background-color: 004DD7;
	color: #ffffff;
}
div#teaser p.bodytext a {
	color: #ffffff;
}
