/**
 * Stalesheet für die Tarantino-Party-Seite
 */
 
html, body {
	background-color:				#000000;
	background-repeat:				repeat-y;
	color:							#FFFFFF;
	font-family:					"Lucida Sans", Arial, Verdana, Tahoma, "Sans Serif";
	font-size:						12px;
	margin:							0px;
	padding:						0px;
}

a {
	color:							#EEB750;
	text-decoration:				none;
	font-weight:					bold;
}

a:hover {
	color:							#EE2618;
	text-decoration:				underline;
	font-weight:					bold;
}

div.root {
	width:							750px;
	margin:							0px auto 0px auto;
}

div.navigation {
	background-image:				url(/img/background_nav.gif);
	background-repeat:				no-repeat;
	width:							142px;
	height:							367px;
	float:							left;
	margin-left:					15px;
	margin-top:						70px;
	padding-top:					90px;
}

div.navigation a {
	margin-left:					22px;
	line-height:					20px;
	background-color:				#000000;
	-moz-opacity:					0.8;
}

div.logo {
	background-image:				url(/img/logo.gif);
	background-repeat:				no-repeat;
	margin-left:					100px;
	margin-top:						15px;
	float:							left;
	height:							147px;
	width:							372px;
}

img.advisory {
	margin-left:					35px;
	margin-top:						100px;
}

div.content {
	float:							left;
	width:							563px;
	margin-left:					30px;
}

div.content h2 {
	width:							520px;
	margin-bottom:					-4px;
	margin-top:						25px;
	line-height:					13px;
	text-align:						right;
}

div.content p {
	background-color:				#505050;
	border:							1px dashed #C8C8C8;
	width:							520px;
	padding:						4px;
}

div.googleads {
	margin-left:					25px;
	margin-bottom:					10px;
}

div.footer {
	border-top:						1px dashed #FFFFFF;
	font-size:						9px;
	color:							#C8C8C8;
	margin-left:					25px;
	padding-top:					5px;
}

div.footer span.left {
	float:							left;
}

div.footer span.right {
	float:							right;
}

/**
 * Formular-Styles
 */
 
form {
	margin:							0px;
}
 
input.submit {
	border:							1px solid #505050;
	background-color:				#EEB750;
}

input.text, textarea.textarea {
	font-family:					"Lucida Sans", Arial, Verdana, Tahoma, "Sans Serif";
	border:							1px solid #EEB750;
	font-size:						11px;
	background-color:				#505050;
	color:							#FFFFFF;
	padding:						2px;
}

input.text:focus, textarea.textarea:focus {
	border:							1px solid #EE2618;
}

div.result_error, div.result_success {
	padding:						4px;	
	display:						block;
	margin-top:						25px;
	margin-bottom:					15px;			
}

div.result_error ul, div.result_success ul {
	margin-top:						0px;
	margin-bottom:					0px;
	list-style-type:				square;
	padding-left:					20px;
}

div.result_error {
	border:							1px solid #EE2618;
}

div.result_success {
	border:							1px solid #EEB750;
}