@charset "UTF-8";

/*---------------------------------------------------------------------------------------*/
/* Allgemeine Formatdefinitionen */

body {
	background-color: #272727;
}

/* Damit kein blur-Rand erscheint */
*:focus {
	outline: 0;
}

#main {
	position: absolute;
	height: 680px;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	border-color: #999999;
	top: 10%;
}
#bild {
	position: absolute;
	height: 550px;
	width: 870px;
	left: 0px;
	display: none;
}
#footer {
	height: 105px;
	width: 870px;
	top: 550px;
	left: 0px;
	text-align: center;
	margin-top: 15px;
	position: absolute;
}

#logo {
	position: absolute;
	height: 100px;
	width: 154px;
	left: 870px;
}

#navigation {
	position: absolute;
	height: 580px;
	width: 154px;
	top: 100px;
	left: 870px;
}

/*-------------------------------------------------------------------------------------------*/
/* Allgemeine Formatoptionen für Text */

P, DIV, H1, H2, H3, H4, UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	line-height: 15px;
}
h1.csc-firstHeader {
	font-size: 12px;
}

.lauftextfett {
	font-weight: bold;
}
.lauftextklein {
	font-size: 11px;
}
A {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e6e6e;
}
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*---------------------------------------------------------------------------*/
/* DEFINITION DER FOOTER */
DIV#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
	margin: 0px;
}
DIV#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #6e6e6e;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*---------------------------------------------------------------------------*/
/* DEFINITION DOWNLOAD-LINK */
/* Damit der letzte Punkt etwas abgesetzt wird, die ID (Seitenname) wurde mittels TypoScript erzeugt (siehe Template) */
/* Darum wird a#Downlnoad geschrieben */
DIV#navigation a#Contact img {
	padding-top: 10px;
}

* html DIV#navigation a#Contact img {
	margin-top: 10px;
}

/*---------------------------------------------------------------------------*/
/* DEFINITION DOWNOAD-ELEMENT */

/* Breite der gesamten Tabelle für die Uploads */
DIV#main table.csc-uploads {
	width: 600px;
	border-top: 1px solid 	#6E6E6E;
}
/* Breite und Ausrichtung der Schrift für die Dateigrösse */
.csc-uploads-fileSize {
	width: 75px;
	text-align: right;
}
td.csc-uploads-fileSize p {
	font-size: 10px;
}
/* Schriftgrösse und Abstand für den Dateinamen */
.csc-uploads-fileName p {
	font-size: 11px;
	margin: 0px;
}
/* Definition für den Link */
.csc-uploads-fileName p a, .csc-uploads-fileName p a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	/*background-color: #6E6E6E;*/
	text-decoration: none;
	/*padding: 2px;*/
}
.csc-uploads-fileName p a:hover {
	color: #b9b9b9;
	/*background-color: #b9b9b9;*/
}
/* Abstand vom Beschreibungstext nach oben */
p.csc-uploads-description {
	margin-top: 3px;
}
	

