/* =============================
Layout
============================= */
* {
	margin:0;
	padding:0;
	border:none;
	}
	
body {
	text-align:center;
	background:#FFBFF5 url(../_gfx/body_bg.gif) center top no-repeat fixed; 
	}

#container {
	text-align:left;
	margin:10px auto;
	width:781px;
	}

#header {
	width:781px;
	height:317px;
	background:url(../_gfx/header_bg.png) top left no-repeat;
}

#content {
	margin:0 0 0 1px;
	background:url(../_gfx/content_bg.gif) -1px -53px;
	padding:10px 10px 15px 20px;
	border-right:5px solid #C200A3;
	border-left:5px solid #C200A3;
	width:740px;
	}

#footer {
	clear:both;
	font-size:12px;
	margin:0 0 40px 1px;
	padding:5px;
	background-color:#C200A3;
	text-align:center;
	font-weight:bold;
	}

#footer p {
  margin:0;
	color:#FFF;
	}
	
#footer a, #footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	}
		
		
/* ===================
content
===================	 */	

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#5E2B41;
	}
	
p {
	margin:0 20px 15px 0;
	}

#textfeld {
	border:3px solid #DD133E;
	background:url(../_gfx/textfeld_bg.gif);
	padding:10px;
	width:300px;
	}	

