/* laura la risa style variations */

body {
		background: #ffeba1;
}

body.start {
		background: #cc2c14;
}


body.start #header a { 	
		background: url(laura-la-risa-start-header.jpg) center no-repeat;	
		height: 330px;
		margin-top: 10px;
}

body #header a {
	background: url(laura-la-risa-folge-header.jpg) center no-repeat;	
	height: 128px;
}

#nav li a {
	color: #fff;
	background: #cc2c14;
}



body.start #nav li a {
	color: #cc2c14;
	background: #ffeba1;
}

#nav li a:hover,
#nav li.current a {
	color: #fff;
	background: #000;
}

body.start #nav li a:hover,
body.start #nav li.current a {
	color: #fff;
	background: #000;
}

body.start #content {
	color: #fff;
}

body.start #content h1, body.start #content h2, body.start #content h3 {
	color: #ffeba1;
}

#content a {
	color: #c21;
}