@media all
{
	* {
		margin: 0px;
		padding: 0px;
	}

	img {
		border: 0px solid;
	}

	body {
		font-family: verdana,arial,sans-serif;
		font-size: 10px;
		margin: 0pt;
		min-height: 100%;
		padding: 0pt;
		letter-spacing: 0.05em;
		background-color: #ffffff;
	}

	h2 {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 6px;
	}

	h3 {
		font-size: 10px;
		font-weight: bold;
	}

	input, textarea {
		border: 0px solid;
		padding: 2px;
		font-size: 12px;
		margin-bottom: 2px;
		font-family: verdana,arial,sans-serif;
	}


/* Postkarte */

	#postcard {
		background-color: #e0d6d9;
		width: 470px;
		height: 324px;
		margin: 12px;
		padding: 18px;
		position: relative;
	}

	#postcard label {
		color: #1f151b;
		font-size: 10px;
		line-height: 10px;
	}

	#postcard input {
		border: 1px solid #fff;
		height: 18px;
	}

	#postcard #col_l {
		width: 207px;
		height: 324px;
		float: left;
		padding-top: 12px;
		font-size: 10px;
		line-height: 14px;
	}

	#postcard #col_l input {
		width: 205px;
	}

	#postcard #col_l .txt_more {
		width: 205px;
		height: 230px;
		font-size: 10px;
	}

	#postcard #col_l p.txt {
		margin-top: 70px;
	}

	#postcard #col_r {
		margin-left: 228px;
		height: 262px;
		width: 224px;
		border-left: 1px solid #88626f;
		padding: 62px 0px 0px 18px;
	}

	#postcard #col_r input {
		width: 219px;
		margin-right: 2px;
		font-size: 10px;
	}

	#postcard #col_r p {
		height: 34px;
	}


	#postcard #col_r p.mail {
		margin: 12px 0px 20px 0px;
	}
	
	#postcard input.submit {
		width: 105px !important;
		height: 26px !important;
		cursor: hand;
		cursor: pointer;
		text-transform: uppercase;
		font-weight: bold;
		height: 24px;
		padding-bottom: 8px;
		background: transparent url('/images/layout/submit_button.png') no-repeat top left;
		background-position: left 2px;
		color: #ffffff;
		float: right;
		margin: 0px !important;
		border: none !important;
		font-size: 12px !important;
	}

	#postcard #stamp {
		width: 63px;
		height: 70px;
		background: transparent url('/images/layout/stamp.png') no-repeat top left;		
		top: 10px;
		left: 415px;
		position: absolute;
	}

	#postcard .back_link a {
		position: absolute;
		color: #ed6271;
		text-decoration: none;
		display: block;
		padding: 0px 0px 2px 9px;
		background: url('/images/layout/back_link.png') no-repeat top left;	
		line-height: 6px;
		left: 9px;
		top: 12px;
	}

/* Postkarte Fehlermeldungen */

	#postcard input.error, #postcard textarea.error {
		border: 1px solid #D10019;
	}

	#postcard label.error {
		color: #D10019;
	}

	#postcard #col_l .status_msg {
		color: #D10019;
		bottom: 270px;
		position: absolute;
		width: 205px;

	}

	#postcard #success_msg {
		color: #D10019;
		display: block;
		float: left;
		line-height: 10px;
		width: 110px;
	}
	
/* Galerie Detailansicht */

	#gallery_detail {
		background-color: #3c2935;
		height: 563px;
		/* width: 714px; */
		padding: 6px 6px 12px 6px;
		font-size: 11px;
		color: #ed6271;
	}

	#gallery_detail .head {
		height: 15px;
		display: block;
		margin-bottom: 6px;
	}

	#gallery_detail #gal_nav {
		float: right;
	}

	#gallery_detail .head span {
		text-transform: uppercase;
	}

	#gallery_detail .head #gal_nav a, #gallery_detail .head #gal_nav span {
		width: 16px;
		height: 10px;
		vertical-align: -2px;
	}

	#gallery_detail .head #gal_nav img {
		width: 16px;
		height: 10px;
	}

	#gallery_detail .head #gal_nav .prev {
		background: transparent url('/images/layout/arrow_up.png') no-repeat top left;
		margin-left: 6px;
	}

	#gallery_detail .head #gal_nav .next_disabled {
		background: transparent url('/images/layout/arrow_down_grey.png') no-repeat top left;
	}

	#gallery_detail .head #gal_nav .prev_disabled {
		background: transparent url('../images/layout/arrow_up_grey.png') no-repeat top left;
		margin-left: 6px;
	}

	#gallery_detail .head #gal_nav .next {
		background: transparent url('/images/layout/arrow_down.png') no-repeat top left;
	}

	#gallery_detail a.mail {
		width: 22px;
		height: 15px;
		background: transparent url('/images/layout/mail.png') no-repeat top left;
		display: block;
		float: left;		
	}

	#gallery_detail #gal_img {
		position: relative;
	}

	#gallery_detail #gal_img a {
		display: block;
		height: 466px;
	}

	#gallery_detail #gal_img a img {
		display: block;
		margin: 0px auto;
	}

	#gallery_detail #gal_desc {
		margin-top: 12px;
		color: #ffffff;
		font-size: 10px;
		line-height: 14px;
	}

	#gallery_detail #gal_desc .col_l {
		float: left;
		width: 185px;
		height: 68px;
	}

	#gallery_detail #gal_desc .col_r {
		margin-left: 210px;
	}

	#gallery_detail #gal_desc .col_r h3 {
		text-transform: uppercase;
	}

	#gallery_detail #gal_close {
		position: absolute;
		top: 50%;
		left: 50%;
		cursor: hand;
		cursor: pointer;
	}

	#gallery_detail #gal_close img {
		top: -53px;
		left: -53px;
		position: absolute;
		background: transparent url('/images/layout/gal_close.png') no-repeat top left;
		cursor: hand;
		cursor: pointer;
	}

/* 
****************************************************

	FF3-Fix

****************************************************
*/

	html>/**/body input.submit, x:-moz-any-link, x:default {
		background-position: left 2px !important;
		margin-top: 0px !important;	
	}

}
