/*
------------------------------------------------------------------------
Schwarzfischer Creativ GmbH
------------------------------------------------------------------------

Author:     Michael Schwarzfischer, info@schwarzfischer-creativ.de
Updated:    Dezember 2009
Copyright:  (c) 2009 Schwarzfischer Creativ GmbH.

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p {
	line-height: 16px;
}

a, a:visited {
	color: #333333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333333;
}

.clear {
	clear: both;
}

.white {
	color: #ffffff;
}

small {
	font-size: 8px;
	vertical-align: super;
}

.lft {
	float: left;
}

.rght {
	float: right;
}

/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container_black {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #000000;
}

.container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}

/*
------------------------------------------------------------------------
SPALTEN
------------------------------------------------------------------------
*/

.left {
	margin: 0px;
	padding: 20px 0px 20px 20px;

	width: 300px;

	float: left;
}

.left_big {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 20px;
	width: 600px;
	float: left;
}

.middle {
	margin: 0px;
	padding: 20px 0px 20px 20px;

	width: 300px;

	float: left;
}

.right {
	margin: 0px;
	padding: 20px 0px 20px 20px;

	width: 300px;

	float: left;
}

.right_big {
	margin: 0px;
	padding: 20px 0px 20px 20px;

	width: 600px;

	float: left;
}

/*
------------------------------------------------------------------------
HEADLINES
------------------------------------------------------------------------
*/

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #111111;
	font-weight: lighter;
}

h2 i {
	padding: 2px 3px 1px 3px;
	
	color: #999999;
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
}

h2 b {
	padding: 2px 3px 1px 3px;

	border-bottom: 3px solid #cccccc;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #BF121D;
	font-weight: lighter;
}


/*
------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	width: 980px;
	height: 45px;
	background-image: url(../images/head_top.jpg);
	background-repeat: no-repeat;
}

.home {
	padding: 5px 10px 5px 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: block;
}

.menu {
	margin: -2px 0px 0px 0px;
	padding: 0px;
	
	list-style-type: none;
	
	float: right;
}

.menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px;

	float: left;
}

.menu li a, .menu li a:visited {
	padding: 5px 10px 5px 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.menu li a:hover, .menu li.current a, .menu li.current a:visited {
	color: #ffffff;
}

/*
------------------------------------------------------------------------
AD BIG
------------------------------------------------------------------------
*/

#ad_big {
	margin: 0px auto;
	padding: 200px 0px 0px 650px;
	width: 330px;
	height: 175px;
	background-image: url(../images/head_start.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

#ad_big p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	color: #999999;
}

/*
------------------------------------------------------------------------
AD SMALL
------------------------------------------------------------------------
*/

#ad_relaunch {
	margin: 0px auto;
	margin-top: 30px;
	padding: 83px 0px 0px 297px;
	width: 353px;
	height: 92px;
	background-image: url(../images/ad_relaunch.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: left;
}

#ad_relaunch p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	color: #999999;
}

/*
------------------------------------------------------------------------
AD TINY
------------------------------------------------------------------------
*/

#ad_tiny {
	text-align: center;
}

#ad_tiny a, #ad_tiny a:visited {
	margin: 0px auto;
	margin-top: 30px;
	padding: 12px 20px 0px 20px;

	width: 280px;	
	height: 163px;
	
	background-image: url(../images/ad_image.jpg);
	background-repeat: no-repeat;
	
	text-decoration: none;

	display: block;
	float: left;
}

#ad_tiny a:hover {
	background-position: 0px -175px;
}

#ad_tiny p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	color: #999999;
}

/*
------------------------------------------------------------------------
TESTIMONIAL
------------------------------------------------------------------------
*/

.testimonial {
	margin: 0px;
	color: #111111;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
}

.testimonial b {
	padding: 15px 10px 40px 0px;
	font-family: Georgia;
	color: #cccccc;
	font-size: 60px;
	float: left;
}


/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	
	width: 940px;
}

#footer p {
	margin: 0px;

	color: #999999;
}

#footer p a, #footer p a:visited {
	color: #999999;
	text-decoration: none;
}

#footer p a:hover {
	color: #111111;
}

p.copyright {
	padding: 30px 0px 0px 0px;

	float: left;
}

p.owner {
	padding: 30px 0px 0px 0px;

	float: right;
}

p.license {
	padding: 10px 0px 0px 0px;

	text-align: justify;
}
