@charset "utf-8";
/* CSS Document */

/* Für den IE */
@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Regular.eot);
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Regular.eot);
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Italic.eot);
	font-style: italic;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Bold.eot);
	font-weight: bold;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(ont/BPH_Sans_Bold_Italic.eot);
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Regular_Italic.eot);
	font-weight: normal;
	font-style: italic
}


@font-face {
	font-family: BPhSans-TextFont;
	src: url(font/BPH_Sans_Text_Regular.eot);
}




/* Für alle anderen Browser */

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Regular.woff2) format('woff2');
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Italic.woff2) format('woff2');
	font-style: italic;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Bold.woff2) format('woff2');
	font-weight: bold;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Bold_Italic.woff2) format('woff2');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: BPhSans-Headline;
	src: url(font/BPH_Sans_Regular_Italic.woff2) format('woff2');
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: BPhSans-TextFont;
	src: url(font/BPH_Sans_Text_Regular.woff2) format('woff2');
}

@font-face {
	font-family: BPhSans-TextFont;
	src: url(font/BPH_Sans_Text_Bold.woff2) format('woff2');
	font-weight: bold;
}

@font-face {
	font-family: BPhSans-TextFont;
	src: url(font/BPH_Sans_Text_BoldItalic.woff2) format('woff2');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: BPhSans-TextFont;
	src: url(font/BPH_Sans_Text_RegularItalic.woff2) format('woff2');
	font-weight: normal;
	font-style: italic;
}


body {
	font-family: BPhSans-TextFont, arial, sans-serif;;

}

/*body {
	 background-color: #ffde00;
	 
}*/


.bg {
	 background-image: url("../image/bg.png");
}


h1 {
	
	font-family: BPhSans-Headline;
	font-weight: bold;
	font-size: 48px;
}

h2 {
	
	font-family: BPhSans-Headline;
	font-weight: bold;
	font-size: 28px;
}

h3 {
	
	font-family: BPhSans-Headline;
	font-weight: bold;
	font-size: 16px;
}

.inputText {
	width: 600px;
	 font-family: BPhSans-TextFont;
}

.inputButton {
	width: 150px;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


html, body {
  	height: 100%;
  	margin: 0;
}



.content {
  	min-height: 100%;
	background-image: url(../image/white.png); 
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
	background-size: 910px;
	
}
.content-inside {
	padding: 20px;
	padding-bottom: 80px;	
	width: 900px;
	margin: auto;
	/*background-image: url("../image/bg.png");*/
	height: 100%;
/*background-color: #fff;*/
	/*background-color: rgba(255, 255, 255, .8)*/



}
.footer {
  	height: 80px;
  	margin-top: -80px;
}

.footer-content {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	/*background-image: url("../image/bg.png");*/
	/*background-color: rgba(255, 255, 255, .8)*/
}

