* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/header_bg.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #58585A;
}

h1, h2, h3 {
	color: #58585A;
}

h1, h2 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #ED1846;
}

a:active {
	color: #ED1846;
}

a:visited {
	color: #ED1846;
}

a:hover {
	text-decoration: none;
	color: #ED1846;
}


img {
	border: 1px solid #CDCDCD; padding: 4px;
}


img.left {
	float: left;
	margin: 0 20px 10px 0;
}

div#self-service-lite div a img {/* image in a link */
border:1px solid #ED1846;
padding:3px;
}

/* Menu */

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	border-right: 1px solid #CDCDCD;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 149px;
	height: 24px;
	padding: 15px 0 0 0;
	border-left: 1px solid #CDCDCD;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	color: #58585A;
	outline: none;
}

#menu a:hover {
	background: #FFF3B5;
}

#menu a.sslmenueactive {
	background: #F79779;
	color: #FFFFFF;
}

/* Submenue */
div#submenue {
 width: 230px;
 float:right;
 font-size: 16px;
 font-weight: bold;
}
div#submenue a.sslmenueactive {
	color: #58585A;
}
div#submenue ul.sslmenue {
 list-style-type:none;
 background: #FFFFFF;
}
div#submenue ul.sub2 {
 margin-bottom:35px;
}
div#submenue ul.sub2 li {
 border-bottom:1px dotted #ccc;
}
div#submenue ul.sslmenue li * li {
 border:none;
 font-size: 14px;
 font-weight: normal;
}

div.GB_header img {
 border:none;
}


/* Header */

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 470px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/logo.gif) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 340px;
	height: 86px;
	margin: 0;
	background: url(images/collage.jpg) no-repeat;
	padding: 84px 0px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}


.hr {
	border-bottom: 1px solid #ED1846;
}



/* Suchfeld */

#suche {
	float: right;
	margin: 10px 0 30px 0;
}

/* Warenkorb */

#warenkorb {
	float: right; width: auto;
	margin: 0 0 0 0;	
}
#warenkorb a { 
background: #fff url(images/warenkorb.jpg) no-repeat; 
display: block; 
height: 150px; 
width: 200px;
} 
#warenkorb a span { 
visibility: hidden; 
}
		

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding: 1px;
	background: #CDCDCD;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.infobox {
	background: #ffffff repeat-y;
}

.infobox h2 {
	background: #ED1846 repeat-y;
	font-size: 16px;
	text-align: center;
}

.infobox p {
	padding: 5px 0 0 0;
	line-height: 1.5em;
}


#sidebarpaypal {
	float: right;
	width: 210px;
}

#sidebarpaypal img {
	border: none;
}


/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEDED url(images/footer_bg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

#footer a {
	color: #ED1846;
	font-size: 11px;
}

#footer ul {
 text-align:center;
}
#footer ul li {
 display:inline;
 padding:0 5px;
}


