/* Projekt: ERSTER European Giveaway */
/* Autor:  Andreas Obermüller */

body {
	background: white url(back.jpg);
	font-family: Tahoma, Georgia, Arial;
}

h1,h2,h3 {
	color: #CC0000;
	font-family: Tahoma, Georgia, Arial;
}


/* layout
   ------ */

#top { 
	margin: 0 auto;
	width: 780px;
	height: 204px;
	background: white url(header.jpg) no-repeat;
	background-position: bottom;
	border: none;
}


#container { 
	margin-top: 11px;
	width: 780px;
	background-color: #ffffff;
	border: none;
}
 
#footer { 
	margin: 0;
	background: white;
	width: 780px;
	height: 30px;
	padding: 0px;
	border: none;
}


/* Geschenk */

#geschenkscontainer {
	width: 650px;
    text-align:left;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#geschenksbildcontainer {
	width: 250px;
	height: 250px;
	float: left;
	margin-top: 40px;
}

#geschenkstext {
	width: 360px;
	float: right; 
	margin: 15px;
	margin-right: 0px;
}

br.clear { clear:both;}


#Autoresponder {
	width: 50%;
	border: 2px dashed;
	border-color: red;
}


#Richtlinien {
	font-family: Tahoma, Georgia, Arial;
	font-size: 80%;
	color: #777777;
	margin: 30px auto;
	width: 780px;
	border:0px;
	background-color: #ffffff;
}

#Inhalt {
	font-family: Tahoma, Georgia, Arial;
	margin: 50px;
	margin-left: 80px;
	margin-right: 80px;
}