@charset "utf-8";

/* FONTFACE
****************************************************/
h1 {
	font-size: 14pt;
	color: #3c3c3c;
}

h2 {
	color: #012b99;
	font-size: 11pt;
}

h3 {
	color: #3c3c3c;
	font-size: 9pt;
}

p {
	font-size: 9pt;
}

li {
	font-size: 9pt;
}

#content a {
	color: #3c3c3c;
}

/*@MEDIA
****************************************************/


/* GLOBAL STUFF
****************************************************/
html {
  overflow:scroll-y;
}

body {
	padding:0;
  	margin:0;
  	font-family: Arial, Verdana;
   	background: #eeeeee;
   	color: #3c3c3c;
}

#wrapper {
	width: 990px;
	background: #ffffff;
	border-radius: 8px;
	margin: 30px auto;
	box-shadow: 0px 0px 15px grey;
}

#header {
	float: left;
	width: 990px;
	height: 217px;;
	background: url(../images/header.png);
}

#navigation {
	float: left;
	width: 955px;
	height: 30px;
	margin-left: 17px;
	margin-right: 20px;
	margin-top: 20px;
	background: #949494;
	border-radius: 8px 8px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.red_button a{
	float: left;
	width: 63px;
	height: 30px;
	color: #ffffff;
	background: #c00000;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 3px;
	border-radius: 8px 0px 0px 0px;
	text-align: center;
	line-height: 10pt;
	border-right: 1px solid #ffffff;
	font-size: 9pt;
}

.grey_button a{
	float: left;
	width: auto;
	height: 30px;
	color: #ffffff;
	background: #949494;
	text-decoration: none;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 3px;
	border-radius: 8px 0px 0px 0px;
	text-align: center;
	font-size: 10pt;
	line-height: 20pt;
	border-right: 1px solid #ffffff;
}

.grey_button a.active{
	background: #858585;
	color: #ffe400;
}

.red_button a.active {
	color: #ffe400;	
}

.grey_button.last a {
	border-right: 0px solid #ffffff;
}

.navigation_shaddow {
	float: left;
	width: 990px;
	height: 5px;
	background: url(../images/navigation.jpg);
}

#content {
	float: left;
	width: 990px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.col {
	float: left;
	width: 293px;
	margin-right: 35px;
}

.clearer {
	clear: both;
}

.col img {
	float: left;
	width: 293px;
	margin-bottom: 15px;
}

.co2 {
	float: left;
	width: 455px;
	margin-right: 35px;
}
.co3 {
	padding-right: 35px;
}

.content_left {
	float: left;
	width: 245px;
}

.content_left img {
	margin-top: 15px;
}

.content_right {
	float: left;
	width: 600px;
}

table tr p{
	line-height: 12pt;
	margin-bottom: -13px;
	font-weight: bold;
}

.tb_kon {
	margin-top: -20px;
}

.co2 iframe{
	margin-top: 15px;
}

.notdienst_cnt {
	font-size: 38pt;
	color: #b70d0c;
	text-align: center;
	font-weight: bold;
}

.tech_aen {
	clear: both;
	font-size: 8pt;
	color: #727272;
	width: 940px;
	text-align: right;
}

.notdienst {
	color: #b70d0c;
	font-weight: bold;
	font-size: 16pt;
	line-height: 20pt;
}

.contact_img {
    width: 936px;
}

#footer {
	float: left;
	width: 940px;
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 30px;
	font-size: 9pt;
	color: #364856;
}

#social_media {
	float: left;
	width: 180px;
}

#footer_menu {
	float: left;
}

#icon {
	float: right;
}

#footer_menu a {
	text-decoration: none;
	border-bottom: 1px solid #162b62;
	color: #364856;
}