/* HTML CSS Tags */
body {
	margin: 0px;
	background-color: #0091ff;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;

}
body, p, td, h1, h2, h3, a, input, textarea, li {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
td {
	vertical-align: top;
}
a {
	color: #0060a9;
	text-decoration: none;
}
a:hover {
	color: #ffe600;
}
h1, #title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
h1 {
	color: #444444;
}
h2 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
input, textarea {
	background-color: #fffacc;
	margin-top: 3px;
	padding: 1px;
	border: 1px solid #fff388;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style-type: square;
	list-style-position: inside;
}
img {
	border: 0px none;
}
/* Custom CSS Tags */
#frame1 {
	background-color: #ffffff;
}
#main {
	padding: 45px;
}
#left_cell {
	background-color: #ffffff;
}
#menu_table {
	background-color: #FFEF5C;
}
#menu_1 {
	border-bottom: 1px solid #ffffff;
}
#menu_1_bottom {
	background-image: url('images/mn-bg.png');
	background-repeat: repeat-x;
	background-color: #ffffff;"
}
#content {
}
#colright {
	padding-top: 40px;
	padding-right: 20px;
width: 180px;
}
#menu_1 a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 4px;
	padding-left: 16px;
}
.menu1-level1-no a:hover {
	background-color: #ffe600;
}
.menu1-level2-no a:hover, .menu1-level3-no a:hover {
	background-color: #e1cb00;
}
.menu1-level1-no,.menu1-level1-act {
	border-top: 1px solid #ffffff;
	padding-top: 0px;
	margin: 0px;
}
.menu1-level1-act {
	background-color: #ffe600;
	font-weight: bold;
	#border-bottom: 1px solid #ffffff;
}
#menu_1 .menu1-level2-no a:hover, #menu_1 .menu1-level2-act a:hover {
}
.menu1-level2-no,.menu1-level2-act {
	text-indent: 10px;
	background-color: #ffe600;
}
.menu1-level2-act {
	font-weight: bold;
}
.menu1-level3-no,.menu1-level3-act {
	text-indent: 20px;
	background-color: #ffe600;
}
.menu1-level3-act {
	font-weight: bold;
}
#footer, #footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #dddddd;
}
#footer {
	background-color: #0060a9;
	padding: 2px;
	text-align: center;
}
/* TYPO3 CSS Tags */
.tr-even {
	background-color: #fbefef;
}
.td-1 {
	text-align:right;
}
.csc-mailform {
	padding-top: 10px;
}
/* TYPO3 CSS Tags: Mail Form tags */
.csc-mailform {
	border: 1px solid #FFEF5C;
	width: 400px;
}
.csc-mailform-field {
	display: table;
}
.csc-mailform-check {
	margin-top: 15px;
}
.csc-mailform-field label {
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.csc-mailform-submit {
	margin-left: 165px; 
	margin-top: 10px; 
}
/* TYPO3 CSS Tags: News-Items on entry page */
.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: 20px;
}
.csc-textpic-intext-left-nowrap a img {
	border: 1px dotted #818181;
}
.csc-textpic-intext-left-nowrap a:hover img {
	border: 1px dotted #a10505;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-top: 38px;
}
.csc-textpic-intext-left-nowrap {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a10505;
}
/* TYPO3 CSS Tags: Right column */
#contentright div.csc-textpic, #contentright .csc-uploads-FileName {
	/*background-color: #FFEF5C;*/
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
#logodiv {
	position: absolute;
	width: 250px;
	height: 160px;
}


