@import url(typo3.css);

html {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	height: 100%;
	min-height: 100%;
	font-size: 0.8em;
	color: #333;
	background-color: #fff;
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/*
L A Y O U T
*/

div#container {
	width: 990px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	min-height: 100%;
}

div#header {
	margin: 0px;
  	padding: 0px;
	width: 990px;
	height: 311px;
	background-color: #fff;
	display: block;
}

	div#headline {
		margin: 0px;
	  	padding: 0px;
		position: absolute;
		left:18px;
		top:24px;
	}
	div#navitop {
		margin: 0px;
	  	padding: 0px;
		width: 400px;
		position: absolute;
		left:18px;
		top:95px;
	}
	div#logo {
		margin: 0px;
	  	padding: 0px;
		position: absolute;
		left:552px;
		top:20px;
	}
	div#headermain {
		margin: 0px;
	  	padding: 0px;
		position: absolute;
		left:0px;
		top:117px;
		height: 194px !important;
		width: 990px !important;
		background-image: url(../../images/bg_header.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	div#address {
		margin: 112px 0px 0px 0px;
	  	padding: 0px;
		width: 188px;
		text-align: right;
	}

div#main {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}


div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 256px;
	display: inline;
	float:left;
}
	div#menu {
		margin: 24px 0px 0px 0px;
	  	padding: 1px 0px 0px 0px;
		width: 240px;
		text-align: right;
		background-image: url(../../images/dotted_line.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}




div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 480px;
	display: inline;
	float:left;
}

div#content {
	margin: 0px 23px 20px 25px;
  	padding: 0px;
	z-index:10;
}
	
div#rightcol {
	margin: 0px 18px 0px 0px;
  	padding: 0px;
	width: 225px;
	display: inline;
	float:right;
	background-color: #f2f2f2;
}

div#rightcontent {
	margin: 10px;
  	padding: 0px;
	color: #666;
}

#menu ul {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 185px;
}

#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	height: 30px;
	width: 185px;
	line-height: 30px;
	background-image: url(../../images/bg_menuitem.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li.act {
	font-weight: bold;
}
#menu li.level2 {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	height: 25px;
	width: 185px;
	line-height: 25px;
	font-size: 12px;
	background-image: none;
}
#menu li.level2act {
	list-style: none;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	height: 25px;
	width: 185px;
	line-height: 25px;
	font-size: 12px;
	background-image: none;
	font-weight: bold;
}

div#menubottom {
	margin: -1px 0px 0px 0px;
	background-color: #fff;
}



div#footer {
	margin: 0px;
  	padding: 0px;
	font-size: 11px;
	margin-left: 20px;
	color: #3590B1;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #e06500;
}

#navitop a:link, #navitop a:visited, #navitop a:active, #navitop a:hover {
	color: #666;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	color: #666;
}
a:link.topnaviact, a:visited.topnaviact, a:active.topnaviact, a:hover.topnaviact {
	font-weight: bold;
}
#rightcontent a:link, #rightcontent a:visited, #rightcontent a:active, #rightcontent a:hover {
	color: #de8033;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #999;
}




/* FORMAT */

h1, h2 {
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 15px;
	height: 25px;
	line-height: 25px;
	color: #2360a8;
	background-color: #fff;
	background-image: url(../../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#header h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height:100%;
	color: #999;
	width:250px;
	font-weight:normal;
	background-image: none;
}

div#rightcontent h2 {
	margin: -10px -10px 15px -10px;
	font-size: 0.9em;
	padding-left: 10px;
}

h3 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	color: #848C9C;
}
h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

.orangehead {
	color: #e06500;
}

.bodytext, p {
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#content .bodytext, #content p {
	width: 390px;
}
html>body #content .bodytext, html>body #content p {
	width: auto;
	max-width: 390px;
}
#content .csc-textpic-text .bodytext, #content .csc-textpic-text p {
	width: auto;
}

div#content td {
	font-size: 12px;
}
.contenttable td {
	margin: 0px;
	padding: 3px;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}


/* FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #97AAC4;
	border-top-color: #415F8E;
	border-right-color: #415F8E;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #3590B1;
	border-top-color: #415F8E;
	border-right-color: #415F8E;
	margin-bottom: 5px;
}
select {
	border: 1px solid #3590B1;
	border-top-color: #415F8E;
	border-right-color: #415F8E;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#999;
	color: #fff;
	font-weight: bold;
	border: 1px solid #97AAC4;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

div#searchbox input {
	font-size: 11px;
}

/* ##################################### */

img {
	margin: 0px;
	border: 0px;
	background: none;
}

div#content ul {
	line-height: 1.5em;
}

div#content li {
	margin-bottom: 5px;
}

blockquote {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

/* ##################################### */

.csc-frame-frame1 {
	padding-top: 20px;
	background-image: url(../../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	color: #777;
	line-height: 13px;
}
.detail {
	
}