/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID:$Id:defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */
body {
	margin: 0px;
	padding: 0px;
	background-color:#d1f8ff;
}

td, th, li, ul, ol, body{
color:#333;
font-size: 11px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

p{margin:0px};

td{
vertical-align:top;
}

img{
border:0px;
}

.toplink{
height:30px;
padding-top:12px;
}

#dv { width: 445px; height: 425px; overflow: auto; padding-left: 5px; padding-right: 16px; /* for the benefit of macIE5 only */;}
/* \ commented backslash hack - recover from macIE5 workarounds, it will ignore the following rule */
#dv { padding-right: 5px;}

#horizon{
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}

#container{
padding:0;
margin-left:-450px;
position: absolute;
top: -258px;
left: 50%;
width: 899px;
height: 516px;
visibility: visible;
text-align:left;
}

a.menu {
	font-size: 12px;
	color: #FF9D00;
	font-weight: normal;
}

a.menu:hover {
	color: #FF5E00;
	font-weight: normal;
}

a.menuactive {
	font-size: 12px;
	color: #3399FF;
	font-weight: bold;
}

/* das sind die 2 farben die wir als titel brauchen */

.orange {
	color: #FF5E00;
	font-weight: bold;
}

.blue {
	color: #3399FF;
	font-weight: bold;
}

a.submenu {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

a.submenu:hover {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

a.submenuactive {
	color: #000000;
	font-weight: bold;
}

a.subsubmenu {
	color: #006666;
	font-weight: normal;
}

a.subsubmenu:hover {
	color: #333333;
	font-weight: bold;
}

a.subsubmenuactive {
	color: #000000;
	font-weight: bold;
}

span.newslegend {
	font-size: 10px;
	font-weight: bold;
}

div.faqcontact {
	color: #3399FF;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
}


a:hover {
	font-weight: bolder;
}

div.menuv {
	width: 154px;
	margin: 3px;
	background:#C4D5E7;
	font-weight: normal; 
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #006699;
}

div.menuv a{
	display: block;
	padding: 3px;
	border-top: 1px solid #006699;
	text-decoration: none;
	color: #000000; 
	margin: 0;
	font-weight: normal;
}

div.menuv a.menuvactive { 
   color: rgb(255,255,255);
	font-weight: bold;
	background: rgb(0,36,127);
}


div.menuv a:hover { 
	color: rgb(255,255,255);
	background: #666;
	font-weight: normal;
}

div.menuvheader {
	padding: 3px;
	color: #fff; 
	margin: 0;
	font-weight: bold;
	background: #006699; 
	font-size: 14px; 
}


div.boxfloatright {
	width: 190px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #ccc;
	font-weight: normal;
}

div.homeboxcenter {
	margin-top: 10px;
	width: 191px;
	border-top: 1px solid #069;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #069;
	background: #fff;
	font-weight: normal;
}

div.homeboxright {
	margin: 4px;
	padding: 0px;
	width: 160px;
	border: 1px solid #00976C;
	background: #E8F6F2;
	color: #1C3665;
	font-weight: normal;
}

div.homeboxright b {
	font-weight: bold;
	color: #069;
}

div.menuhshort {
	width: 35px;
	height: 15px;
	margin: 0px;
	text-indent: 4px;
	color: #fff; 
	font-weight: bold;
	background: #069; 
	font-size: 11px; 
	float: left; 
}

div.menuh a, div.menuhshort a{
	display: block;
	text-decoration: none;
	color: #FFF; 
}

div.menuh {
	width: 100px;
	height: 15px;
	margin: 0px;
	text-indent: 4px;
	color: #fff; 
	font-weight: bold;
	background: #069; 
	font-size: 11px; 
	float: left; 
}

div.menuh a:hover, div.menuhshort a:hover { 
	color: #6C9; 
}

div.menuh a.menuvactive, div.menuhshort a.menuvactive { 
   color: #E7AC6B;
}


div.contentheader{
	width: 100%;
	padding: 5px 5px 0px 0px;
	text-indent: 5px;
	color: #069; 
	margin: 0;
	font-weight: bold;
	background: #C4D5E7; 
	font-size: 14px; 
	border-right: 1px solid #999;
}

div.newsimage {
	width: 152px;
	float: right;
	margin: 0px 2px 10px 15px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #999;
	font-size: 9px;
	color: #666;
	clear: right;
}

hr {
	border: none;
	color: #ccc;
	margin: 0px;
	height: 1px;
	background-color:#ccc;
}

ol {
	text-indent: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	list-style-image: url(/fileadmin/framework/li.gif);
	/*
    text-indent: 0px;
	margin-left: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	*/
}

a.textlink {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

a.textlink:hover {
	color: #333333; 
	background: #FFFFFF; 
}

div.ultitle {
	margin-top: 6px;
	font-weight: bold;
}

input.mailforminput {
	font-size: 9px;
	padding: 1px;
}


.csc-frame-frame1{
padding:5px;
border:1px solid #C89F2C;
background-color:#FFE191;
}

.csc-frame-frame2{
padding:5px;
border:1px solid #C89F2C;
background-color:#ffffff;
}

.align-right{
text-align:right;
}

.csc-sitemap ul{
margin-top:5px;
}
.csc-sitemap li{
padding:10px 0px 5px 20px;
background-image:url(/fileadmin/framework/ico_page.gif);
background-repeat:no-repeat;
}

h1{
color:#333;
font-size:14px;
margin:0px 0px 10px 0px;
}

h2{
color:#333;
font-size:12px;
padding:0px;
margin:0px;
}

.subhead1{
font-size:10px;
color:black;
}
.subhead2{
font-size:10px;
color:green;
}
.subhead3{
font-size:10px;
color:red;
}
.headerdate{
font-size:10px;
color:Green;
font-weight:normal;
}

.csc-textpic-caption{
color:#000;
font-size:10px;
}

.csc-mailform{
border:0px;
padding:0px;
margin:0px;
}

.csc-mailform-field{
margin-bottom:2px;
}

.csc-mailform-field label{
float: left;
width:120px;
padding-top:2px;
}

input, select, textarea{
width:240px;
color:#333;
font-family:Arial,Verdana;
border:1px solid #333;
background-color:#fff;
}

.csc-mailform-radio fieldset{
margin-left:120px;
border:0px;
}


form{margin:0px}

.csc-mailform-radio fieldset label{
float: none;
width:auto;
margin-right:20px;
}

.formradio, .formcheckbox{
border:0px;
width:auto;
background-color:transparent;
}

.formcheckbox{
margin-left:120px;
}

.formbutton{
width:auto;
color:#333;
border:1px solid #333;
background-color:#fff;
}

.loginform{
font-size:14px;
color:#2B3087;
font-weight:normal;
}

.filelinks{
font-size:14px;
color:#990000;
}
.filelinkssize{
font-size:14px;
color:Green;
}
.celmenu{
font-family:"Courier New", Courier, mono, serif;
font-size:12px;
color:olive;
margin-top:10px;
}
.celsubmenu{
font-family:"Courier New", Courier, mono, serif;
font-size:11px;
color:#666699;
margin-left:20px;
margin-top:3px;
}

.csc-uploads-fileName p{
margin:0px;
}