* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #2277bb;
}

a {
	color: #2277bb;
	text-decoration: underline;
}

#banner {
	background: #5599bb url("http://www.numis-shop.de/ebaydesigns/images/mgs-banner.png") center top no-repeat;
	height: 123px;
}

#navigation {
	background: #224466;
	line-height: 36px;
	font-size: 13px;
}

#navigation ul {
	width: 1000px;
	margin: 0 auto;
	list-style: none;
}

#navigation li {
	display: inline;
	margin-right: 30px;
}

#navigation a {
	color: #66AACC;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
}

#body {
	width: 1000px;
	margin: 0 auto;
	font-size: 13px;
	padding-top: 20px;
	overflow: auto;
}



/* Sidebar */
#sidebar {
	width: 200px;
	float: left;
}

#sidebar ul {
	list-style: none;
	background: #E3F1FA;
    border: 1px solid #224466;
    border-radius: 8px;
    font-size: 12px;
	font-weight: bold;
    margin-bottom: 20px;
}

#sidebar ul a {
    border-bottom: 1px dotted #224466;
    color: #333;
    display: block;
    padding: 5px 3px 5px 5px;
    text-decoration: none;
}

#sidebar ul a:hover {
	background: #224466;
	color: white;
}

#sidebar > ul > li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#sidebar > ul > li:last-child a {
    border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* Ende Sidebar */



/* Content */
#content {
	float: right;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #224466;
	width: 738px;
	margin-top: 18px;
	padding: 20px;
}

#content small {
	font-size: 11px;
}

#content p {
	margin-bottom: 15px;
}

#content ul {
	text-align: left;
	margin: 20px auto;
	display: inline-block;
	list-style: none;
}

#content li {
	background: url("http://www.numis-shop.de/ebaydesigns/images/bullet_blue.png") no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

#content img {
	display: block;
	margin: 0 auto;
}
/* Ende Content */



/* Crosspromotion Frame */
.crosspromoframe {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	width: 1040px;
	height: 188px;
	overflow: hidden;
}
