/* ----------------------------------------------- */
/* ---------->>> RESET CSS / GLOBAL <<<----------- */
/* ----------------------------------------------- */
html, body {
    height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: none;
	font-family: Arial, Verdana, sans-serif;
	list-style-type: none;
	background-repeat: no-repeat;
}

strong a {
	font-weight: bold !important;
}

/* Grid ///////////////////////////////////////////////*/
.grid1,
.grid2,
.grid3 {
    margin: 0 35px 0 0;
    float: left;
    display: inline;
}

.grid1 {
    width: 250px;
}

.grid2 {
    width: 535px;
}

.grid3 {
    width: 820px;
    margin: 0;
}
.lastGrid {
    margin-right: 0 !important;
}

/* ----------------------------------------------- */
/* ------->>> CLEARING CSS / GLOBAL <<<----------- */
/* ----------------------------------------------- */

/* float clearing for IE6 */
* html .clear, * html .ref {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clear{
  min-height: 1%;
}

/* float clearing for everyone else */
.clear {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
/* ----------------------------------------------- */
/* ----------->>> Site CSS / GLOBAL <<<----------- */
/* ----------------------------------------------- */
/* -------->>> Layout / GLOBAL <<<--------------- */
html, body {
	width: 100%;
	height: 100%;
}

body {
    background: #fff url(/images/main/website/body_bg.gif) repeat-x 0 0;
    text-align: center;
    color: #333;
    font-size: 12px;
}

a {
    color: #b52d0e;
    text-decoration: none;
}

a:hover {
    color: #b52d0e;
    text-decoration: underline;
}

div#wrapper {
    width: 820px;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    min-height: 100%;
    *height: 100%;
}

div#header {
	position: relative;
    height: 118px;
}

p.rm_header_contact {
    position: absolute;
	height: 24px;
	display: block;
	line-height: 22px;
	color: #876e3f;
    top: 0;
    left: 0;
}

p.rm_header_contact span,
p.rm_header_contact span.phone {
	padding-left: 15px;
	font-size: 11px !important;   
	background: transparent url(/images/main/website/email_icon.gif) no-repeat;
    margin-right: 20px;
}

p.rm_header_contact span.phone {
	background: transparent url(/images/main/website/phone_icon.gif) no-repeat;
}
p.rm_header_contact span.phone em {
	font-size: 10px !important;
    padding-left: 5px;
    font-style: normal;
}

p.rm_header_contact a,
p.rm_header_contact a:hover {
  	color: #876e3f;
	font-size: 11px !important;   
}

p.rm_header_links {
    position: absolute;
    top: 0;
    right:0;
	height: 24px;
	display: block;
	line-height: 22px;
}

p.rm_header_links a {
	background: transparent url(/images/main/website/login_arrow.gif) no-repeat;
	padding-left: 15px;
	font-size: 11px;
	color: #876e3f;
    margin-left:20px;
}

/* -------->>> Layout / HEADER <<<--------------- */
h1.rm_header {
	width: 243px;
	height: 95px;
	background: transparent url(../../images/main/website/header_logo.gif) no-repeat 0px 0px;
	display: block;
    position: absolute;
    left: 0;
    top: 24px;
	overflow: hidden;
}

h1.rm_header a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 0px;
    text-indent: -1000em;
	line-height: 300px;
}

/* -------->>> Layout / NAVIGATION <<<--------------- */
ul.rm_navigation {
	height: 55px;
    position: absolute;
    right: 0;
    top: 64px;
}

ul.rm_navigation li {
	float: left;
	height: 55px;
    margin-left: 25px;
}

ul.rm_navigation a {
	height: 45px;
	font-size: 18px;
	color: #a18550;
	padding: 9px 0 1px;
	float: left;
    outline: none;    
}

ul.rm_navigation a:hover, ul.rm_navigation a.active {
	color: #d24626;
	text-decoration: none;
	background: transparent url(../../images/main/website/navigation_active.gif) no-repeat center bottom;
}

/* -------->>> Layout / FOOTER <<<--------------- */
div.rm_footer {
	width: 100%;
	height: 92px;
    clear: both;
	background-color: #b62e0f;
	margin-top: -92px;
}

div.rm_footer ul.footer_links {
	color: #f4eacf;
    width: 820px;
    margin: 0 auto;
	padding-bottom: 0px;
}

div.rm_footer ul.footer_links li, div.rm_footer ul.footer_links li a {
	color: #f4eacf;
	float: left;
}

div.rm_footer ul.footer_links li {
	line-height: 92px;
	padding-right: 20px;
}

/* -------->>> Layout / TOUR_TEASER <<<--------------- */
div.rm_tourteaser {
	width: 839px;
	height: 230px;
	margin-right: -20px;
	background-position: right top;
}

div.rm_tourteaser blockquote {
	width: 342px;
	height: 71px;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

div.rm_tourteaser a.go {
	width: 342px;
	height: 71px;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	clear: both;
	text-decoration: none;
}

div.rm_tourteaser h1.go {
	width: 342px;
	height: 71px;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
	clear: both;
	text-decoration: none;
}

div.rm_tourteaser a.go:hover {
	width: 342px;
	height: 71px;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	clear: both;
	text-decoration: none;
}

div.rm_tourteaser a.start {
	width: 342px;
	height: 59px;
	background-image: url(../../images/main/website/tourteaser_button_start.gif);
	display: block;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
	margin-bottom: 33px;
	clear: both;
}

div.rm_tourteaser p.info {
	color: #f6efdc;
	line-height: 42px;
	float: left;
	font-size: 18px;
}

div.rm_tourteaser a.signup {
	width: 125px;
	height: 30px;
	background-image: url(../../images/main/website/tourteaser_button_signup.gif);
	margin-top: 6px;
	float: right;
	display: block;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
}

div.rm_tourteaser a.shot {
	width: 485px;
	height: 188px;
	background-image: url(../../images/main/website/tourteaser_preview.gif);
	margin-top: 0px;
	float: right;
	display: block;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
}

/* -------->>> Layout / home teaser <<<--------------- */

div.rm_homeTeaserBg {
	height: 234px;
	background: #9c2003 url(/images/main/website/bg-teaser.png) repeat-x 0 0;
    position: absolute;
    top: 119px;
    right: 0;
    left: 0;
}

* html div.rm_homeTeaserBg {
	width:expression(document.body.clientWidth-0);
}

div.rm_homeTeaser {
	background: url(/images/main/website/teaser.png) no-repeat right 0;
    height: 217px;
    width: 839px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -410px;
}

div.rm_homeTeaser h2 {
	color: #fff;
    font-size: 20px;
    padding: 25px 0 10px;
}

div.rm_homeTeaser li {
	color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    background: url(/images/main/website/dot-home.gif) no-repeat 0 center;
}

div.rm_homeTeaser span.extra {
    color: #f5b17f;
    font-size: 11px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 292px;
    display: block;
}

div.rm_homeTeaser a.homeButtonRegister {
    height: 40px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
    width: 298px;
    display: block;
    position: absolute;
    top: 150px;
	left: 0;
	text-align: center;
    background: #ed945b url(/images/main/website/button-homeregister.png) no-repeat 0 0;
    text-shadow: 0 1px 1px #cc5c29;
}

div.rm_homeTeaser a.homeButtonRegisterGold {
    height: 40px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
    width: 298px;
    display: block;
    position: absolute;
    top: 150px;
	left: 0;
	text-align: center;
    background: #ed945b url(/images/main/website/button-homeregister-gold.png) no-repeat 0 0;
    text-shadow: 0 1px 1px #ed691b;
}

div.rm_homeTeaser a.homeButtonRegisterBeige {
    height: 40px;
	line-height: 38px;
	font-size: 18px;
	color: #b73312;
    width: 298px;
    display: block;
    position: absolute;
    top: 150px;
	left: 0;
	text-align: center;
    background: #ed945b url(/images/main/website/button-homeregister-beige.png) no-repeat 0 0;
    text-shadow: 0 1px 1px #fff;
}
div.rm_homeTeaser a.homeButtonRegister:hover,
div.rm_homeTeaser a.homeButtonRegisterGold:hover,
div.rm_homeTeaser a.homeButtonRegisterBeige:hover {
	text-decoration: none;
}


/* -------->>> Layout / STARTPAGE <<<--------------- */
div#content {
	padding: 0 0 120px;
    width: 100%;
    font-size: 14px;
}

div#content.home {
    padding-top: 260px;
}

div.rm_leftcol {
	width: 400px;
	float: left;
}

div.rm_rightcol{
	width: 420px;
	float: right;
}

.rm_welcome {
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	text-align: justify;
}

/* -------->>> Layout / HEADLINES <<<--------------- */
h2.pagetitle {
	font-size: 24px;
	height: 69px;
	color: #fff;
	padding-top: 12px;
	clear: both;
}

h3.headline {
	font-size: 22px;
	color: #3e1107;
	margin-bottom: 10px;
	clear: both;
}

h4.subHeadline {
	color: #806059;
    font-size: 18px;
	line-height: 24px;
    margin: -10px 0 20px;
	clear: both;
}

/* -------->>> Layout / ARROW_LINK <<<--------------- */
a.arrow_link {
	float: right;
	position: relative;
	background-image: url(/images/main/website/link_arrow.gif);
	background-position: 0 5px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 11px;
	margin: -20px 0 20px;
}

/* -------->>> REGISTER <<<--------------- */
div.partnerBox {
	margin: 0 0 10px;
	line-height: 21px;
}

div.partnerBox i {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	color: #84655e;
}

div.partnerBox .standardContentInnerBox {
	padding: 20px 20px 10px;
}

div.partnerBox .partnerLogo {
	background: #fff;
	padding: 10px;
	border: 1px solid #d5caab;
	float: left;
	margin: 0 20px 60px 0;
}

div.registerForm {
	margin: 0 0 50px;
}

div.registerForm .standardContentInnerBox {
	padding: 20px;
}

p.registerText {
	margin: 0 0 20px;
	line-height: 21px;
}

.registerForm p.registerAgbLabel {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
	clear: left;
}

div.registerForm p.error {
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 0;
	background: #AD290B;
}

div.formError {
	margin: 0 0 10px;
}

div.registerForm p.success {
	line-height: 21px;
	font-size: 14px;
}

.registerForm label.registerLabel {
	margin: 10px 0 5px;
	clear: left;
	display: block;
	float: left;
	font-size: 18px;
	width: 140px;
}

.registerForm input.text {
	height: 32px;
	font-size: 22px;
	border: 1px solid #d0c2a0;
	background: #fbfaf5;
	background: rgba(255, 255, 255, 0.5);
	padding: 7px 10px 0 10px;
    color: #333333;
	display: block;
	float: left;
	margin: 0 0 16px;
	width: 329px;
}

.registerForm input.submit {
    outline: none;
    cursor: pointer;
    overflow: visible;
    width: 100%;
    background: #9d2003 url(/images/main/website/bg-button.gif) repeat-x 0 0;
    height: 37px;
    border: 1px solid #9f2509;
    color: #eadcc1;
    text-shadow: 0 1px 1px #511103;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}

div.teaserContentBox {
    border: 1px solid #9f2509;
	position: relative;
	margin: 0 0 20px;
}

div.teaserContentInnerBox {
    background: #9d2003;
    border: 1px solid #c8580c;
	padding: 16px 20px;
}

div.teaserImage {
	display: block;
	background: url(/images/main/website/teaserimage_de.png) no-repeat 0 0;
	height: 62px;
	width: 61px;
	position: absolute;
	top: -21px;
	right: -20px;
}

div.teaserImage_en {
	background: url(/images/main/website/teaserimage_en.png) no-repeat 0 0;
}


div.teaserContentBox p {
    font-size: 18px;
	line-height: 24px;
    color: #eadcc1;
    text-shadow: 0 1px 1px #511103;
    text-decoration: none;
}

div.teaserContentBox p span {
    color: #fff;
}

div.smallBoxContent {
	padding: 10px 10px 17px 20px;
	line-height: 21px;
}

div.smallBox h3 {
	font-size: 18px;
	color: #fff;
    text-shadow: 0 1px 1px #511103;
    background: #9d2003 url(/images/main/website/bg-boxtitle.gif) repeat-x 0 0;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 20px;
    position: relative;
}

div.smallBoxContent p {
	margin: 0 0 10px;
}

div.smallBox li{
    background: url(/images/main/website/dot-prices-feature.gif) no-repeat 0 3px;
    font-size: 14px;
	padding: 0 0 0 40px;
    line-height: 30px;
}

div.contactBox .standardContentInnerBox {
	padding: 16px 0 18px 190px;
	line-height: 26px;
    background: #f7f4eb url(/images/main/website/bg-contact.png) no-repeat 0 0;
}

div.contactBox span {
	display: inline-block;
	width: 100px;
}

div.contactBox strong {
	font-size: 22px;
	color: #9c2003;
}


/* -------->>> FEATURES <<<--------------- */
h4.subHeadlineFeatures {
	color: #806059;
    font-size: 18px;
	line-height: 24px;
    margin: -10px 0 40px;
	clear: both;
}

dl.featuresOverviewList {
	margin: 0 0 40px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

dl.featuresOverviewList dt,
ul.guideOverviewList dt {
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 6px;
}

dl.featuresOverviewList dd {
    background: url(/images/main/features/dot-feature.gif) no-repeat 0 center;
    font-size: 14px;
    text-indent: 40px;
    height: 30px;
    line-height: 30px;
    float: left;
	position: relative;
    width: 240px;
}

#featuresNavi {
	position: fixed;
	top: 203px;
}

#featuresNavi li {
	height: 39px;
	margin: 0 0 1px 0;
	overflow: hidden;
}

#featuresNavi li a {
	color: #737373;
    text-shadow: 0 1px 1px #fff;
	font-size: 18px;
	line-height: 40px;
	height: 39px;
	width: 230px;
	display: block;
	padding: 0 0 0 20px;
	background: url(/images/main/features/sprite-navi.png) no-repeat 0 0;
	text-decoration: none;
}

#featuresNavi li a:hover {
	color: #9c2003;
	text-decoration: none;
}

#featuresNavi li a.active,
#featuresNavi li a.active:hover {
	color: #9c2003;
    text-shadow: 0 1px 1px #fcfaf6;
	background: url(/images/main/features/sprite-navi.png) no-repeat 0 -40px;
}

.featureBoxRight,
.featureBoxLeft {
    margin: 0 0 40px 0;
	display: block;
	float: left;
	width: 100%;
}

.featureBoxRight h3,
.featureBoxLeft h3 {
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 6px;
}

.featureBoxRight p,
.featureBoxLeft p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.featureBoxRight a.img,
.featureBoxLeft a.img {
	display: block;
	text-align: center;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	padding: 3px;
	margin: 0 0 0 20px;
	float: right;
	position: relative;
}

.featureBoxLeft a.img {
	float: left;
	margin: 0 20px 0 0;
}

.featureBoxRight a.img:hover,
.featureBoxLeft a.img:hover {
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
}

.featureBoxRight a.img span.zoom,
.featureBoxLeft a.img span.zoom {
	background: url(/images/main/website/zoom.png) no-repeat 0 0;
	height: 18px;
	width: 16px;
	position: absolute;
	overflow: hidden;
	right: -3px;
	top: -3px;
}

.featureBoxRight a.img span.linkImage,
.featureBoxLeft a.img span.linkImage {
	background: url(/images/main/website/link.png) no-repeat 0 0;
	height: 18px;
	width: 16px;
	position: absolute;
	overflow: hidden;
	right: -3px;
	top: -3px;
}

div.featuresRegisterBox {
    margin: 0 0 10px;
}

div.featuresRegisterBox .standardContentInnerBox {
	padding: 10px 10px 10px 20px;
}

div.featuresRegisterBox p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 540px;
}

div.featuresRegisterBox a.buttonStandard {
    float: right;
}

/* -------->>> Guide <<<--------------- */
div.breadcrumbGuide {
	border-bottom: 3px double #d9d9d9;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
}

div.guideBottom {
	clear: both;
}

div.guideBottom a.overview {
	display: block;
	margin: 0 330px;
	text-align: center;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	height: 37px;
	line-height: 35px;
	color: #4c4c4c;
}

div.guideBottom a.overview:hover {
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
	color: #4c4c4c;
	text-decoration: none;
}

div.guideOptions {
	top: 120px;
	right: 0;
}

ul.guideOverviewList {
	margin: 0 25px 40px 10px;
	width: 246px;
	float: left;
	display: block;
}

ul.guideOverviewList.lastList {
	margin: 0 0 40px 10px;
}

ul.guideOverviewList li a {
    background: url(/images/main/guide/dot-guide.gif) no-repeat 0 7px;
	padding: 0 0 0 17px;
    font-size: 14px;
    line-height: 30px;
	display: block;
	color: #333;
}

.siteGuide h5 {
	color: #4c4c4c;
	font-size: 22px;
	margin: 10px 0 10px;
	clear: both;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}

.siteGuide .linkPDF {
	font-size: 14px;
    background: url(/images/main/guide/dot-pdf.gif) no-repeat right 0;
	padding: 0 20px 1px 0px;
}

.siteGuide a.tourStart {
	color: #4c4c4c;
	text-decoration: none;
    background: #f2f2f2 url(/images/main/guide/dot-guide-link.gif) no-repeat 187px center;
	padding: 5px 40px 5px 10px;
	display: block;
	border: 1px solid #e5e5e5;
	font-size: 22px;
	float: right;
	margin: -6px 0 0;
}

.siteGuide a.tourStart:hover {
	text-decoration: none;
	background-color: #fff;
	color: #B52D0E;
	border: 1px solid #e5e5e5;
}

.siteGuide p {
	line-height: 21px;
	margin: 0 0 20px;
}

.siteGuide a.img {
	display: block;
	text-align: center;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	padding: 3px;
	margin: 0 0px 20px 0;
	position: relative;
}

.siteGuide a.img:hover {
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
}

.siteGuide a.img span.zoom {
	background: url(/images/main/website/zoom.png) no-repeat 0 0;
	height: 18px;
	width: 16px;
	position: absolute;
	overflow: hidden;
	right: -3px;
	top: -3px;
}

.siteGuide a.img span.linkImage {
	background: url(/images/main/website/link.png) no-repeat 0 0;
	height: 18px;
	width: 16px;
	position: absolute;
	overflow: hidden;
	right: -3px;
	top: -3px;
}

/* -------->>> Layout / DEMO_BOX <<<--------------- */
div.rm_demo_box {
	width: 403px;
	height: 122px;
	background-image: url(../../images/main/website/demo_bg.gif);
	padding-left: 16px;
	padding-top: 22px;
	margin-bottom: 30px;
}

div.rm_demo_box h3 {
	color: #b52d0e;
	font-size: 16px;
	font-weight: bold;
}

div.rm_demo_box a.title {
	color: #b52d0e;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

div.rm_demo_box p {
	line-height: 18px;
	padding-top: 5px;
	margin-bottom: 11px;
}

div.rm_demo_box a.text {
	color: #000000;
	line-height: 18px;
	padding-top: 5px;
	margin-bottom: 11px;
	text-decoration: none;
}

div.rm_demo_box a.button {
	width: 196px;
	height: 27px;
	display: block;
	background-image: url(../../images/main/website/demo_more.gif);
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
}

div.rm_demo_box_small {
	background-image: url(../../images/main/website/demo_small_bg.gif);
	width: 319px;
	height: 154px;
	padding-top: 24px;
	padding-left: 20px;
	float: right;
	margin-top: 25px;
}

div.rm_demo_box_small p {
	padding-top: 9px;
}


div.rm_support_box {
	width: 548px;
	height: 112px;
	background-image: url(../../images/main/website/rapidmail_frontend_box.gif);
	padding-top: 2px;
	margin: auto;
}

div.rm_support_box h3 {
	padding-left: 175px;
	color: #b52d0e;
	font-size: 28px;
	margin-top: -12px;
	font-weight: bold;
}

div.rm_support_box p {
	padding-left: 175px;
	line-height: 14px;
	padding-top: 5px;
	margin-bottom: 11px;
}


/* -------->>> Layout / ROUNDED_BOX <<<--------------- */
div.rm_rounded_box {
	width: 419px;
	padding-bottom: 14px;
	clear: both;
	background-color: #ffffff;
}

div.rm_rounded_box ul {
	background-image: url(../../images/main/website/blog_top.gif);
	background-position: left top;
	padding-top: 14px;
}

div.rm_rounded_box ul li {
	background-image: url(../../images/main/website/blog_bg.gif);
	background-repeat: repeat-x;
}

div.blog_footer {
	background-image: url(../../images/main/website/blog_bottom.gif);
	background-position: left bottom;
	padding-top: 14px;
}
/* ENDE */


/* -------->>> Layout / REFERENCES <<<--------------- */
div.rm_refs {
	width: 200px;
	float: left;
	margin-right: 20px;
}

div.rm_refs h2.headline {
	margin-bottom: 8px;
}

div.rm_refs p {
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 10px;
}

div.rm_refs ul li {
	width: 171px;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	padding-top: 9px;
}

div.rm_refs li a {
	width: 171px;
}

div.rm_refs li img {
	border-bottom: 2px solid #f4eee6;
	padding-bottom: 9px;
}

div.rm_refs li.first {
	padding-top: 0;
}

div.rm_refs li.last img {
	padding-bottom: 0;
	border: 0;
}

/* -------->>> Layout / BLOG <<<--------------- */
div.rm_blog {
	width: 250px;
	margin: 40px 0 0 0;
}

div.rm_blog a.rss_icon {
	float: right;
	margin-top: 2px;
}

div.rm_blog h3.headline {
	clear: none;
}

div.rm_blog li {
	width: 246px;
	height: 29px;
	overflow: hidden;
}

div.rm_blog li.row1 {
	background-color: #fff;
}

div.rm_blog li a.row2 {
	background-color: #faf5ef;
}

div.rm_blog li a {
	width: 224px;
	height: 27px;
	line-height: 27px;
	display: block;
	border-bottom: 1px solid #f4eee6;
	background-image: url(../../images/main/website/blog_icon.gif);
	background-position: 7px 9px;
	margin-bottom: 1px;
	font-size: 11px;
	color: #000;
	padding-left: 22px;
}

div.rm_blog li a:hover {
	background-image: url(../../images/main/website/blog_icon_o.gif);
	background-color: #f0e9e1;
	color: #b52d0e;
	text-decoration: none;
}

div.rm_blog li.last a {
	border: 0;
	margin: 0;
}

/* -------->>> Layout / FORM <<<--------------- */
fieldset.rm_form {
/*
	background-color: #fcf9f3;
	border-right: 1px solid #f4edd7;
	border-bottom: 1px solid #f4edd7;
	border-left: 1px solid #f4edd7;
	border-top: 1px solid #f4edd7;
	padding: 15px;
*/
}

fieldset.rm_form p.row,
fieldset.rm_form p.row_text,
fieldset.rm_form p.row_submit {
	margin-bottom: 5px;
	background-image: url(../../images/main/website/kontakt_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 819px;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 32px;
	display: block;
	background-color: #fff;
	margin-bottom: 1px;
	padding-top: 8px;
}

fieldset.rm_form p.agb {
	margin-bottom: 5px;
	background-image: url(../../images/main/website/kontakt_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	overflow: hidden;
	float: left;


	width: 100%;
	height: 50px;
	display: block;
	background-color: #fff;
	margin-bottom: 1px;
	padding-top: 8px;
}

fieldset.rm_form p label {
	width: 175px;
	height: 32px;
	line-height: 32px;
	padding-left: 45px;
	display: block;
	float: left;
}


fieldset.rm_form p input.text {
	width: 498px;
	height: 17px;
	border: 1px solid #d0c2a0;
	padding: 2px 6px;
}

fieldset.rm_form p.row_text {
	height: 200px;
}

fieldset.rm_form p.row_text textarea {
	width: 498px;
	height: 176px;
	border: 1px solid #d0c2a0;
	padding: 6px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

fieldset.rm_form p input.submit {
	float: right;
	margin-right: 55px;
	background-color: #b62e0f;
	height: 20px;
	color: #fff;
	padding: 2px 6px;
	padding-top: 0px;
	background-image: url(../../images/main/website/submit_bg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #a1260a;
	border-bottom: 1px solid #a1260a;
	border-top: 1px solid #ea6447;
	border-left: 1px solid #ea6447;
	cursor: pointer;
	font-size: 11px;
}

/* -------->>> Layout / TOUR <<<--------------- */
div.rm_tourbox {
	width: 805px;
	background-color: #f4eee6;
	background-image: url(../../images/main/website/tourbox_top.gif);
	padding: 14px;
	padding-right: 0;
	overflow: hidden;
}

div.rm_tourbox ul.steps {
	width: 792px;
	height: 28px;
	background-image: url(../../images/main/website/tourbox_steps.gif);
	padding-left: 15px;
	overflow: hidden;
	margin-bottom: 41px;
}

div.rm_tourbox ul.steps li {
	line-height: 28px;
	float: left;
	padding-right: 22px;
}

div.rm_tourbox ul.steps a {
	font-size: 11px;
	color: #a8a8a8;
	background-image: url(../../images/main/website/link_arrow.gif);
	background-position: 0 4px;
	padding-left: 8px;
}

div.rm_tourbox ul.steps a.visited {
	color: #000000;
}

div.rm_tourbox ul.steps a.activated {
	color: #b52d0e;
}

div.rm_tourbox div.desc {
	width: 185px;
	padding-left: 35px;
	float: left;
}

div.rm_tourbox div.desc h2 {
	color: #b52d0e;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}

div.rm_tourbox div.desc p {
	line-height: 17px;
}

div.rm_tourbox div.screenshot {
	width: 562px;
	height: 448px;
	background-image: url(../../images/main/website/tourbox_screenshot_bg.gif);
	background-position: right bottom;
	float: right;
}


div.rm_tourbox div.imageholder {
	width: 498px;
	height: 416px;
	background-color: #ffffff;
	overflow: hidden;
}

div.rm_tourbox_footer {
	width: 791px;
	background-image: url(../../images/main/website/tourbox_bottom.gif);
	height: 85px;
	padding: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

div.rm_tourbox_footer a {
	position: relative;
	margin-top: -25px;
}

div.rm_tourbox_footer a.back {
	float: left;
}

div.rm_tourbox_footer a.next {
	float: right;
}


div.rm_kontakt_top {
	background-image: url(../../images/main/website/kontakt_top.gif);
	height: 14px;
	width: 800px;
}

div.rm_kontakt_bottom {
	background-image: url(../../images/main/website/kontakt_bottom.gif);
	height: 14px;
	width: 800px;
	margin-top:0px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: visible;
	display: block;
	clear: both;
}

div.rm_kontakt {
	background-color: #fff;
	width: 800px;
	overflow: visible;
	float: left;
}

div.rm_kontakt p.error {
	background-image: url(../../images/main/website/kontakt_bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-top:8px;
	padding-left:45px;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
	color:#AD290B;
}

div.rm_kontakt_bg {
	background-image: url(../../images/main/website/kontakt_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 800px;
	overflow: visible;
	float: left;
	display: block;
	background-color: #fff;
	clear: both;
}


div.rm_kontakt_bg p {
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
}

div.rm_kontakt_bg a.lexikon {
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
}

div.rm_kontakt_bg h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3e1107;
	margin-bottom: 10px;
	margin-top: 40px;
	padding-left: 20px;
}

div.rm_kontakt_bg h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3e1107;
	margin-bottom: 10px;
	padding-left: 20px;
}

div.rm_kontakt_bg li {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 20px;
}

div.rm_kontakt_bg strong {
	font-size: 12px;
	margin-bottom: 5px;
}

div.rm_register_right {
	float: right;
	width: 250px;
}

div.rm_register_right h4 {
	font-size: 14px;
    line-height: 14px;
	font-weight: bold;
	color: #3e1107;
	margin: 5px 0 11px;
}

div.references_box {
    width: 190px;
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
}

div.references_box.last {
    margin: 0 0 20px 0;
}

div.references_box .whitebox .middle {
    height: 44px;
    text-align: center;
    vertical-align: middle;
}

div.rm_register_right div.references_box {
    width: 250px;
    margin: 0;
    float: none;
}

div.references_content {
	background: #F4EEE6;
    padding: 10px;
    width: 230px;
    text-align: center;
}

div.references_content img {
    vertical-align: middle;
}

div.rm_register_right div.references_content img {
	margin-bottom: 22px;
}

div.references_top {
	background: transparent url(/images/main/website/references_top.gif) no-repeat 0 0;
	height: 14px;
    width: 250px;
    overflow: hidden;
    display: block;
}

div.references_bottom {
	background: transparent url(/images/main/website/references_bottom.gif) no-repeat 0 0;
	height: 14px;
    width: 250px;
    display: block;
    overflow: hidden;    
}

div.rm_register {
	width: 548px;
	margin: 0 auto;
}

div.rm_register_top {
	margin: auto;
	background-image: url(../../images/main/website/register_top.gif);
	height: 14px;
	width: 548px;
}

div.rm_register_bottom {
	margin: auto;
	background-image: url(../../images/main/website/register_bottom.gif);
	height: 14px;
	width: 548px;
	margin-top:0px;
	padding-left: 20px;
	margin-bottom: 20px;
}


div.rm_register p.error {
	background-image: url(../../images/main/website/register_bg.gif);
	background-repeat: repeat-y;
	width: 548px;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-top:8px;
	padding-left:45px;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
	color:#AD290B;
}

div.rm_register p.agb {
	background-image: url(../../images/main/website/register_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	display: block;
	padding-top:8px;
	margin-bottom:8px;
	margin-right: 45px;
	padding-right: 45px;
	line-height: 16px;
	font-size: 11px;
	text-align: justify;
}

div.rm_register p.success {
	background-image: url(../../images/main/website/register_bg.gif);
	background-repeat: repeat-y;
	width: 548px;
	overflow: hidden;
	width: 100%;
	display: block;
	padding-top:8px;
	padding-left:45px;
	line-height: 16px;
	font-size: 12px;
	text-align: justify;
}

div.rm_register_bg {
	margin: auto;
	background-image: url(../../images/main/website/register_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 548px;
	overflow: hidden;
	float: left;
	display: block;
	background-color: #fff;
}


div.rm_register_bg p {
	line-height: 16px;
	font-size: 12px;
	padding-right: 20px;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 20px;
}

div.rm_register_bg h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3e1107;
	margin-bottom: 10px;
	margin-top: 40px;
	padding-left: 20px;
}

div.rm_register_bg h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3e1107;
	margin-bottom: 10px;
	padding-left: 20px;
}

div.rm_register_bg li {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 20px;
}

div.rm_register_bg strong {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 20px;
}


/*  Boxen /////////////////////////// */
.box .middle {
    background: transparent url(/images/main/website/bg-box.png) no-repeat 0 -14px;
    padding-left: 14px;
}

    .box div.mr {
        background: transparent url(/images/main/website/bg-box.png) no-repeat right -14px;
        padding-right: 14px;
        height: 100%;
        }

.box .top {
    background: transparent url(/images/main/website/bg-box.png) no-repeat 0 top;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .box div.tr {
        background: transparent url(/images/main/website/bg-box.png) no-repeat right top;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }

.box .bottom {
    background: transparent url(/images/main/website/bg-box.png) no-repeat 0 bottom;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .box div.br {
        background: transparent url(/images/main/website/bg-box.png) no-repeat right bottom;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }
    
.whitebox .middle {
    background: transparent url(/images/main/website/bg-whitebox.png) no-repeat 0 -14px;
    padding-left: 14px;
}

    .whitebox div.mr {
        background: transparent url(/images/main/website/bg-whitebox.png) no-repeat right -14px;
        padding-right: 14px;
        height: 100%;
        }

.whitebox .top {
    background: transparent url(/images/main/website/bg-whitebox.png) no-repeat 0 top;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .whitebox div.tr {
        background: transparent url(/images/main/website/bg-whitebox.png) no-repeat right top;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }

.whitebox .bottom {
    background: transparent url(/images/main/website/bg-whitebox.png) no-repeat 0 bottom;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .whitebox div.br {
        background: transparent url(/images/main/website/bg-whitebox.png) no-repeat right bottom;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }
    
.redbox .middle {
    background: transparent url(/images/main/website/bg-redbox.png) no-repeat 0 -14px;
    padding-left: 14px;
}

    .redbox div.mr {
        background: transparent url(/images/main/website/bg-redbox.png) no-repeat right -14px;
        padding-right: 14px;
        height: 100%;
        }

.redbox .top {
    background: transparent url(/images/main/website/bg-redbox.png) no-repeat 0 top;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .redbox div.tr {
        background: transparent url(/images/main/website/bg-redbox.png) no-repeat right top;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }

.redbox .bottom {
    background: transparent url(/images/main/website/bg-redbox.png) no-repeat 0 bottom;
    height: 14px;
    line-height: 10px;
    position: relative;
}

    .redbox div.br {
        background: transparent url(/images/main/website/bg-redbox.png) no-repeat right bottom;
        width: 14px;
        height: 14px;
        display: block;
        float: right;
    }

/* -------->>> Layout / PRICING CONTENT <<<--------------- */
div.standardContentBox {
    border: 1px solid #d5caab;
}

div.standardContentInnerBox {
    background: #f7f4eb url(/images/main/website/bg-standardbox.png) no-repeat 0 0;
    border: 1px solid #fff;
}

div.whiteContentInnerBox {
    background: #fff;
    border: 1px solid #fff;
}

div.pricesFeatures {
	margin: 0 0 50px;
    position: relative;
}

div.pricesFeatures .standardContentInnerBox {
	padding: 20px;
}

div.pricesFeatures li {
    background: url(/images/main/website/dot-prices-feature.gif) no-repeat 0 center;
    font-size: 14px;
    text-indent: 40px;
    height: 30px;
    line-height: 30px;
}

div.pricesFeatures img {
	position: absolute;
    top: 20px;
    right: 20px;
}

div.pricesFeatures div.pricesExtras {
	position: absolute;
    top: 140px;
    right: 20px;
	width: 162px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    margin: 11px 0 0;
}

div.pricesFeatures div.pricesExtras span {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #666561;
}

div.pricesExamples {
	margin: 0 0 30px;
}

div.pricesExamples li {
    font-size: 14px;
    line-height: 40px;
    background: #efebdf;
    height: 40px;
    float: left;
    display: block;
}

div.pricesExamples li.white {
    background: #fff;
}

div.pricesExamples li.bright {
    background: #f7f4eb;
}

div.pricesExamples li.bigsenderBright {
    background: #e7e1d0;
    color: #3e1107;
}

div.pricesExamples li.bigsenderDark {
    background: #dfd7c0;
    color: #3e1107;
}

div.pricesExamples li.bigsender {
    padding: 10px 0 5px 20px;
    line-height: 14px;
    font-weight: bold;
    background: #e3dbc5;
    border-top: 1px solid #d5caab;
    border-bottom: 1px solid #fff;
    color: #3e1107;
    height: 20px;
}

div.pricesExamples .col1,
div.pricesExamples .col2,
div.pricesExamples .col3 {
    display: block;
    float: left;
}


div.pricesExamples .col1 {
    width: 240px;
    padding: 0 0 0 20px;
}

div.pricesExamples .col2 {
    width: 130px;
}

div.pricesExamples .col2 span {
	color: #9c2003;
    font-weight: bold;
}

div.pricesExamples .col3 {
    width: 141px;
    font-weight: bold;
}

div.pricesContact {
    margin: 0 0 10px;
}

div.pricesContact .standardContentInnerBox {
	padding: 10px 10px 10px 20px;
}

div.pricesContact p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 280px;
}

a.buttonStandard {
    background: #9d2003 url(/images/main/website/bg-button.gif) repeat-x 0 0;
    height: 37px;
    border: 1px solid #9f2509;
    padding: 0 20px;
    color: #eadcc1;
    text-shadow: 0 1px 1px #511103;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
}

a.buttonStandard:hover {
    color: #fff;
    text-shadow: 0 1px 1px #511103;
    text-decoration: none;
}

a.buttonBright {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    background: #9d2003 url(/images/main/website/bg-button.gif) repeat-x 0 -37px;
    border: 1px solid #ccb59d;
    height: 37px;
    padding: 0 20px;
    color: #9c2003;
    text-shadow: 0 1px 1px #fcfaf6;
    font-size: 18px;
}

a.buttonBright:hover {
    text-decoration: none;
    border: 1px solid #9c2003;
}

a.buttonBright.right {
	float: right;
}

div.homeFeatures .buttonBright {
	margin: -30px 0 0;
	float: right;
}

div.rm_blog .buttonBright {
	margin: 10px 0 0;
	float: right;
}

div.rm_blog .buttonBright {
	margin: 10px 0 0;
}

div.pricesContact a.buttonStandard {
    float: right;
}

div.grid1 a.buttonStandard {
	width: 248px;
    padding: 0;
}

div.grid1 a.buttonStandard.buttonPricesCalculator {
    margin: 20px 0 0;
}

div.pricesCalculator {
	margin: 0;
    font-size: 14px;
}

div.pricesCalculator .pricesCalculatorForm {
	padding: 20px;
    font-size: 14px;
    background: #f7f4eb url(/images/main/website/bg-calculator.png) no-repeat 0 0;
}

div.pricesCalculator h3 {
	font-size: 18px;
	color: #fff;
    text-shadow: 0 1px 1px #511103;
    background: #9d2003 url(/images/main/website/bg-boxtitle.gif) repeat-x 0 0;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 20px;
    position: relative;
}

div.pricesCalculator label {
	clear: both;
	display: block;
    margin: 0 0 6px;
    cursor: pointer;
}

div.pricesCalculator input.textField {
	width: 102px;
	height: 32px;
	font-size: 22px;
	border: 1px solid #d0c2a0;
	background: #fbfaf5;
	background: rgba(255, 255, 255, 0.5);
	padding: 7px 20px 0;
    color: #333333;
}

div.pricesCalculator input.textFieldPrice {
	height: 32px;
	font-size: 22px;
	border: 1px solid #d0c2a0;
	background: #fbfaf5;
	background: rgba(255, 255, 255, 0.5);
	padding: 7px 0 0;
    color: #333333;
    text-align: center;
    width: 204px;
}

div.pricesCalculator  input.submit {
    background: #9d2003 url(/images/main/website/bg-button.gif) repeat-x 0 -37px;
    border: 1px solid #ccb59d;
    height: 37px;
    padding: 0 20px;
    color: #9c2003;
    text-shadow: 0 1px 1px #fcfaf6;
    font-size: 18px;
    text-align: center;
    outline: none;
    cursor: pointer;
    overflow: visible;
    margin: 10px 0 70px;
    width: 100%;
}

p.pricing_info {
    font-size: 11px;
    color: #808080;
    float: right;
}

a.pricing_teaser {
	display: block;
    width: 710px;
    height: 82px;
    padding: 9px 0 0 110px;
    line-height: 74px;
    font-size: 18px;
    color: #3e1107;
    background: transparent url(/images/main/website/pricing-teaser-button_de.png) no-repeat 0 0;
    text-decoration: none;
    color: #eadcc1;
    text-shadow: 0 1px 1px #511103;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 20px;
}

a.pricing_teaser_en {
    background: transparent url(/images/main/website/pricing-teaser-button_en.png) no-repeat 0 0;
}

a.pricing_teaser span {
    color: #fff;
}

a.pricing_teaser:hover {
    text-decoration: none;
    color: #fff;
}

div.pricesCalculatorMessage {
	background: #fff;
    border: 1px dashed #9f2509;
    padding: 6px;
    line-height: 18px;
    margin: 10px 0 0;
    font-weight: bold;
}

div.pricesCalculatorMessage a {
    font-weight: bold;
    color: #9f2509;
}

/* -------->>> Layout / CONTENT <<<--------------- */
div.rm_content {
	width: 450px;
	float: left;
}

div.rm_blank {
	width: 450px;
}

div.rm_content p,
div.rm_blank p,
p.content {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	margin-bottom: 15px;
}



/* MEIN EINTRAG */

div.rm_blog_title {
	font-size:17px;
}

div.clear { clear: both; }

	div#main div#col_left {
		width: 200px;
		float: left;
		position: relative;
	}

	div#main div#col_right {
		position: relative;
		float: right;
		width: 570px;
		margin-bottom:80px;
	}
	/* Tagged with body.start makes left Col and right Col different than body without on sub.html*/
	body.start div#main div#col_left {
		position: relative;
		float: left;
		width: 380px;
	}
	body.start div#main div#col_right {
		position: relative;
		float: right;
		width: 420px;
	}

/* Leftbox */
div.left_box_content {
	position: relative;
	background: url(../../images/main/website/left_box_bg.gif) center top repeat-y;
	width: 198px;
}
div.left_box_top, div.left_box_cap {
	width: 198px;
	position: relative;
	height: 14px;
	background: url(../../images/main/website/left_box_top.gif) left top no-repeat;
}
	div.left_box_cap {
		background: url(../../images/main/website/left_box_cap.gif) left top no-repeat;
		margin-bottom: 20px;
	}
div.left_box_content ul {
		margin: 0;
		margin-left:1px;
		padding: 0;
		list-style: none;
		width: 196px;
	}
div.left_box_content ul li {
    height: 30px;
    border-bottom: 1px solid #fcf9f3;
    margin-bottom: 1px;
}

div.left_box_content ul li a {
    padding: 8px 0 8px 23px;
    background: url(../../images/main/website/blog_li.gif) 8px center no-repeat;
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #fff;
}

/* This changes the List Icon for the A-Tag */
div.left_box_content ul.letter li a {background: url(../../images/main/website/li_letter.gif) 5px center no-repeat; }
div.left_box_content ul.arrow li a {background: url(../../images/main/website/li_arrow.gif) 5px center no-repeat; }
/* END */

div.left_box_content ul li a.color {
	display: block;
	border-bottom: 1px solid #f4eee6;
	border-top: 1px solid #f4eee6;
	background-position: 7px 9px;
	background-color: #faf5ef;
	margin-bottom: 1px;
	color: #000;
}

div.left_box_content ul li a:hover {
	background-color: #f0e9e1;
	color: #b52d0e;
	text-decoration: none;
}

			p.folder {
				margin-bottom: 50px;
				text-align: right;
			}
			p.folder a {
				color: #b62e0f;
				text-decoration: none;
				padding-left: 15px;
				background: url(../../images/main/website/folder_ico.gif) left center no-repeat;
			}

/* Contentbox */
div.contentbox_top {
	position: relative;
	width: 556px;
	height: 42px;
	padding-top: 18px;
	padding-left: 40px;
	margin-top: 10px;
	background: url(../../images/main/website/contentbox_top.gif) left top no-repeat;
}
	div.contentbox_top p {
		margin: 0;
		padding: 0;
	}
			div.contentbox_top p a {
				color: #b62e0f;
				text-decoration: none;
				font-weight: bold;
				margin-right: 30px;
			}

div.contentbox_content {
	position: relative;
	width: 479px;
	padding: 5px 45px;
	background: url(../../images/main/website/contentbox_bg.gif) left top repeat-y;
}

div.contentbox_content p {
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #fff;
	text-align:justify;
	padding-bottom:10px;
}


div.contentbox_cap {
	position: relative;
	width: 569px;
	height: 17px;
	margin-bottom:20px;
	background: url(../../images/main/website/contentbox_cap.gif) left top no-repeat;
}
p.answer { margin-top: 10px; margin-bottom: 25px; text-align: right;}
p.answer a {
		color: #b62e0f;
		text-decoration: none;
		padding-left: 15px;
		background: url(../../images/main/website/folder_ico.gif) left center no-repeat;
}


/* ENDE */