/* ---------- SIGG Home ----------*/

body {
	background: #666 url('/fileadmin/templates/images/bodybg_black.gif') repeat-x;
}
div#wrapper {
	width: 950px;
	position: relative;
}
/*########### HEADER #########*/

div#header {
	width: 100%;
	height: 20px;
	padding-top: 52px;
	background:none;
}

/* Hauptnavigation HNAV */
div#hnav {
	float: right;
	margin-right: 28px;
	margin-top: 0px;	
	width: auto;
}


/*######### ROUNDED BOX #########*/
div#box {
	width: 100%;
	background: #fff url('/fileadmin/templates/images/globalentry/bg.jpg') 100% 0 no-repeat;
}
div#box div.box-inner {
	height: 190px;
	padding: 290px 25px 10px 80px;
	overflow:  hidden;
}

#box h1 {margin: 0 0 10px 0;}
#box p {
	margin: 10px 0 10px 0;
	width: 400px;
	font-size: .9em;
}

#box ul {margin-top: 20px;}
#box ul li {
	float: left;
	width: 205px;
}

#box ul li img,
#box ul li select {display:block;}

#box ul li select {
	width: 150px;
	margin-top: 15px;
}

/*Sitemap Link*/

a#sitemap,
a#sitemap:link,
a#sitemap:visited {
	position: absolute;
	bottom: -20px;
	right: 40px;
	font-size: .9em;
	color:#BCBCBC;
	text-decoration:none;
	text-transform:uppercase;
}

a#sitemap:hover,
a#sitemap:active {
	color: #fff;
}