
/* 
	Layout for the different boxes in main.tmpl
*/
html,body {
	height:97%;
}
table.page {
	height:100%;
}
table.page td {
	padding:0;
	border:none;
	width:100%;
	height:100%;
	vertical-align:middle;
}



/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}

.monospace {
	font-family:'Andale Mono',Courier,monospace;
}

/* Header */
#header {
	width:980px;
	height:190px;
	padding-left:10px;
	background:url(../img/header.jpg) left top no-repeat;
	background-color:#000;
	text-align:left;
	border:1px solid #58595B;
	border-bottom:none;
}
#print {
	margin-top:107px;
	padding-right:20px;
	width:25px;
}

/* Content */
#content {
	width:990px;
	text-align:left;
	border-left:1px solid #58595B;
	border-right:1px solid #58595B;
}

/* Height of the content-box */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}
/* Height end */

#cLeft {
	width:200px;
	margin:10px 0 10px 0;
	line-height:14px;
}
#cCenter {
	width:500px;
	margin:20px 40px 10px 40px;
}
#cRight {
	width:200px;
	margin:20px 0 10px 0;
}

/* Footer */
#footer {
	width:990px;
	height:35px;
	text-align:left;
	color:#58595B;
	padding-top:10px;
	border:1px solid #58595B;
	border-top:none;
}
#fLeft {
	width:180px;
	height:20px;
	padding-top:10px;
	text-align:right;
	border-top:1px solid #58595B;
}
#fCenter {
	width:790px;
	height:20px;
	padding-top:10px;
	border-top:1px solid #58595B;
	text-align:right;
}



/* HTML-Tags */
body {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	color:#333;
	font-family:Arial,sans-serif;
}
h1 {
	font-weight:bold;
	text-align:left;
	font-size:16px;
	text-transform:uppercase;
	line-height:19px;
	margin:0;
	padding:0 0 5px 0;
}
h2,caption,legend {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
small {
	font-size:10px;
	line-height:12px;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#003399;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left top no-repeat;
	display:inline-block;
}

a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left top no-repeat;
	display:inline-block;
}
ul {
	margin-left:10px;
	padding-left:5px;
}
ul.nostyle {
	list-style-type:none;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}

form br {
	clear:both;
}
fieldset {
	border:none;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
label {
	clear:both;
	float:left;
	width:80px;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
}
input, textarea, select {
	border:1px solid #003399;
	background-color:#f1f1f1;
	padding:2px;
	font-family:Arial,sans-serif; 
	font-size:10px;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:300px;
}
textarea {
	height:150px;
}
input.submit {
	margin-top:5px;
}
table {
	font-size:12px;
	width:97%;
}
caption {
	text-align:left;
}
th {
	background-color:#f1f1f1;
	padding:3px;
	text-align:left;
}
td {
	vertical-align:top;
	border-bottom:1px solid #4B4C4E;
	padding:3px;
}
dd {
	margin-left:15px;
}
dl.image {
	margin:0 10px 10px 10px;
}
.imgleft dl.image {
	margin-left:0px;
	float:left;
	margin-right:10px;
}
.imgright dl.image {
	margin-right:0px;
	float:right;
	margin-left:10px;
}

.imgleft .csc-textpic-imagecolumn {
	margin-right:10px;
}
.imgright .csc-textpic-imagecolumn {
	margin-left:10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:14px;
}
dl.image dd {
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:11px;
	line-height:13px;
	text-align:left;
}
span.copyright {
	font-size:9px;
}


/* HTML in den verschiedenen Boxen */
#cLeft ul {
	list-style-type:none;
	text-align:right;
	padding:0;
	margin:0;
}
#cLeft ul a {
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
	color:#58595B;
	
}
#cLeft ul li {
	border-bottom:2px dotted #003399;
	padding:10px 0 10px 0;
	margin-bottom:3px;
}
#cLeft ul a.active, #cLeft ul a:hover {
	color:#003399;
	text-decoration:none;
}
#cLeft ul a.active {
	font-weight:bold;
}
#cLeft ul.secondLevel {
	margin-top:8px;
}
#cLeft ul.secondLevel li {
	border:none;
	padding:0;
}
#cLeft ul.secondLevel a, #cLeft ul.thirdLevel a {
	font-size:12px;
	line-height:12px;
	text-transform:none;
	margin:0;
}
#cLeft ul.thirdLevel {
	text-align:right;
	margin-bottom:40px;
}
#cLeft ul.thirdLevel li {
	border-right:1px solid #58595B;
	padding:0 5px 0 5px;
	float:right;
	text-align:right;
}


/* Plugins */

/* Galerie */
.tx-sksimplegallery-pi1 .thumbs img {
	margin:0 0 5px 5px;
}
.tx-sksimplegallery-pi1 dl.image {
	margin:0;
}
.tx-sksimplegallery-pi1 dl.image dt {
	margin-right:10px;
	float:left;
	width:320px;
}
.tx-sksimplegallery-pi1 dl.image dd {
	padding:0;
	float:right;
	width:160px;
	text-align:left;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
}
.tx-sksimplegallery-pi1 dl.image dd h2 {
	margin:0;
	padding:0;
}

.tx-askbfaq-pi1 dt {
	margin-top:10px;
}




