/* CSS Document meuse. nius*/
body {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px/18px "Century Gothic", verdana, arial, sans-serif;
	color: #606060;
	background-color: #eceded;
	text-align: center;
}

/* + top und navigation + */
#header {
	margin: 0 auto;
	width: 100%;
	height: 93px;
	background-image: url(../system/img/bg_oben.gif);
	background-repeat: repeat-x;
}

#logo {
	margin: 0 auto;
	position: relative;
	top: 2px;
	width: 806px;
	height: 60px;
	background-image: url(../system/img/logo.gif);
	background-repeat: no-repeat;
}

#nav {
	height: 22px;
	width: 806px;
	margin: 0 auto;
	font: normal 10px/20px 'Lucida Grande', 'Lucida Sans', verdana, arial, sans-serif;
	padding: 12px 0 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 20px;
}

#nav li {
	float: left;
	background: url("../system/img/nav_l_un.gif") no-repeat left top;
	margin: 0;
	height: 21px;
	padding: 0 0 0 6px;
}

#nav a {
	float: left;
	display: block;
	width: .1em;
	background: url("../system/img/nav_r_un.gif") no-repeat right top;
	padding: 3px 25px 1px 17px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	color: #606060;
	height: 17px;
	white-space: nowrap;
}

#nav a:hover {
	color: #333;
}

#nav > ul a {
	width: auto;
}
/* - top und navigation - */


/* + Inhalt und subnav und suche + */
#container {
	margin: 0 auto;
	width: 100%;
	min-height: 600px;
	height: auto;
	background-color: #ffffff;
	text-align: center;
}
* html #container { height:600px; }

#strichliert {
	margin: 0 auto;
	width: 806px;
	min-height: 600px;
	height: auto;
	background-image: url(../system/img/bg_strich.gif);
	text-align: left;		
}

#inhalt {
	padding-left: 40px;
	width: 600px;
	min-height: 600px;
}

* html #inhalt { height:600px; }
/* - Inhalt und subnav und suche - */

/* + unten + */
#footer {
	margin: 0 auto;
	width: 100%;
	background-image: url(../system/img/bg_unten.gif);	
	background-repeat: repeat-x;
	background-color: #ECEDED;
}

#copy {
	margin: 0 auto;
	width: 780px;
	font: 11px/14px Century Gothic;
	text-align: right;
}

#copy a, link {
	text-decoration: none;
	color: #818181;
}
/* - unten - */

a {
	color: #818181;
}

table.screenshots {
	border: 1px solid #999;
	background-color: #fff;
}

table.screenshots td {
	padding: 15px 20px 0 20px;
}

.screenshots, table.screenshots img {
	border: 1px solid #999;
}