
#body {
	background: #ccc;
	font-family: Arial, Helvetica;
	padding: 0;
	margin: 0;	
	font-size: 12px;
	line-height: 18px;
}



a:link {
	color: #834E24;
	text-decoration: underline;
}

a:visited {
	color: #834E24;
	text-decoration: underline;
}

a:hover {
	color: #834E24;
	text-decoration: underline;
}


#shanty {
	background: #ede195 url(/gfx/backgroundboxen.gif) repeat-y;
	width: 1000px;
	margin: auto;
}

#header {
	background: #263d17 url(/gfx/header.jpg) no-repeat;
	width: 1000px;
	height: 330px;
	position: relative;

}

#header2 {
	background: #263d17 url(/gfx/header_hase.jpg) no-repeat;
	width: 1000px;
	height: 250px;
	position: relative;
	z-index: 10000;
}

#begruessung {
	width: 750px;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 4px;
    color: #ede195;
    text-align: right;
    overflow: hidden;
}

#logo {
	background: url(/gfx/logo.jpg) no-repeat;
	width: 500px;
	height: 130px;
	position: absolute;
	left: 305px;
	top: 95px;
}

#logo2 {
	background: url(/gfx/logo2.jpg) no-repeat;
	width: 520px;
	height: 195px;
	position: absolute;
	left: 295px;
	top: 25px;
}



#mainNav {
	background: #79192a;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1000px;
	height: 30px;
}

#mainNav ul {
	list-style-type: none;
	margin: 0px 0px 0px 120px;
	padding: 0px;
	position: relative;
	z-index: 100;
}

#mainNav ul li {
	float: left;
	padding: 7px 6px 7px 6px;
	margin: 0;
	position: relative;
	z-index: 101;
}

#mainNav ul li a {
	color: #ede195;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 6px 7px 6px;
	border-left: 1px solid #79192a;
	border-right: 1px solid #79192a;
}

#mainNav ul li a:hover,
#mainNav ul li.hover a,
#mainNav ul li:hover a,
#mainNav ul li.on a {
	border-left: 1px solid #c79491;
	border-right: 1px solid #c79491;
	background: #5e0f1d;
	
}

/* === LAYER 2 === */
#mainNav ul li ul {
	border: 1px solid #c79491;
	width: 192px;
}
#mainNav ul li.on ul,
#mainNav ul li.off ul {
	background: #5e0f1d;
	position: absolute;
	left: -114px;
	top:  29px;
	display: none;
}

#mainNav ul li.off:hover ul,
#mainNav ul li.on:hover ul {
	display: block;
}

#mainNav ul li ul li {
	border: none;
	display: inline;
	padding: 0px 0px 0px 7px;
	margin: 0;
}

#mainNav ul li ul li a {
	padding: 7px 7px 8px 1px;
	width: 169px;
	font-size: 12px;
	display: block;
	border-top: 1px solid #c79491;
	border-left: none;
	border-right: none;
}

#mainNav ul li ul li a:hover,
#mainNav ul li ul li.off a {
	background: #5e0f1d;
	border-left: none;
	border-right: none;
}

#mainNav ul li ul li.nav_1_1 a,
#mainNav ul li ul li.nav_2_1 a,
#mainNav ul li ul li.nav_3_1 a,
#mainNav ul li ul li.nav_4_1 a,
#mainNav ul li ul li.nav_5_1 a,
#mainNav ul li ul li.nav_6_1 a,
#mainNav ul li ul li.nav_7_1 a,
#mainNav ul li ul li.nav_8_1 a,
#mainNav ul li ul li.nav_9_1 a,
#mainNav ul li ul li:hover {
	border: none;
}


#subNav ul{
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

#subNav ul li {
	display: inline;
}

#subNav ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #ede195;
	text-decoration: none;
	border-bottom: 1px solid #b99865;
	padding: 5px;
}

#subNav ul li a:hover {
	background: #743f19;
}

#subNav ul li.on a {
	background: #743f19;
	border: none;
}

#subNav ul li ul li.off a {
	background: #9c723d;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #ede195;
	text-decoration: none;
	border: none;
	padding: 3px 0px 3px 10px;
}

#subNav ul li ul li a:hover,
#subNav ul li ul li.on a {
	background: #743f19;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #ede195;
	text-decoration: none;
	border: none;
	padding: 3px 0px 3px 10px;
}

#sidebarLeft .box .navFooter {
	background: #743f19;
	height: 10px;	
}


#sidebarLeft {
	width: 210px;
	float: left;
}

#sidebarRight {
	width: 175px;
	float: left;
}

#sidebarLeft .box,
#sidebarRight .box {
	color: #ede195;
	margin-top: 15px;
}

#sidebarLeft .box {
	background: #9c723d;
	width: 210px;
}

#sidebarRight .box {
	background: #567f49;
	width: 175px;
}

#sidebarRight .box h3,
#sidebarLeft .box h3 {
	color: #ede195;
	font-size: 13px;
	padding: 5px 0px 3px 10px;
	margin: 0px;
}

#sidebarLeft .box .boxHead,
#sidebarLeft .box .boxFooter {
	background: #743f19;	
}

#sidebarRight .box .boxHead,
#sidebarRight .box .boxFooter {
	background: #054b21;	
}

#sidebarRight .box .boxContent,
#sidebarLeft .box .boxContent {
	padding: 10px;
	line-height: 15px;
}

#sitesearch .form {
	margin: 0px;
	padding: 0px;
}

#sitesearch .query {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	width: 180px;
	font-size: 12px;
}

#en_sitesearch .form {
	margin: 0px;
	padding: 0px;
}

#en_sitesearch .query {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	width: 180px;
	font-size: 12px;
}


#sidebarLeft .box .boxFooter,
#sidebarRight .box .boxFooter {
	padding: 4px 30px 3px 0px;
	text-align: right;
}
#sidebarLeft .box .boxFooter {
	background: #834e24 url(/gfx/button_braun.jpg) no-repeat 180px 3px;
	text-align: right;
}
#sidebarRight .box .boxFooter {
	background: #054b21 url(/gfx/button_gruen.jpg) no-repeat 145px 3px;
}

#sidebarRight .box .boxFooter a,
#sidebarLeft .box .boxFooter a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ede195;
	padding: 0px;
	border: none;
}

#sidebarRight .box .boxFooter .button,
#sidebarLeft .box .boxFooter .button {
	background: transparent;
	font-size: 12px;
	color: #ede195;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

#mainContent {
	width: 585px;
	margin: 15px;
	float: left;
}

#footer {
	background: #d1a949 url(/gfx/logo_footer.jpg) no-repeat 850px 13px;
	width: 1000px;
	color: #834E24;
	font-size: 11px;
	line-height: 14px;
	margin-top: 15px;
}

#footer p {
	margin: 15px 17px 15px 15px;
	float: left;
}

#footer a {
	color: #834E24;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
}

#footer .autor {
	margin: 43px 0px 0px 110px;
}

.clear {
	clear: both;
}

.template h3 {
	font-size: 13px;
	line-height: 18px;
}

.template .headline  {
	font-size: 16px;
	font-weight: bold;
}

.template h1 {
	color: #054b21;
}

.template h1,
.template h3 {
	margin: 0px 0px 10px 0px;
}

.template p {
	margin: 0px 0px 15px 0px;
}

.template_intro .deco {
	background: url(/gfx/deco.gif) no-repeat;
	width: 585px;
	height: 20px;
	padding-bottom: 10px;
}

.color1 {
	background: #8f7715;
} 

.color2 {
	background: #d1a949;
}

.color3 {
	background: #713b1d;
}

.color4 {
	background: #af8750;
}

.color5 {
	background: #841c17;
}

.color6 {
	background: #c79491;
}

.color7 {
	background: #008b99;
}

.color8 {
	background: #69c9b2;
}

.template_boxes {
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.template_boxes .box {
	width: 285px;
	float: left;
	position: relative;
	padding: 0px 0px 15px 0px;
}

.template_boxes .box.one .bild {
	background: url(/gfx/schaf.jpg) no-repeat;
	width: 139px;
	height: 122px;
	position: absolute;
	top: -1px;
	left: -14px;
}

.template_boxes .box.two .bild {
	background: url(/gfx/pferd.jpg) no-repeat;
	width: 110px;
	height: 141px;
	position: absolute;
	top: 7px;
	left: 0px;
}

.template_boxes .box.three .bild {
	background: url(/gfx/weintrauben.jpg) no-repeat;
	width: 116px;
	height: 142px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.template_boxes .box.four .bild {
	background: url(/gfx/fenster.jpg) no-repeat;
	width: 133px;
	height: 114px;
	position: absolute;
	top: 6px;
	left: -10px;
}

.template_boxes .box h3 {
	color: #ede195;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0px 3px 125px;
	margin: 0px;
}

.template_boxes .box .boxContent {
	color: #000000;
	padding: 10px 10px 10px 125px;
	margin: 0px;
	line-height: 15px;
	height: 120px;
}

.template_boxes .box .boxFooter.one {
	background: #d1a949 url(/gfx/button_ocker.gif) no-repeat 260px 3px;
	height: 24px;
}

.template_boxes .box .boxFooter.two {
	background: #af8750 url(/gfx/button_hellbraun.gif) no-repeat 260px 3px;
	height: 24px;
}

.template_boxes .box .boxFooter.three {
	background: #c79491 url(/gfx/button_rosa.gif) no-repeat 260px 3px;
	height: 24px;
}

.template_boxes .box .boxFooter.four {
	background: #69c9b2 url(/gfx/button_tuerkis.gif) no-repeat 260px 3px;
	height: 24px;
}

.template_boxes .box .boxFooter a {
	text-decoration: none;
	font-size: 12px;
	color: #ede195;
	font-weight: bold;
	padding: 6px 20px 4px 0px;
	border: none;
	float: left;
	margin-left: 230px;
}

.template_boxes .box.left {
	margin-right: 15px;
}



/* --- siteengine TEMPLATES OLD--- */
.headline 	{ font-size:15px; font-family: Arial; color: #000000; font-weight: bold; line-height: 20px;}	
.headtext 	{ font-size:12px; font-family: Arial; color: #000000; font-weight: bold; line-height: 15px;}	
.text     	{ font-size:12px; font-family: Arial; color: #000000; line-height: 15px;}	
.imgtext  	{ font-size:10px; font-family: Arial; color: #000000;}	
.minitext  	{ font-size:10px; font-family: Arial; color: #000000; line-height: 14px;}
A.minitext:link	   { color: #000000;	text-decoration: underline;	font-weight: bold;}
A.minitext:visited { color: #000000;	text-decoration: underline;	font-weight: bold;}
A.minitext:hover   { color: #000000;	text-decoration: underline;	font-weight: bold;}



/* --- MODUL mod_form --- */
.form_zwischentext   { 
	background-color: #E3CF6C; 
	padding: 5px 10px; 
	color:#000000; 
	font-weight: bold;
	margin-top:0pt;
}

.form_zwischentext .text  { 
	font-size: 14px;
	font-weight: bold;

}





/* ===== VORLAGEN ===== */

.template {
	margin-bottom: 15px;
}

/* --- Vorlage: eCards Eingabe --- */

.template__ecards .eingabe .motive {
	text-align: center;
	padding: 15px 0px 0px 0px;
	border: 1px solid #E3CF6C;
	margin-bottom: 30px;
	position: relative;
}

.template__ecards .eingabe .briefmarken {
	text-align: center;
	padding: 0px 0px 5px 0px;
	border: 1px solid #E3CF6C;
	margin-bottom: 30px;
	position: relative;
}

.template__ecards .eingabe .motive h3, .template__ecards .eingabe .briefmarken h3 {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 15px;
	padding: 2px;
	display: block;
	background-color: #F3EAB3;
}

.template__ecards .eingabe .motive .auswahl {
	float: left;
	width: 29%;	
	padding: 0px 2% 15px 2%;
	margin: 0px;
}

.template__ecards .eingabe .briefmarken .auswahl {
	float: left;
	width: 32%;
	text-align: center;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.template__ecards .eingabe .motive .auswahl .bild img {
	width: 170px;
}

.template__ecards .eingabe .motive .auswahl .bild {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: block;
}

.template__ecards .eingabe .briefmarken .auswahl .bild img {
	width: 100px;
}

.template__ecards .eingabe .briefmarken .auswahl .bild {
	padding-bottom: 5px;
	margin: 0px 15px;
}

.template__ecards .eingabe .eingabefelder {
	position: relative;
	background-color: #F3EAB3;
	border: 1px solid #E3CF6C;
	margin: 15px 15% 15px 15%;
	height: 425px;
}

.template__ecards .eingabe .element {
	position: absolute;
}

.template__ecards .eingabe .absender_name {
	width: 44%;
	left: 15px;
	top: 15px;
}
.template__ecards .eingabe .absender_name input {
	width: 100%;
	border-width: 1px;
}

.template__ecards .eingabe .empfaenger_name {
	width: 44%;
	right: 15px;
	top: 15px;
}
.template__ecards .eingabe .empfaenger_name input {
	width: 100%;
	border-width: 1px;
}

.template__ecards .eingabe .absender_email {
	width: 44%;
	left: 15px;
	top: 65px;
}
.template__ecards .eingabe .absender_email input {
	width: 100%;
	border-width: 1px;
}

.template__ecards .eingabe .empfaenger_email {
	width: 44%;
	right: 15px;
	top: 65px;
}
.template__ecards .eingabe .empfaenger_email input {
	width: 100%;
	border-width: 1px;
}

.template__ecards .eingabe .grusstext {
	left: 10%;
	width: 80%;
	top: 130px;
}
.template__ecards .eingabe .grusstext textarea {
	width: 100%;
	height: 80px;
	border-width: 1px;
}

.template__ecards .eingabe .benachrichtigen {
	left: 5%;
	width: 90%;
	top: 245px;
	text-align: center;
}

.template__ecards .eingabe .ausfuellen {
	left: 0%;
	width: 100%;
	top: 290px;
	font-weight: bold;
	text-align: center;
}

.template__ecards .eingabe .senden {
	left: 10%;
	width: 80%;
	top: 390px;
	text-align: center;
}

.template__ecards .eingabe .spam {
font-weight:bold;
left:5%;
text-align:center;
top:310px;
width:90%;
}

.templates_ecards {
	width: 585px;
}

.templates_ecards table.postcard {
	background: #f3eab3;
	border: 1px solid #e3cf6c;
}

.templates_ecards table.postcard td.cardright {
border-left:1px solid #e3cf6c;
}

.templates_ecards table.postcard td.cardright dl dd {
border-bottom:1px solid #e3cf6c;
}


/* --- Divider --- */
.template_divider h1 {
	padding: 5px 10px;
	font-size: 1.2em;
	background-color: #E3CF6C;
	margin: 0px;
	color: #000000;
}

/* --- FileView --- */
.template_fileview h1 {
	background-color: #E3CF6C;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
}

.template_fileview .item {
	border-bottom: 1px solid #EDE195;
	background-color: #F3EAB3;
	padding: 10px;
	font-size: 11px;
}

.template_fileview .item .icon {
	float: left;
	width: 52px;
}

.template_fileview .item .icon .thumbnail {
	width: 42px;
}

.template_fileview .item .link {
	float: left;
}

.template_fileview .item .link div {
	padding-top: 3px;
}

.template_fileview .item .size {
	float: right;
}


/* --- 1bild --- */
.template_1bild .bild {
	position: relative;
	z-index: 1;
}
.template_1bild .bild .musterOverlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
* html .template_1bild .bild .musterOverlay img {
	visibility: hidden;
}
* html .template_1bild .bild .musterOverlay .background {
	background: none;
	width: 585px;
}

/* --- 3themen ---*/
.template_3themen .column {
	float: left;
	width: 31%;
	padding-right: 3%;
}
.template_3themen .column2 {
	padding-right: 0px;
}
.template_3themen .column img {
	width: 100%;
	padding-bottom: 5px;
}
.template_3themen .column h3 {
	color: #054B21;
	padding: 0px;
	margin: 3px 0px;
	font-size: 1.1em;
}
.template_3themen .column .content {
	color: #333;
}
.template_3themen .column .mehr {
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	text-indent: 30px;
	white-space: nowrap;
	background: url(/gfx/template_3themenLink.jpg) no-repeat 50% 50%;
	float: right;
	margin-top: -16px;
}

/* --- Gallery --- */
.template_gallery {
	background-color: #F3EAB3;
}

.template_gallery h1 {
	background-color: #054B21;
	color: #FFFFB5;
	padding: 5px 10px;
	font-size: 1.1em;
	margin: 0px;
}
.template_gallery .contentBox {
	background: url(/gfx/gallery_background.jpg) no-repeat right bottom;
}
.template_gallery .prev, .template_gallery .images, .template_gallery .next {
	float: left;
}
.template_gallery .prev, .template_gallery .next {
	width: 13%;
	height: 70px;
	display: block;
	overflow: hidden;
	background: no-repeat 50% 50% #E3CF6C;
}
.template_gallery .prev {
	background-image: url(/gfx/gallery_prev.jpg);
}
.template_gallery .next {
	background-image: url(/gfx/gallery_next.jpg);
}
.template_gallery .images {
	width: 74%;
	height: 125px;
	overflow: hidden;
}
* html .template_gallery .images {
	width: 73.9%;
}
.template_gallery .images .item {
	float: left;
	width: 20%;
	overflow: hidden;
}
.template_gallery .images .item .designBox {
	border: 10px solid #F3EAB3;
}
.template_gallery .images .item img {
	width: 100%;
}


/* Status 0 */
.template_gallery .status0 .item0 { width: 0%; display: none; }
.template_gallery .status0 .item1 { width: 12%; }
.template_gallery .status0 .item2 { width: 20%; }
.template_gallery .status0 .item3 { width: 36%; }
.template_gallery .status0 .item4 { width: 20%; }
.template_gallery .status0 .item5 { width: 12%; }
.template_gallery .status0 .item6 { width: 0%; display: none; }

/* Status 1 */
.template_gallery .status1 .item0 { width: 0%; display: none; }
.template_gallery .status1 .item1 { width: 9%; }
.template_gallery .status1 .item2 { width: 18%; }
.template_gallery .status1 .item3 { width: 32%; }
.template_gallery .status1 .item4 { width: 24%; }
.template_gallery .status1 .item5 { width: 14%; }
.template_gallery .status1 .item6 { width: 3%; display: block; }

/* Status 2 */
.template_gallery .status2 .item0 { width: 0%; display: none; }
.template_gallery .status2 .item1 { width: 6%; }
.template_gallery .status2 .item2 { width: 16%; }
.template_gallery .status2 .item3 { width: 28%; }
.template_gallery .status2 .item4 { width: 28%; }
.template_gallery .status2 .item5 { width: 16%; }
.template_gallery .status2 .item6 { width: 6%; display: block; }

/* Status 3 */
.template_gallery .status3 .item0 { width: 0%; display: none; }
.template_gallery .status3 .item1 { width: 3%; }
.template_gallery .status3 .item2 { width: 14%; }
.template_gallery .status3 .item3 { width: 24%; }
.template_gallery .status3 .item4 { width: 32%; }
.template_gallery .status3 .item5 { width: 18%; }
.template_gallery .status3 .item6 { width: 9%; display: block; }

/* Status 4 */
.template_gallery .status4 .item0 { width: 3%; display: block; }
.template_gallery .status4 .item1 { width: 14%; }
.template_gallery .status4 .item2 { width: 24%; }
.template_gallery .status4 .item3 { width: 32%; }
.template_gallery .status4 .item4 { width: 18%; }
.template_gallery .status4 .item5 { width: 9%; }
.template_gallery .status4 .item6 { width: 0%; display: none; }

/* Status 5 */
.template_gallery .status5 .item0 { width: 6%; display: block; }
.template_gallery .status5 .item1 { width: 16%; }
.template_gallery .status5 .item2 { width: 28%; }
.template_gallery .status5 .item3 { width: 28%; }
.template_gallery .status5 .item4 { width: 16%; }
.template_gallery .status5 .item5 { width: 6%; }
.template_gallery .status5 .item6 { width: 0%; display: none; }

/* Status 6 */
.template_gallery .status6 .item0 { width: 9%; display: block; }
.template_gallery .status6 .item1 { width: 18%; }
.template_gallery .status6 .item2 { width: 32%; }
.template_gallery .status6 .item3 { width: 24%; }
.template_gallery .status6 .item4 { width: 14%; }
.template_gallery .status6 .item5 { width: 3%; }
.template_gallery .status6 .item6 { width: 0%; display: none; }



.template_gallery .text {
	padding: 15px 200px 15px 15px;
	color: #333;
	height: 85px;
	overflow: auto;
}
.template_gallery .text .author {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 15px;
}


.template_gallery .footer {
	background-color: #054B21;
	color: #FFFFB5;
	padding: 5px 10px;
	text-align: right;
}
.template_gallery .footer a {
	color: #FFFFB5;
	text-decoration: none;
	font-weight: bold;
	padding-right: 25px;
	background: url(/gfx/button_gruen.jpg) right 50% no-repeat;
}
.template_gallery .footer a:hover {
	color: #FFF;
}

/* --- Infobox --- */
.template_infobox {
	background-color: #F3EAB3;
}
.template_infobox h1 {
	background-color: #E3CF6C;
	color: #000000;
	padding: 5px 10px;
	font-size: 1.1em;
	margin: 0px;
}
.template_infobox .row {
	padding: 15px;
}
.template_infobox .col {
	width: 44%;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
	background: url(/gfx/infoboxIcon.jpg) 5px 4px no-repeat;
}
.template_infobox .col p {
	padding: 0px;
	margin: 0px;
}
.template_infobox .col h3 {
	margin: 0px 0px 5px 0px;
}


#sidebarLeft  {
	background-color: #EDE195;
}

#sidebarLeft .box.travelSearch .dateText {
	margin: 5px 0px -17px 105px;
	color: #EDE195;
}
#sidebarLeft .box.travelSearch select {
	margin: 3px 0px;
	width: 80%;
}

#sidebarRight  {
	background-color: #EDE195;
}

#sidebarRight .box.warenkorb form {
	padding: 0px;
	margin: 0px;
}
#sidebarRight .box.warenkorb label {
	display: block;
}
#sidebarRight .box.warenkorb .caption {
	display: block;
	margin: 7px 0px -19px 100px;
}
#sidebarRight .box.warenkorb .input {
	display: block;
	width: 90px;
}
#sidebarRight .box.warenkorb .errors {
	color: #b20;
	padding-top: 5px;
	
}
#sidebarRight .box.warenkorb .text {
	padding-top: 5px;
	color: #ede195;
}
#sidebarRight .box.warenkorb .links {
	padding-top: 5px;
	color: #ede195;
}
#sidebarRight .box.warenkorb .basket {
	padding-top: 5px;
}


#sidebarRight .box.warenkorb .basket .item {
	background-color: #6D995F;
	margin: 2px 0px;
	padding: 2px;
}
#sidebarRight .box.warenkorb .basket .item a {
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
#sidebarRight .box.warenkorb .basket .item .link {
	width: 135px;
	color: #ede195;
}
#sidebarRight .box.warenkorb .basket .item .link img {
	margin-bottom: -4px;
}
#sidebarRight .box.warenkorb .basket .item .delete {
	width: 16px;
}


.template_communityLoginKombiniert .element {
	display: block;
	float: left;
	width: 30%;
	padding-right: 2%;
	margin-bottom: 5px;
}

.template_communityLoginKombiniert .element input,
.template_communityLoginKombiniert .element select {
	width: 100%;
}

.template_communityLoginKombiniert .anrede {
	width: 15%;
}
.template_communityLoginKombiniert .vorname,
.template_communityLoginKombiniert .email {
	clear: both;
}




.template_bilderRaetsel {
	
}
.template_bilderRaetsel .buttons {
	padding-bottom: 15px;
}
.template_bilderRaetsel .spielfeld {
	position: relative;
	height: 521px;
	width: 585px;
	background-color: #fff;
	overflow: hidden;
}
.template_bilderRaetsel .spielfeld .item {
	position: absolute;
	width: 63px;
	height: 63px;
	background-color: #f00;
}

.template_bilderRaetsel .spielfeld .item.startpos {
	background-color: #F3EAB3;
}
.template_bilderRaetsel .spielfeld .item.feld {
	background-color: #DDD28B;
}
.template_bilderRaetsel .spielfeld .item.karte {
	background-repeat: no-repeat;
	background-color: #eee;
}

.template_bilderRaetsel .spielfeld .area {
	position: absolute;
	left: 193px;
	top: 129px;
	width: 385px;
	height: 385px;
	border: 3px solid #f00;
}
.template_bilderRaetsel .spielfeld .borderRight {
	position: absolute;
	left: 577px;
	top: 0px;
	width: 8px;
	height: 129px;
	background-color: #EDE195;
}
.template_bilderRaetsel .spielfeld .borderBottom {
	position: absolute;
	left: 0px;
	top: 513px;
	width: 193px;
	height: 8px;
	background-color: #EDE195;
}

.template_travel .buttons {
	position: relative;
	width: 100%;
}

.template_travel .extended {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 25%;
}

.template_travel .normal {
	top: 0px;
	right: 0px;
	display: block;
	width: 25%;
}

#newsletter {
	background: #ede195;
}


/* ----- BANNER ----- */

#sidebarRight .banner {
	width: 175px;
	height: 210px;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

#sidebarRight .banner table {
	width: 100%;
}

#sidebarRight .banner td.item {
	width: 175px;
	padding: 0px 0px 10px 0px;
}



/* ----- Languages ----- */

#language {
	position: absolute;
	right: 15px;
	bottom: 0px;
}

/* Face-Book Test*/
.facebook {
	padding: 10px 0px;
}

.facebook iframe {
	background-color: #EDE195;
	width: 210px;
	height: 155px;
	padding: 0px;
	font-size: 10px;
	overflow: hidden;
}

.facebook_gros {
	border: 5px solid #EDE195;
	width: 580px;
	height: 85px;
	overflow: hidden;
}

.facebook_gros iframe {
	width: 580px;
	font-size: 10px;
	margin: -5px;
	height: 85px;	
}

.facebookFoot {
	width: 125px;
}

.facebookFoot a {
	display: block;
	float: left;
}

.facebookLink {
	width: 80px;
}