body, html {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #919293;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	background-color: #e8e8e9;
	
}

p, h1, h2, h3, h4, h5, h6, ul, ol ,img {
	padding:0;
	margin:0;
	border:0;
}

p, h1, h2, h3, h4, h5, h6, ul {	
	color: #919293;
}

h1, h2, h3, h4, h5, h6, a {
	color: #0075a7;
}

h1 {
	font-size:1.3em;
}

h2 { 
	font-size: 1.2em; 
}

h3 {
	font-size: 1.1em;
}

h4, h5, h6 {
	font-size: 1em;
}

a {
	text-decoration: none;
}

a:hover {
	color: #919293;
	text-decoration: underline;
}


#page {	
	background-color:white;
	margin:auto;
	width:1024px;
	padding-bottom:180px;
	
}

#header {
	background-image:url(../images/bg-header.jpg);
	height:239px;
	position: absolute;
	top:0px;
	width:1024px;
}

#languageSelect {
	position:absolute;
	right: 10px;
	top: 8px;
}

#headline {
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    color:white;
    position: absolute;
    top: 101px;
    right:180px;
    font-size:12px;
    font-weight:normal;
}

#header-menu {
	height: 36px;
	background: transparent url(../images/main-menu-border.gif) bottom no-repeat;
	position: absolute;	
	top: 130px;
	margin:0 auto;
	width: 100%;
}

#header-menu ul {
	width: 576px;
	padding: 0px;
	margin: 10px auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


#header-menu li {
	text-align: center;
	min-width: 55px;
	margin:0;
	padding:0px 7px;
	display:inline-block;
}

#header-menu li.active a,
#submenu-left li.active a  {
	color: #919293;
}


#header-menu li {
	*display:inline;
}

#header-image-left {
	padding:0px 5px 3px 0px;
	position: absolute;
	z-index: 2;
	display:inline-block;
	background: transparent url(../images/top-left-image-bg.png) no-repeat bottom right;
	width:159px;
	margin:30px 30px;
}

#header-image-left .csc-textpic-imagewrap dl, 
#header-image-left .csc-textpic-imagewrap dt {
	padding:0;
	margin:0;
}

#header-image-left img {
	border:1px solid white;
	height:235px;
	width:157px;
}

#content {
	position: relative;
	top: 180px;
	min-height:450px;
	padding: 0 0 20px 0;
}

#text-content {
	line-height: 1.4em;
	width:700px;
	margin:0px 0px 0px 324px;
	padding-top:30px;
}

#text-content h1,
#text-content h2,
#text-content h3,
#text-content h4,
#text-content h5,
#text-content h6, 
#text-content p,
#text-content ul,
#text-content ol {
	width: 400px;
}

#text-content p {
	padding: 5px 0px 5px 10px;
}

#text-content h1,
#text-content h2,
#text-content h3,
#text-content h4,
#text-content h5,
#text-content h6 {
	padding: 15px 0px 3px 0px;
}

#text-content ul,
#text-content ol {
	padding: 3px 20px 3px 30px;
}

#text-content fieldset {
	border: 0;
	padding: 0; 
	margin: 0;
}

#content-left {
	float:left;
	margin-left:31px;
	margin-top:100px;
	width:157px;
}


#news-area > div {
    border: 1px solid silver;
    margin: 30px 0 0;
    padding: 15px 10px;
}

ul.left-submenu {
	width: 100%;
	border:1px solid silver;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 25px;
}

#submenu-left li {
	margin: 10px 10px 10px 20px;
}

#footer {
	position:relative;
	top: 180px;
	height:30px;
	background: transparent url(../images/footer-bg.gif) no-repeat bottom;
	margin:0 auto;
	width:400px;
}

#footer-menu {
	padding: 0px 35px;
}

#footer-menu ul {
	width:250px;
	margin:auto;
}

#footer-menu li {
	width:70px;
text-align:center;
	display: inline-block;
	list-style: none;
	padding:0px 5px;
}



/* Small hack for the IE 6 and 7 */

#footer-menu li {
	*display:inline;
}

#footer-menu a {
	font-size:0.8em;
	color: #959b9d;
}



/* overwriting styles */

#text-content div.csc-textpic-imagewrap {

	float:right;
	padding: 10px 20px 10px 0;
}

.csc-mailform {
	line-height: 2em;
}

.csc-mailform label {
	width: 145px;
	padding: 0px 10px;
	display:block;
	float:left; 
}

.csc-mailform input[type="text"],
.csc-mailform textarea {
	width:180px;
}

