@charset "UTF-8";
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_ExtraBold/stylesheet.css");
@import url("../webfonts/OpenSans_Bold/stylesheet.css");
/* CSS Document */

/* 
----------------------------------------------------------------
Schubert audit
start: 05.11.2014
Autor: Marcel Drechsler, alle Rechte liegen bei dem Autor
Medium: Screen, Print
----------------------------------------------------------------
 */

*::-moz-selection {
    background-color: #b0b0b1;
	color: #ffffff;
}
*::selection {
    background-color: #b0b0b1;
	color: #ffffff;
}
 

p {
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

strong {
	font-family: "OpenSans Bold";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #030303;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #0B0B0B;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #327298;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-image: url(../img/link_gruen.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

a:active {
	text-decoration: none;
	color: #327298;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a.action {
	background-color: #62B3A4;
	-webkit-transition: background .35s ease-in-out;
	-moz-transition: background .35s ease-in-out;
	-ms-transition: background .35s ease-in-out;
	-o-transition: background .35s ease-in-out;
	transition: background .35s ease-in-out;
}


.header_logo h1 {
	color: rgba(0,0,0,1.00);
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 25px;
	font-family: "OpenSans Bold";
	text-transform: uppercase;
	text-align: right;
	margin-right: 40px;
	background-image: url(../img/schubert_autit_gmbh_top.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 60px;
}

.header_logo h1 a {
	display: block;
	height: 60px;
	float: right;
}


#hauptnavigation a {
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: "OpenSans ExtraBold";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#hauptnavigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#hauptnavigation a:hover {
	text-decoration: none;
	color: #000000;
}

#hauptnavigation a:active {
	text-decoration: none;
	color: #000000;
}

#hauptnavigation a.action {
	background-color: #FFFFFF;
	-webkit-transition: background .35s ease-in-out;
	-moz-transition: background .35s ease-in-out;
	-ms-transition: background .35s ease-in-out;
	-o-transition: background .35s ease-in-out;
	transition: background .35s ease-in-out;
}

h2 {
	font-family: "OpenSans Bold";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 30px;
	color: #327298;
}
.rechtsbuendig {
	text-align: right;
	margin-bottom: 15px;
	margin-right: 0px;
}

.rechtliches {
	text-align: right;
	font-size: 12px;
}
