@charset "UTF-8";
@media screen and (min-width:1440px){ 
	body {
		zoom: 1.25;
		-moz-transform: scale(1.25,1.25);
		-moz-transform-origin: center top;
	} 
}
@media screen and (min-width:2000px){ 
	body {
		zoom: 1.5;
		-moz-transform: scale(1.5);
		-moz-transform-origin: center top;
	} 
}

body {
	font: 14px/18px 'OpenSansRegular', Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}
/*für die älteren IEs*/
section, article, aside, header, footer, nav, figure { display : block; }

@font-face {
    font-family: 'OpenSansRegular';
    src: url('schrift/OpenSans-Regular-webfont.eot');
    src: url('schrift/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/OpenSans-Regular-webfont.woff') format('woff'),
         url('schrift/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('schrift/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('schrift/OpenSans-Semibold-webfont.eot');
    src: url('schrift/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/OpenSans-Semibold-webfont.woff') format('woff'),
         url('schrift/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('schrift/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('schrift/OpenSans-Italic-webfont.eot');
    src: url('schrift/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/OpenSans-Italic-webfont.woff') format('woff'),
         url('schrift/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('schrift/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('schrift/OpenSans-ExtraBold-webfont.eot');
    src: url('schrift/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('schrift/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('schrift/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('schrift/OpenSans-ExtraBold-webfont.eot');
    src: url('schrift/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('schrift/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('schrift/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: 'SourceSerifPro-Light';
             src: url('schrift/SourceSerifPro-Light.woff2') format('woff2'),
                  url('schrift/SourceSerifPro-Light.woff') format('woff'); 
	   	font-weight: normal;
		font-style: normal;
}


/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

p { font-family: SourceSerifPro-Light, Times, "Times New Roman", serif; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'OpenSansCondensedBold', Arial, sans-serif;
	/*font-size: 36px;
	line-height: 38px;*/
	color: rgb(35,35,35);
}
h1 {
	font-size: 34px;
	line-height: 36px;
	letter-spacing: 0;
	margin: 0px 0px 8px 0px;
}
h2 {font-size: 28px; line-height:32px;}
h3 {font-size: 22px; line-height: 26px;}

strong{
	font-family: 'OpenSansExtrabold', Arial, sans-serif;
	letter-spacing: 0;
}
.rot{
	color:rgb(230,47,50);
}

a img { 
	border: none;
}

/* ~~ Reihenfolge muss erhalten bleiben. ~~ */
a:link {
	color: rgba(230,47,50,1.00);
	text-decoration: none;
}
a:visited {
	color: #A0A0A0;
	/*text-decoration: underline;*/
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: underline;
}

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. So wars früher ~~ */
.container {
	width: 1025px;
	background-color: #FFFFFF;
	margin: 10px auto 0; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
header {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

/*.navigator {*/
nav {
    font-family: 'OpenSansCondensedBold', Arial, sans-serif;
    font-size: 16px;
    color: rgb(140,140,140);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(140,140,140);
    border-left-color: rgb(140,140,140);
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
/*Links innerhalb der Boxen*/
#nav a:link {
	color: rgb(140,140,140);
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: rgb(182,182,182);
}
#nav a:hover, a:active, a:focus {
	text-decoration: underline;
	color: rgb(255,0,0);
}
article {
	padding: 10px 10px;
	float:left;
}
section {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-bottom : 1px solid #c9c9c9;
    overflow: auto;
}

aside {
    /*height: 400px;*/
    width: 250px;
    background-color: #FFFFFF;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #c9c9c9;
}
.Zweier_wachsend {
	width: 500px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;/*height: 150px;*/
	margin-top: 10px;
}

.zentriert {
	text-align: center;
}

/* ~~ alte Definitionen ~~ */
.linke_spalte {
	width: 480px;
	margin-right: 20px;
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;/*height: 150px;*/
	margin-top: 10px;
}
.rechte_spalte {
	width: 480px;
	margin-right: 0px;
	padding-left: 19px;
	float: left;
	margin-bottom: 10px;/*height: 150px;*/
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(77,77,77);
	margin-left: 0px;
}
.Einerfeld {
	width: 1000px;
	float: left;
	margin-bottom: 10px;/*height: 150px;*/
	margin-top: 10px;
}
.titelhuepfer {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.titelei { /*23.11.15*/
	margin-top:20px; 
	margin-right:20px; 
	border: 1px solid #000;
	float:left;
}
/* ~~ Fußzeile ~~ */
footer {
	padding: 10px 10px;
	background-color: #FFFFFF;
	width: 1000px;
	text-align: center;
}


/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Formulare*/
.Ansichtsexemplar .Testabo {
	/*background-image: url(../media/Rosaverlauf.jpg);
	background-repeat: repeat-y;*/
}
form {
	width: 440px;
	background-color: rgb(231,231,231);
	padding: 5px 20px;
	border: 1px solid rgb(203,203,203);
}
label {
    clear: both;
    width: 140px;
    display: block;
    float: left;
    cursor: pointer;  /* Mauszeiger aendern */
}
input#Nachname, #Vorname, #Firma, #Abteilung, #Position, #Strasse, #Stadt, #Land, #Telefon, #Fax, #Email, #Telefax {
	width: 290px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
input#PLZ {
	/*background-color: #FFF;*/
	width: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
textarea#Anmerkungen {
	background-color: #FFF;
	width: 290px;
	height:90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
/*Validation Überprüfung*/
.validMsg {
	width:16px;
	height:16px;
	margin-top:-2px;
	display:none;
}
.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg {
	display:inline;
}
#okmessage {
	margin-top:10px;
	color: green;
	display:none;
}
