@charset "utf-8";
/* CSS Document */


body
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	background-color: #F6822B;
	margin: 0px;
	padding: 0px;
}

.wrapper
{
	background-image: url(../images/title-motiv.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 610px;
	background-color: #FFFFFF;
}
.wrapper #topBkg
{
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


.wrapper #top
{
	background-image: url(../images/title-top.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper #menu
{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper #menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.wrapper #menu ul li
{
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
}
.wrapper #menu ul #lastLi
{
	border-right-width: 0px;
	border-right-style: none;
}


.wrapper #menu a
{
	color: #333333;
	text-decoration: none;
}

.wrapper #menu a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

#footer
{
	background-image: url(../images/title-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 342px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer #titleGpsLogin
{
	width: 220px;
	color: #FFFFFF;
	height: 200px;
	float: left;
	position: absolute;
	left: 200px;
	top: 10px;
}
#footer #titleMailLogin
{
	width: 220px;
	color: #FFFFFF;
	height: 200px;
	float: left;
	position: absolute;
	top: 10px;
	right: 200px;
}

#footer #copyright
{
	margin-top: 295px;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin-left: 25px;
}

#footer #copyright a
{
	color: #FFFFFF;
}
.button1
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F7923A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}

.textbox1
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 4px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.ncsv
{
	display: none;
}

