@CHARSET "UTF-8";

/**
 * hint: 12px = 1em
 */

/**
 * General CSS
 */ 
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

html {
	overflow: scroll;
	overflow-x: hidden;		
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

#container {
	position: relative;
	text-align: left;
	width: 60em;
	margin: 0 auto;
}

#head {
	position: relative;
	height: 5.58em;
	overflow: hidden;
}

#content {
	position: relative;
	font-size: 1em;
	width: 60em;
	float: left;
	margin: 0em;
	background-image: url("../images/border.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#content a, #content a:visited, #content a:focus, #content a:active {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

img {
	border: none;
	margin: 0em;	
}

#content img.contentImage {
	margin: 0.5em 0.5em 0.5em 15.66em;
}

#content #right-bar {
	width: 15em;
	margin-bottom: 0.0em;
	float: right;
}

#content #right-bar .box-right {
	position: relative;
	right: 0em;
	top: -3em;
	width: 15em;
	margin: 0.2em 0em 1.2em 0em;
	float: right;
	background-image: url("../images/border.gif");
	background-repeat: repeat-y;
}

#content #right-bar .box-right h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0.2em 0em 0.6em;
}

#content #right-bar ul {
	list-style-position: outside;
	margin: 0.8em 0.8em 0.8em 1.8em;	
}

#content #right-bar ul li a:hover {
	text-decoration: underline;
}

#content #left-bar 
{
    background-image:url(../images/border.gif);
    background-position:left top;
    background-repeat:repeat-y;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 15em;
}

#content #left-bar ul{
	border-color: #3E586F;
	border-width: 2px 2px 0px;
	border-style: solid;
	list-style: none;
	list-style-position: outside;
	margin: 0.8em 1em;	
}	

#content #left-bar ul li {
	border-bottom: 2px solid #3E586F;
	line-height: 2em;
}

#content #left-bar ul li a {
	font-weight: bolder;	
	font-size: 1.1em;	
	color: #000000;
	text-decoration: none;
	padding-left: 0.9em;
	display: block;
}

#content #left-bar ul li a:hover,
#content #left-bar ul li a:active,
#content #left-bar ul li a.active {
	background-color: #3E586F;
	color: #FFFFFF;
}

#content #teaser {
	position: absolute;
	right: 0.67em;
	top: 3.58em;
	width: 14em;
	margin-bottom: 0.2em;
	float: right;
	background-image: url("../images/border.gif");
	background-repeat: repeat-y;
}

#content #teaser h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0.2em 0em 0.6em;
}

#content ul.links {
	border-color: #3E586F;
	border-width: 2px 2px 0px;
	border-style: solid;
	list-style: none;
	list-style-position: outside !important;
	margin: 0.33em 0.5em 0.7em 0.5em !important;
}

#content ul.links li {
	border-bottom: 2px solid #3E586F;
	line-height: 1.8em;
}

#content ul.links li a.pdficon {
	background-image: url("../images/pdf-icon.gif");
	background-position: 11em 0.2em;
	background-repeat: no-repeat;
}

#content ul.links li.marginleft {
	margin-left: 1em;
}

#content ul.links li.marginleft a,
#content ul.links li.marginleft a:hover,
#content ul.links li.marginleft a:focus,
#content ul.links li.marginleft a:active,
#content ul.links li.marginleft a:visited {
	margin-left: 0em;
}

#content ul.links li a, #content ul.links li a:hover,
#content ul.links li a:active, #content ul.links li a:focus,
#content ul.links li a:visited {
	color: #000000;
	text-decoration: none;
	margin-left: 1em;
	font-weight: normal;
	display: block;
}

#content .smallContent {
	margin: 0em 15.83em 0.2em 15.7em;
}

#content ul.smallContent {
	margin: 0em 13.13em 0.2em 17em;
}

#content p {
	margin: 0em 0.67em 0.2em 15.7em;
}

#content h1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 1.5em 13.13em 0.5em 12.5em;
}

#content h2 {
	font-size: 1.1em;
	margin: 1.5em 13.13em 0.5em 14.25em;
}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 13.13em 0.5em 15.7em;
}


/**
 * Tables
 */
#content table.content {
	border-collapse: collapse;
	margin-left: 15.66em;/* 15em + 0.66em */
	width: 43.68em; /* 45em - 0.5em - 0.5em */
}

#content table.content th,
#content table.content td {
	padding: 0.5em 0.66em;
	text-align: left;
	vertical-align: top;
}	

#content table.content th{
	background-color: #C6C6C6;
}

#content table.content td{
	border-bottom: 0.1em solid #CACACA;
	border-right: 0.1em solid #CACACA;
}

#content table.content ul {
	margin-left: 1.16em;	
}

#content div.download {
	background-image: url("../images/pdf-icon.gif");
	background-repeat: no-repeat;
	background-position: left;
	width: 5.41em;
}	

#content div.download a{
	margin-left: 1.66em;
}

/**
 * extension for the filelist table
 */
#filelist a.download{
	background-image: url("../images/pdf-icon.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}	

/**
 * contact table
 */
 
#content table.contact {
	border-collapse: separate;
	border-spacing: 0.5em 0;
	margin-left: 16.86em;/* 15em + 0.66em */
	margin-top: 2.5em;
	/*width: 44.34em; /* 45em - 0.66em */
}

#content table.contact,
#content table.contact input {
	font-size: 0.9em;
}

#content table.contact th.left{
	width: 32.54em;
}

#content table.contact th.right{
	width: 14.7em;
}

#content table.contact th {
	background-color: #CCD7E3;
	font-weight: normal;	
	height: 1.33em;
	text-align: left;
	padding: 0.4em 0.3em;
}

#content table.contact td {
	text-align: left;
}

#content table.contact .formCheckboxCol {
	width: 4.33em;
}

#content table.contact div.formCheckboxCol {
	float: left;
}

#content table.contact td input {	
	border: none;
	background-color: white;
	margin: 4px;
}

#content table.contact td.input {	
	background-color: #F9F9F9;
	border-bottom: 0.72em solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;	
}

#content table.contact td.left {
	background-image: url("../images/input_big.gif");
}

#content table.contact td.right {	
	background-image: url("../images/input_small.gif");
	
}

#content table.contact td.left input{
	margin-left: 1em;
	width: 35em;
}

#content table.contact td.right input{	
	margin-left: 1em;
	width: 14.8em;
}

#content table.contact td textarea {	
	border: 1px solid #000000;
/*	width: 100%;*/
	width: 32em;
	height: 13.33em;
	overflow: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;	
	padding: 0.5em;
}


#content table.contact td input.submit {
	width: 100%;	
	background-color: #CCD7E3;
	cursor: pointer;
	margin: 0;
}

#content table.contact td input.submitSmall {
	width: 10em;	
	background-color: #CCD7E3;
	cursor: pointer;
	margin: 0;
	margin-top: 10px;
}

#content .smallContent .contact 
{
    margin-left: 0px;
}

/**
 * Header für FileList Tabs
 */
div.directoryTab 
{
    background-color: #C6C6C6;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;    
    float:left;
    margin: 0;
}

#content table.filelist {
	margin: 0;
	width: 44.34em;
}

#FileListHeader .selected
{
   font-weight: bold;
   text-decoration: none;
   background-color: #3E586F;
}

#FileListHeader a
{  
   color: #000000;
   text-decoration: none;
}

#FileListHeader .selected a.selected
{  
   color: #FFFFFF;
   text-decoration: none;
}

/**
 * userlist Tabelle
 */
#content table.userlist {
	margin: 0;
	width: 44.34em;
}

#content table.userlist td {
	padding: 4px;
}

#content input.submitSmall {
	width: auto;	
	border: 0;
	background-color: #CCD7E3;
	cursor: pointer;
	margin: 0;
	padding: 1px;
}

#content input.bottom {
	margin-top: 10px;
}
