@import url(typo3.css);

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

/*
L A Y O U T
*/

div#container {
	width: 858px;
	margin-left: auto;  
	margin-right: auto;
	text-align: left;
	height: 100% !important;
}

div#header {
	margin: 0px 4px 0px 4px;
  	padding: 0px;
	height: 106px;
	background-image: url(../../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px solid #fff;
	border-bottom-width: 1px;
}

div#headermenu {
	margin: 0px 4px 0px 4px;
  	padding: 0px;
	height: 27px;
	line-height: 27px;
	background-image: url(../../images/bg_header_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px solid #fff;
	border-bottom-width: 1px;
	color: #fff;
}
	#topnavi1 {
		margin: 0px;
	  	padding: 0px;
		float: left;
		display: inline;
		width: 600px;
	}
	#topnavi2 {
		margin: 0px 0px 0px 25px;
	  	padding: 0px;
		float: right;
		display: inline;
		width: 225px;
	}
	
div#main {
	margin: 0px 4px 0px 4px;
  	padding: 0px;
}


div#mainimg {
	margin: 0px;
  	padding: 0px;
}

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

div#rightcol {
	margin: 0px;
  	padding: 0px;
	width: 250px;
	float: right;
	display: inline;
}

div#content {
	margin: 30px;
  	padding: 0px;
}
div#rightcontent {
	margin: 30px 20px 20px 25px;
  	padding: 0px;
}


#topnavi1 div {
	margin: 0px 0px 0px 30px;
  	padding: 0px;
	width: 170px;
	text-transform: uppercase;
	display: inline;
	float:left;
}

#mainimg div {
	margin: 0px 0px 0px 0px;
  	padding: 0px;
	display: inline;
	float:left;
	border: 0px solid #fff;
	border-right-width: 1px;
}


div.menu {
	margin: 30px 0px 30px 25px;
	padding: 0px;
	width: 205px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #bebebe;
}

div.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	border: 0px solid #d4d4d4;
	border-bottom-width: 1px;
	background-color: #efe7e7;
	background-image: url(../../images/bg_menuitem.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.menu li.act {
	font-weight: bold;
}

div.menu li.level2 {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
	height: 19px;
	line-height: 19px;
	background-image: none;
	border: 0px;
	background-color: #faf5f5;
	font-size: 0.9em;
}
div.menu li.level2act {
	list-style: none;
	margin: 0px;
	padding-left: 20px;
	height: 19px;
	line-height: 19px;
	background-image: none;
	border: 0px;
	background-color: #faf5f5;
	font-size: 0.9em;
	font-weight: bold;
}

div#footer {
	margin: 0px;
  	padding: 0px;
	font-size: 11px;
}
.author {
	display: none;
}


/* LINKS */

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

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover{
	color: #000;
}
#headermenu a:link, #headermenu a:visited, #headermenu a:active, #headermenu a:hover{
	color: #fff;
}


.csc-textpic-image a, .csc-textpic-image a:link, .csc-textpic-image a:active, .csc-textpic-image a:visited, .csc-textpic-image a:hover {
	border: 0px;
	background-color: none;
}
.news-list-item h3 a {
	color: #6d6b30;
}

/* FORMAT */

h1 {
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #6d6b30;
	font-family: Verdana;
	background-image: url(../../images/greensquare.gif);
	background-repeat: no-repeat;
	background-position: left;
}
h2 {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 15px;
	color: #6d6b30;
}
h3, h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}
#rightcol h1, #rightcol h2 {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 12px;
	color: #6d6b30;
	font-family: Verdana;
	background-image: url(../../images/greensquare_small.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bodytext, p {
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

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



/* FORMS */

input {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
select {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#86C6F9;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3184C6;
}

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

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