/* Zusatzdefinition fuer die Frontseite */


/* Layout */

#content_front_1 { 
	position: absolute;
	top: 100px;
	left: 0px;
	width: 436px;
	height: 436px;
	text-align: left;
	padding: 0px;
	
	border: 2px solid #000;
	background: url(../img/freaksdrunkenlovers_gross.jpg) 0px 0px no-repeat;
} 

#content_front_2 { 
	position: absolute;
	top: 100px;
	left: 450px;
	width: 436px;
	height: 436px;
	text-align: left;
	padding: 0px;
	
	border: none;
	background: url(../img/shop_titel.gif) 20px 0px no-repeat;
} 

#footer_front { 
	clear: both;
	position: absolute;
	top: 525px;
	left: 470px;
}


/* Typo */

#content_front_2 h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #990000;
	margin: 180px 0px 15px 20px;
}

#content_front_2 p {
	margin-left: 20px;
}


/* Links */

#content_front_2 a, 
#content_front_2 a:link, 
#content_front_2 a:active, 
#content_front_2 a:visited 
{
	color: #444;
	text-decoration: underline;
}

#content_front_2 a:hover { 
	color: #990000;
	background: #fff;
}



/* Liste fuer Links */

ul.front {
	list-style: none;
    margin: 10px 0px 0px 20px;
    padding: 0px;
}

ul.front li {
	padding: 5px 0px 0px 20px;
	line-height: 25px;
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	background: url("../img/front_pfeil_rot.gif") 0px 12px no-repeat;
}

#content_front_2 ul.front li a, 
#content_front_2 ul.front li a:link, 
#content_front_2 ul.front li a:active, 
#content_front_2 ul.front li a:visited 
{
	color: #990000;
    text-decoration: none; 
}

#content_front_2 ul.front li a:hover  { 
	color: #333;
    text-decoration: none;    
}


/* Footer */

#footer_front p {
	color: #c7bf86;
}

#footer_front a, 
#footer_front a:link, 
#footer_front a:active, 
#footer_front a:visited 
{
	color: #c7bf86;
    text-decoration: underline;
}

#footer_front a:hover 
{
	color: #b2a85e;
}