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

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

All rights reserved.
*/

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

p {
	line-height: 16px;
}

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

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.white {
	color: #ffffff;
}

.grey {
	color: #999999;
}

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

.lft {
	float: left;
}

.rght {
	float: right;
}

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

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

#content {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container_bottom {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/design/back_footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


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

#header {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	height: 82px;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------
NAVI
------------------------------------------------------------------------
*/

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
	display: inline;
	overflow: hidden;
	width: 712px;
	position: absolute;
	margin-left: 245px;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px; /* for IE5/Win */
}

#nav a:hover {
	background-position: 0 -36px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -36px;
}

#nav_home a  {
	width: 100px;
	background: url(../images/design/menue_home.jpg) top left no-repeat;
}

#nav_unternehmen a  {
	width: 141px;
	background: url(../images/design/menue_unternehmen.jpg) top left no-repeat;
}

#nav_einrichten a  {
	width: 128px;
	background: url(../images/design/menue_einrichten.jpg) top left no-repeat;
}

#nav_aktuelles a  {
	width: 119px;
	background: url(../images/design/menue_aktuelles.jpg) top left no-repeat;
}

#nav_service a  {
	width: 110px;
	background: url(../images/design/menue_service.jpg) top left no-repeat;
}

#nav_kontakt a  {
	width: 114px;
	background: url(../images/design/menue_kontakt.jpg) top left no-repeat;
}

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

h1 {
	padding: 0px;
	font-size: 24px;
	color: #999999;
	font-weight: lighter;
	margin: 0px;
	line-height: 22px;
}

h2 {
	padding: 0px;
	font-size: 20px;
	color: #666666;
	font-weight: lighter;
	margin: 0px;
	line-height: 22px;
}

.details  {
	background-image: url(../images/design/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
}

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

.col_left {
	margin: 0px;
	padding: 0px;
	width: 294px;
	float: left;
	padding-right: 30px;
}

.col_middle {
	margin: 0px;
	padding: 0px;
	width: 294px;
	float: left;
	padding-right: 30px;
}

.col_right {
	margin: 0px;
	padding: 0px;
	width: 294px;
	float: left;
}

.twocol_left {
	margin: 0px;
	padding: 0px;
	width: 618px;
	float: left;
	padding-right: 30px;
}

.left_fifty {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 470px;
	float: left;
}

.right_fifty {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 440px;
	float: left;
}

.right {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 310px;
	float: left;
}


.image {
	margin: 0px;
	width: 604px;
	float: left;
}

#ad_aktion a, #ad_aktion a:visited {
	width: 604px;
	height: 362px;
	background-image: url(../images/content/ad_aktion_designabverkauf.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	float: left;
}

#ad_aktion a:hover {
	background-position: 0px -362px;
}

.thumbimage {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#umbruch_links {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}


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

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

#footer p {
	margin: 0px;

	color: #999999;
}

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

#footer p a:hover {
	color: #999999;
	text-decoration: underline;
}

p.copyright {
	padding: 0px;
	float: left;
}

p.owner {
	padding: 0px;
	float: right;
}

p.license {
	padding: 15px 0px 0px 0px;
	text-align: justify;
}

