@import url(inc_common.css);

/* Common Page Layout
----------------------------------------------- */
#footer {
	color:#912E31;
	padding:5px 20px 10px 20px;
	text-align:center;
}
#footer a {
	color:#912E31;
}

#start_wrapper {
	width:684px;
	margin:20px auto;
}

#start_header {
	height:356px;
	background:url(../images/start_header.jpg) no-repeat;
}

#start_content {
	background:url(../images/start_content_bg.gif) repeat-y;
	padding:30px 0;
}
#start_content div.cl, #start_content div.cr {
	float:left;
	width:281px; /*342px-2*30px-2px*/
	padding:0 30px;
}

#start_content div.cl {
	color:#ffffff;
	border-right:2px solid #9C4346;
}

#start_content div.cl h1 {
	color:#ffffff;
}

#start_content div.cr {
	color:#BFEBDC;
}

#start_content div.cr h1 {
	color:#BFEBDC;
}

#start_footer {
	background:url(../images/start_content_bottom_bg.gif) no-repeat;
	height:16px;
}

a.enter_de, a.enter_en {
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/lang_de.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#9C4346;
	padding:5px 28px;
}

a.enter_de:hover, a.enter_en:hover {
	background-color:#BA6063;
}

a.enter_en {
	background-image:url(../images/lang_en.gif);
	color:#BFEBDC;
}