/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Ehrlich Trinken - eCard / ecard CSS
	August 2008 / S2 INTERMEDIA GmbH / Christian Schüller
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Basic
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html,body {
	width: 100%;
	eight: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;         
}
div{
	margin: auto;
	text-align: left;
}

.left{
	float: left;
}

.right{
	float: right;
}

img{
	border: none;
}

div#position{
	width: 100%;
	text-align: center;
}

div#wrapper{
	width: 800px;
	margin-top: 50px;
	border: 1px solid #ff68fb;
}

div#header{
	height: 93px;
	background-color: #FFFFFF;
}

div#trenner{
	height:24px;
	background-image:url(../gfx/bg_nav.jpg);
	background-repeat:repeat-x;
}

img#logo{
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}


div#flashcontent{
	height: 400px;
	width: 800px;
	color: #FFFFFF;
	text-align: center;
}

div#flashcontent div.cardform{
	width: 200px;
	color: #999999;
	text-align: left;
	margin-top: 100px;
	background-color: #FFFFFF;
	border: 1px solid #B6BCC1;
	padding: 10px;
}

div#flashcontent div.cardform h1{
	font-size: 1.2em;
}

div#flashcontent div.cardform input{
	background-color: #FFFFFF;
	border: 1px solid #B6BCC1;
}

div#footer {
	text-align: right;
	font-size: 11px;
	width: 800px;
	margin-top: 10px;
}

div#footer a{
	color: #DF4BDA;
	text-decoration: none;
}

div#footer div.left,
div#footer div.left a{
	color: #B9B8BD;
}

div#footer a:hover{
	text-decoration: underline;
}

/*	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Einstiegsseite
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#content{
	height: 401px;
	width: 800px;
	background-image: url(../gfx/bg_content.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

div#content-top{
	height: 149px;
	margin-top: 50px;
	margin-left: 13px;
	margin-right: 12px;
	overflow: hidden;
}

div#content-bottom{
	height: 98px;
	padding-top: 4px;
	margin-top: 27px;
	margin-left: 13px;
	margin-right: 12px;
	overflow: hidden;
}

div#content-form{
	padding-top: 15px;
	padding-left: 30px;
}

div#content-form h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #df4bda;
}

div#content-form p{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: normal;
	color: #555;
}

div#content-form  form{
	margin: 0;
	padding: 0;
}

div#content-form #form-fotonumber{
	border: 1px solid #ff68fb;
	width: 60px;
	text-align: center;
}

div#content-form #form-button{
	border: 1px solid #28ade8;	
	background-color: #7cd6ff;
}

span#errmsg{
	margin-left: 30px;
	font-weight: bold;
	color: #28ADE8;
}

#fotos {
	color: #ffffff;
	font-size: 10px;
}

#fotos img {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
}

