/**
 * @copyright 2008 Scholz & Volkmer 
 * @version $Revision$
 * @author Barbara Heine <b.heine@s-v.de>
 * $Id$
 */

/*
	Global Settings
	Global Classes
	%=Layout
	%=Header
	%=Links
	%=Headlines
	%=Copy

*/

/* Global Settings
===============================================*/
html 
{
    margin: 0px;
    padding: 0px;  	
    height: 100%;
    overflow: hidden;
}
body 
{
    font: normal 11px arial,sans-serif;
	background-color: #ffffff; /* background-color */
	color: #000000; /* font-color */
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre 
{
	margin: 0;
	padding: 0;
}
p, h1 
{
	font-weight: normal;
	font-size: 0.63em;  /* 0.63em = 10px */
}
img 
{
	border: 0;
}
:focus 
{
	outline: 0;
	-moz-outline-style: none;
}
a:active 
{
	outline: none;
}

/* Global Classes
===============================================*/
.clear 
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


/* %=Layout
===============================================*/
#page
{
	background: url(../image/background.jpg) no-repeat;	
	width: 1024px;
	height: 768px;
	position: relative;
}
#head
{
	width: 480px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 40px;
}
#content
{
	width: 700px;
	height: 600px;
	position: absolute;
	top: 180px;
	left: 150px;
}

/* %=Header
===============================================*/
#head div
{
	font-size: 11px;
	color: #ffffff;
	margin: 35px 30px 0 2px;
	padding: 0;
	float: left;
}

/* %=Links
===============================================*/
a:link, 
a:visited, 
a:hover, 
a:focus,
a:active { 
  cursor: hand;
  cursor: pointer;
}
#head a.mercedes
{	
	background: url(../image/mercedesbenz.jpg) no-repeat top left;	
	width: 111px;
	height: 54px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#head a.iwc
{	
	background: url(../image/iwc.jpg) no-repeat center left;	
	width: 130px;
	height: 54px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#head a.vodafone
{	
	background: url(../image/vodafone.jpg) no-repeat center left;	
	width: 112px;
	height: 54px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#content a.arrow
{
	font-size: 15px; 
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 18px;
	background: url(../image/a_arrow.gif) no-repeat center left;	
}
#content a:hover.arrow
{
	text-decoration: underline;
}
/* %=Headline
===============================================*/
h1
{
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
}
	
/* %=Copy
===============================================*/
p
{
	font-size: 15px;
	color: #ffffff;
	width: 530px;
	margin: 28px 0 68px 0;
	line-height: 20px;
}


