@charset "utf-8";
/* CSS Document */


body {
	background: white;	
	font-family: "open sans", sans-serif;
	//border:1px black solid;
}

div.alles {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	//border:1px green solid;
	//position:relative;
	clear: both;
}

div#titel {
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	height:20%;
	top:0;
	padding:0px 2px 10px;
	width: 996px;
	border-bottom: #06C solid 2px;
	background:white;
	//position:fixed;
	z-index:1;
	cursor:default;
}

div#untertitel {
	position:fixed;
	bottom:0;
	height:406px;
	width: 996px;
	border-top:#06C solid 2px;
	background:white;
	padding: 0 2px;
	z-index:1;
}


div#container {
	position: relative;
	float:left;
	left: 50%;
	//border:1px black dashed;
	clear:both;
	}

div#inhalt{
	position: relative;
	//top:46px;
	margin:0px 0 106px;
	float:left;
	//left: -50%;
	//border:1px red solid;
	}
	
div#inhalt2 {
	position:relative;
	float:left;
	left: -50%;
	//border:1px blue solid;
	clear:both;
	}



table.downloads {
	width:1000px;
	border-collapse:collapse;
}

/*.downloads a:hover {
	text-decoration:underline;
	color:black;
}*/

.downloads tr {
	border-bottom:1px solid #CCC;
	height:40px;
	padding: 0 51px;
	cursor:pointer;
	font-size:14px;
}

.downloads tr.letzter {
	border-bottom:3px double #06C;
}

.downloads td {
	padding: 0 5px;
}

.downloads tr:hover {
	background: #FFD;
	//background: #F0F8FF;
	//background: #FFFFD2;
	//background: #FFFFAE;
}

h1,h2,h3,h4,h5,th {
	font-weight: normal;
	margin:0;
}

h1 {
	font-size:28px;
	color: #06C;
}

p {
	font-size:16px;
	cursor: default;
}

hr {
	
	background: #CCC;
	border:0;
	height:1px;
}




/* LINK EIGENSCHAFTEN */

/* ALLGEMEIN */

a {
}

a:link {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;
	color: #06C;
}

a:active {
	text-decoration: underline;
	color: #06C;
}

a:visited {
	text-decoration: none;
	color: #06C;
}

a:focus {
	text-decoration: underline;
	color: #06C;
}


/* Unauffällige Links */



a:link.verst {
	text-decoration: none;
	color: black;
}


a:hover.verst {
	text-decoration: underline;
	color: black;
}

a:active.verst {
	text-decoration: underline;
	color: black;
}


a:visited.verst {
	text-decoration: none;
	color: black;
}


a:focus.verst {
	text-decoration: underline;
	color: black;
}


/* DOWNLOAD LINKS */

.downloads a:link {
	text-decoration: none;
	color: black;
}


.downloads a:hover {
	text-decoration: underline;
	color: black;
}

.downloads a:active {
	text-decoration: underline;
	color: black;
}


.downloads a:visited {
	text-decoration: none;
	color: black;
}


.downloads a:focus {
	text-decoration: underline;
	color: black;
}
