/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#010101;
	background:#f0f8fe;
}
a img {
	border:none;
}
a, h1, h2, h3, h4, h5 {
	text-decoration:none;
	color:#2891dd;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
}
h3, h4 {
	font-size:12px;
}
hr {
	border:none;
	background:none;
	height:1px;
	border-top:1px solid #2891dd;
}
address {
	font-style:normal;
}
td p {
	margin:5px 0;
}
#site {
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#logo {
	position:absolute;
	left:0;
	top:10px;
	z-index:2;
}
#menu {
	position:absolute;
	top:10px;
	left:700px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	z-index:5;
	width:100px;
	overflow:visible;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	background:url(../images/menu_left.png) top left no-repeat;
	height:25px;
	line-height:21px;
	padding-left:10px;
	margin-bottom:5px;
	position:relative;
	float:left;
}
* html #menu li {
	background:url(../images/menu_left.gif) top left no-repeat;
}
#menu .sec {
	margin-left:10px;
}
#menu li a {
	display:block;
	float:left;
	height:25px;
	background:url(../images/menu_right.png) top right no-repeat;
	padding-right:10px;
}
#menu a:hover, #menu a:focus, #menu a.active {
	color:#ad1348;
}
#menu ul ul {
	position:absolute;
	right:-152px;
	top:0;
	width:160px;
	background:url(../images/submenu_top.gif) top left no-repeat;
	display:none;
}

#menu ul ul li, #menu ul ul a {
	background:none;
	font-size:12px;
	height:auto;
	line-height:normal;
	margin:0;
	padding:0;
	float:none;
}
#menu ul ul li {
	padding:3px 0;
	line-height:12px;
}
#menu ul ul li a {
	padding-left:25px;
}
#menu ul ul .last {
	background:url(../images/submenu_bottom.gif) bottom right no-repeat;
	padding-bottom:7px;
}

#menu ul li:hover ul, #menu ul .hover ul {
	display:block;
}
#menu ul .hover {
	z-index:10;
}
#header {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#container {
	margin-top:260px;
	background:url(../images/container_repeat.gif) top left repeat-y;
}
#wrapper {
	background:url(../images/container_top.gif) top left no-repeat;
}
#wrapper2 {
	background:url(../images/container_bottom.gif) bottom left no-repeat;
	overflow:hidden;
	min-height:400px;
	position:relative;
	z-index:4;
}
* html #wrapper2 {
	height:1%;
}

#container-left {
	width:490px;
	margin-left:70px;
	display:inline;
	float:left;
	padding-bottom:50px;
	min-height:500px;
}
#title {
	background:url(../images/title_left.png) top left no-repeat;
	line-height:32px;
	position:absolute;
	left:40px;
	top:0;
	padding-left:15px;
	
}
#title h1 {
	margin:0;
	color:#ad1348;
	font-size:20px;
	font-style:italic;
	background:url(../images/title_right.png) right top no-repeat;
	height:34px;
	padding-right:15px;
	float:left;
}
* html #title {
	background:url(../images/title_left.gif) top left no-repeat;
}
* html #title h1 {
	background:url(../images/title_right.gif) right top no-repeat;
}
#content {
	margin-top:55px;
	
}
#container-right {
	float:right;
	width:220px;
}

#footer, #credits {
	position:absolute;
	bottom:5px;
	left:45px;
	font-size:10px;
	color:#fafcff;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a, #credits a {
	color:#fafcff;
}

#credits {
	left:auto;
	right:5px;
}
#thumbs {
	position:absolute;
	top:280px;
	left:570px;
	z-index:5;
}

/* news teaser box */

#newsbox {
	overflow:hidden;
}
* html #newsbox {
	height:1%;
}
#newsbox .news-latest-item {
	background:url(../images/news_bottom.gif) bottom left no-repeat;
	padding-bottom:10px;
	float:right;
	width:207px;
	margin-top:5px;
}
#newsbox .wrapper {
	background:url(../images/news_top.gif) top left no-repeat;
	padding:10px 15px 0 15px;
}
#newsbox .news-latest-item a {
	font-weight:bold;
	color:#aa0132;
}
#newsbox p {
	margin:3px 0;
}


#mailform label {
	min-width:200px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#f0f8fe;
	border-bottom:2px solid #2891dd;
	font-weight:bold;
	display:block;
}

.news-list-item * {
	margin:0;
}
.news-list-item .bodytext {
	margin:3px 0;
}
.news-list-item hr {
	margin:5px 0;
}