html {
	height:100%;		overflow-y:scroll;
}
body {
	background-color: #E10019;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	height:100%;
}

/* layout */
div#body {
	min-height: 100%;
	background-image:url(images/lines.gif);
	width:978px;
	margin: auto;
	text-align: left;
}
* html div#body {
	height: 100%;
}

#label {
	float:left;
	width: 149px;
	padding-bottom: 25px;
}
#label img {
	margin: 55px 0 0 124px;
}

/* navigation */
#nav {
	background:url(images/menu1.gif);
	height: 20px;
	padding-left: 100px;
}
#nav a {
    color: #ffffff;
	text-decoration:none;
	display:block;
	padding-left: 13px;
	background:url(images/nav.gif) no-repeat 0 3px;
}
div.menu1-level1-no a:hover, div.menu1-level2-no a:hover {
	text-decoration:underline;
}
#nav div.menu1-level1-act, #nav div.menu1-level1-no {
	float:left;
	width:120px;
	margin: 3px 0 0 15px;
}
#nav div.menu1-level1-act a, div.menu1-level2-act a {
	text-decoration:underline;
}
div.menu1-level2-act a, div.menu1-level2-no a {
	color: #ffffff;
	line-height:17px;
	padding-left: 15px;
}
div.menu1-level2-act, div.menu1-level2-no {
	height: 20px;
	width: 130px;
	background:url(images/menu1.gif) no-repeat;
}
div.menu1-level2-no a {
    text-decoration:none;
}

/* content */
#content {
	padding-bottom: 25px;
	background-color:#ffffff;
	margin-left:149px;
	width:701px;
}
#content div.header {
    height:204px;
    width: 701px;
    background:url(images/header.jpg);
}
#content #text {
	padding: 30px 40px 0 130px;
	line-height:15px;
}
#content #text h1 {
	font-size:12px;
	margin: 0 0.67em 0 0;
	padding:0;
	color:#333;
}
#content #text h2 {
	font-size:11px;
	margin: 0.67em 0;
	padding:0;
	color:#333;
}#content #text div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, #content #text div.csc-textpic-border div.csc-textpic-single-image img {		border: 2px solid #E00019;		padding: 0;		-moz-box-shadow: 3px 3px 4px #000;	-webkit-box-shadow: 3px 3px 4px #000;	box-shadow: 3px 3px 4px #000;	/* For IE 8 */	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";	/* For IE 5.5 - 7 */	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');}	}
#content #text p {
	color:#333;
}#content #text ul {	padding-left: 15px;}#content #text div.csc-textpic-imagewrap ul {	padding-left:0;}
#content #text a {
	color: #e10019;
	text-decoration: none;
}
#content #text a:hover {
	text-decoration:underline;
}
#content #text a.external-link-new-window {
	height:16px;
	padding-left: 18px;
	background:url(images/window.gif) no-repeat;
	line-height:18px;
}
#content #text .csc-textpic-imagewrap {
	margin-bottom: 20px;
}
/* footer */
#footer {
	position: relative;
	margin-top: -20px;
	background-image:url(images/lines.gif);
	height: 20px;
	width:978px;
	margin-left: auto;
	margin-right: auto;
}

#footer #left {
	width: 149px;
	height:20px;
	float:left;
}
#footer #center {
	background-color:#000000;
	width: 701px;
	height:20px;
	float:left;
	text-align: right;
}
#footer #center div {
	padding:2px 5px 0 0;
	margin:0;
	color: #ffffff;
}
#footer #center div a {
	text-decoration:none;
	color: #ffffff;
}
#footer #center div a:hover {
	text-decoration:underline;
}
#footer #right {
	width: 128px;
	height:20px;
	float:left;
}
#footer #copyright {
	display:inline;
}

/* formulare */
.csc-mailform-submit {
	color:#ffffff;
	background-color:#E10019;
	font-size: 12px;
	font-weight:bold;
	margin: 10px 121px;
	width:140px;
	border:1px solid #000;
}
textarea,input {
	border: 1px solid #111111;
	width: 340px;
	margin: 1px;
}
fieldset.csc-mailform {
	border-width:0;
	padding:0;
	margin:0;
}
fieldset.csc-mailform label {
	width:110px;
	display:block;
	float:left;
	padding-right:10px;
}

