@charset "utf-8";


@import url('fonts.css');


/* CSS Document */


/* ---------- GENERAL ---------- */


html, body {


	margin-top: 0px;


	margin-left: 0px;


	width: 100%;


	min-width: 900px;


	font-family: 'Porsche-News-Gothic';


	font: 87.5%/1.5em;


}




button {


    font-size: inherit;


    margin: 0;


    padding: 0;


    -webkit-appearance: none;


}




#header {


    width: 100%;


    height: 70px;


    margin: 0 auto;

    text-align: center;


}




.lineimage {


    border-bottom:1px solid #E6E6E6;


    height: 50px;


    width: 40%;


    margin: 0px auto;

    display: inline-block;

    vertical-align: top;


}




.logo {


    display: inline-block;


    width: 120px;


    margin-top: 15px;


}




#content {


	margin: 0 auto;


	width: 85%;

	text-align: center;


}




.imageCenter {


    width: 95%;
	max-width: 900px;
	/*height: 65%;*/


}




#lineSecond {


	width: 100%;


	height: 50px;


}




#lineSecond h1 {


	font-family: 'Porsche-Franklin-Gothic';


	color: #333333;


	font-size: 100%;


	text-align: center;


	display: inline-block;


	width: 20%;


}




.lineimageTitle {


  border-bottom:1px solid #E6E6E6;


  height: 25px;


  width: 37%;


  margin: 0px 10px;

  display: inline-block;

  vertical-align: top;


}




/* ---------- LOGIN ---------- */


#login {


    width: 300px;


    margin: 15px auto;

    text-align: center;


}




#login span {


    color: white;


    display: block;


    height: 30px;


    position: absolute;


    text-align: center;


    width: 100%;


}




#login input[type="submit"] {


    background: #336699;


    color: white;


    width: 100px;


    height: 30px;


    border: none;


    display: block;


    margin: 0 auto;   


}




#login input[type="password"], #login input[type="text"] {


    background-color: #fff;


    border: 1px solid #848484;


    text-align: center;


    color: #848484;


    margin-bottom: 10px;


    width: 100%;


    height: 30px;


}




#login input[type="submit"]:hover {


    background: #801416;


}




.error {


    color: red;


    font-weight: bold;


    text-align: center;

    margin: 10px;


}

