/* **************************************************** */
/* Stylesheet: Freund und Freunde */
/* Author:  uforepublic */
/* **************************************************** */
/* reset all default styles*/
/* **************************************************** */
@import url(reset.css);

/* **************************************************** */
/* global definitions */
/* **************************************************** */

body {
	background-color: #8e8e8e;
	background: #8e8e8e url(images/freundfreunde_background.gif) repeat top left;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}

/* **************************************************** */
/* general layout elements */
/* **************************************************** */
#wrapper {	
	background-color: #c6c7c8;
	background-image: url(images/freundfreunde_background_gradient.jpg);
	width: 933px;
	margin: 86px auto 0 auto;
	padding-bottom: 50px;
	color: #000;
	text-align: left;
	height: 580px;
}

#header {
	background-color: #FFF;
	height: 180px;
	padding-top: 40px;
}

#content {
	margin: 50px 120px 0 120px;
	padding-bottom: 10px;
	background: url(images/trennlinie.gif) no-repeat bottom left;
}

#footer {

}

#js-box {
	margin-left: 292px;
	margin-top: 20px;
	width: 571px;
	height: 91px;
	overflow: hidden;
}


#logo {
	position: absolute;
	top: 275px;
	padding-left: 50px;
}


h1 {
	font-family: georgia;
	font-size: 2.5em;
	margin-bottom: 15px;
}

h1 span {
	position: absolute;
	left:-10000px;
}

h2 {
	background: url(images/trennlinie.gif) no-repeat top left;
	padding-top: 23px;
}

h2 span {
	position: absolute;
	left:-10000px;
}

h3 {
	margin-bottom: 14px;
	letter-spacing: 1px;
}


p {
	margin-bottom: 14px;
}

#content p {
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-right: 143px;
}

#content p.normal {
	font-weight: normal;
}

a:focus {
	focusrect:0;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	background-color: #e4dd15;
	text-decoration: none;
}

#content ul {
	margin: 0px 0 14px 0px;
	list-style-type: none;
}

#content li {
	line-height: 1.5em;
	letter-spacing: 1px;
	padding-left: 0px;
}

/* **************************************************** */
/* general style definitions */
/* **************************************************** */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.no-list-style {
	list-style-type: none;
}

.last-p {
	margin-bottom: 25px;
}

.margin-bottom {
	margin-bottom: 25px;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
	line-height: 18px;
}

.italic {
	font-style: italic;
}

.copy-normal {
	font-weight: normal;
}



/* **************************************************** */
/* png-fix for IE */
/* **************************************************** */
* html img { 
	behavior: url(css/pngbehavior.htc); 
}



/* **************************************************** */
/* navigation */
/* **************************************************** */

#main-nav {
	padding: 0;
	margin: 0;
	margin: 10px 40px 0 45px;
	list-style: none;
}

* html #main-nav {
	margin-left: 44px;
}

#main-nav li {
	display: inline;
}

#main-nav li a {
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 3px 7px 3px 7px;
}

#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li a:active {
	color: #000;
	background-color: #e4dd15;
}

/* highlight main-nav */
#index a.index,
#leistungsspektrum a.leistungsspektrum,
#profil a.profil,
#referenzen a.referenzen,
#impressum a.impressum {
	color: #000;
	background-color: #e4dd15;
}

