/******************************************************************************************/
/* UNIVERSAL SETTINGS                                                                     */
/******************************************************************************************/

*{
	margin:0;
	padding:0;
}

html {}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	color:#000000;
	background:#FFFFFF;
}

a:link, a:active {text-decoration:none; color:#000000}
a:visited {text-decoration:none; color:#000000}
a:hover {text-decoration:underline}
img {border:none; margin:0px}

.naviMain {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 500px;
}

.naviPress {
	position: absolute;
	top: 250px;
	left: 150px;
}

.naviManagement {
	position: absolute;
	top: 250px;
	left: 150px;
}

.logo {
	position: absolute;
	left: 817px;
	top: 50px;
}

.lion {
	position: absolute;
	top: 250px;
	left: 0px;
	height: 400px;
}


.line {
	position: absolute;
	top: 290px;
	left: 390px;
}

.login {
	position: absolute;
	top: 320px;
	left: 200px;
	font-size:11px;
}

.boxHome {
	position: absolute;
	top: 271px;
	left: 334px;
	width: 459px;
	text-align: justify;
}

.boxPress {
	position: absolute;
	top: 250px;
	left: 400px;
	width: 510px;
	text-align:justify;
}

.boxProduction1 {
	position: absolute;
	top: 250px;
	left: 180px;
	width: 350px;
	text-align: justify;
}

.boxProduction2 {
	position: absolute;
	top: 250px;
	left: 560px;
	width: 350px;
	text-align: justify;
}

.boxManagementClients {
	position: absolute;
	text-align:center;
}

.textCopyright {
	position:absolute;
	left: 200px;
	font-size: 8px;
	text-align: center;
	width: 510px;
}

.loginLabel {
    color: #333333;
}

.loginBtn {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
}

.inthemediaTitel {
	font-size:17px;
	font-weight: bold;
	color: #202020;
}

.pressreleasesTitel {
	font-size:17px;
	font-weight: normal;
	color:#b89b00;
}

.inthemediaUntertitel {
	font-size:10px;
	color:#999999;
	font-weight: bold;
}

