/* @override http://www.j-schaarschmidt.de/styles.css */

/* Allgemeine Definitionen */

html
{
	background: #FF7D3D url(/images/pageBackgroundTile.jpg	);
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #00214C;
}

body
{
	width: 900px;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -275px;
	background: white;
	cursor: hand;
	cursor: pointer;
}

img
{
	border: none;
}

input, textarea, select, p
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #00214C;
	margin: 0;
}


/* Kopfbereich */

div.headline
{
	padding: 15px 0 0 25px;
}


/* Slogans */

div.slogan
{
	position: absolute;
	left: 30px;
	top: 150px;
}


/* Container linke untere Ecke */

div.leftBottomCorner
{
	position: absolute;
	left: 30px;
	bottom: 30px;
}


/* Fragezeichen */

div.questionmark
{
	position: absolute;
	left: 30px;
	bottom: 30px;
	cursor: hand;
	cursor: pointer;
}

/* Logo */

div.logo
{
	position: absolute;
	right: 30px;
	bottom: 30px;
	
}


/* Inhalt: Container */

div.content
{
	position: absolute;
}


/* Inhalt: Absatzformate */

div.content h1
{
	font-size: 12px;
	line-height: 130%;
	margin: 0;
}

div.content p
{
	line-height: 130%;
	margin: 0 0 12px 0;
}

div.content p.col
{
	float: left;
	width: 45%;
}

/* Banner Startseite */

a.banner 
{
	position: absolute;
	top: -2px;
	right: -140px;
	
	width: 120px;
	height: 554px;
}