﻿/* CSS Document */

body {
	background-color:#383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	line-height:14px;
	color:#fbfbfb;
}
p,div,form,h1,h2,h3,ul,li,ol,td {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fbfbfb;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fbfbfb;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #fbfbfb;
}
input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li{
}
img {
}
a{
	color: #fbfbfb;
	text-decoration:underline;
}
a:link{
	color: #fbfbfb;
	text-decoration:underline;
}
a:visited{
	color: #fbfbfb;
	text-decoration:underline;
}
a:hover{
	color: #cccccc;
	text-decoration:underline;
}

h2 a{
	color: #fbfbfb;
	text-decoration:none;
}
h2 a:link{
	color: #fbfbfb;
	text-decoration:none;
}
h2 a:visited{
	color: #fbfbfb;
	text-decoration:none;
}
h2 a:hover{
	color: #cccccc;
	text-decoration:underline;
}

/*#########################################* ID's* ###############################################################*/ 
#flashcontent {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}
#mainwrapper {
	background-color:#2a2a2a;
	width:960px;
	border:none 1px #ffffff;
	padding:40px 10px 10px 10px;
}
#pageheader{
	width:950px;
	border:none 1px #000000;
}
#mainmenu {
	border:none 1px;
	width:800px;
	height:35px;
	padding-left:0px;
}
#pagewrapper{
	border:none 1px #ff0000;
	width:940px;
	padding-top:40px;
}
#submenu {
	border:none 1px #ed1c24;
	text-align:left;
	width:200px;
	padding-bottom:25px;
	float:left;
}
#homepage {
	float:left;
	width:688px;
	margin-left:0px;
	min-height:462px;
}
#content {
	float:left;
	border:none 1px;
}
#claim {
	margin-top:10px;
}
#contentheader {
	margin-left:0px;
}
#contentfooter {
	margin-top:20px;
}
#pagefooter {
	width:925px;
	margin-top:10px;
	padding:10px;
	text-align:left;
	font-size:9px;
}
#teaser {
	border:none 1px #000000;
	width:688px;
}
#teaser_referenzen {
	border:none 1px #000000;
	width:688px;
}
#left {
	border:none 1px #ed1c24;
	float:left;
	padding-right:7px;
}
#right {
	border:none 1px #ed1c24;
	width:195px;
	margin-left:12px;
	float:left;
}


/* CLASSES */ 
.clearer {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.content {
	border:none 1px;
}

.content h1 {
}
.content h2 {
	margin-bottom:14px;
	line-height:15px;
}
.content h3 {
}

.content ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
}

.content li {
	list-style: square inside;
}

.cmstext {
	
}

.cmstext a {
	text-decoration:underline;
}
.cmstext a:link{
	text-decoration:underline;
}
.cmstext a:visited{
	text-decoration:underline;
}
.cmstext a:hover{
	text-decoration:underline;
}

.bildunterschrift {
	font-size:9px;
	color:#737373;
}

/* download elemente */
.download_interactive {
	background-image: url(images/download_element_bg.gif);
	background-repeat: no-repeat;
	cursor: default;
}
.download_interactive-hover {
	background-image: url(images/download_element_bg_hover.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}