/* ----------------------------------------------------------

			Copyright by evolutiondesign 2009
						
/* ---------------------------------------------------------- */
/*  Globale Definition - gilt für alle Seiten */
/* ---------------------------------------------------------- */
body {
	font-family: Arial;
	padding: 0px;
	font-size: 11px;
	color: #666;
	margin: 10px;
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*  Überschriften für alle Hauptinhalte */
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	background-image: url(images/h1_bg.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-weight: bolder;
	font-size: 12px;
	font-family: Arial;
	color: #F00;
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #cccccc;
	height: 18px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: #333;
	padding: 0px;
	margin: 0px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:active, a:hover {
	color: #F00;
	text-decoration: underline;
	outline: none;
}
p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 22px;
}
ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	list-style-type: square;
	line-height: 22px;
}
img {
	border: 0px;
}
.ed_clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.ed_left {
	float: left;
}
.ed_right {
	float: right;
}
.ed_space {
	padding: 5px;
}
/* ---------------------------------------------------------- */
/*  Globale Farben */
/* ---------------------------------------------------------- */

.ed_red {color: #FF0000;}
/* ---------------------------------------------------------- */
/*  Startseite Layoutgerüst */
/* ---------------------------------------------------------- */
.ed_allcontent {
	margin: auto;
	width:980px;
}
.ed_left_shadow {
	background-image: url(images/bg_left.png);
 background-repeat: repeat-y  width: 20px;
}
.ed_right_shadow {
	background-image: url(images/bg_right.png);
 background-repeat: repeat-y  width: 20px;
}
.ed_satellitemaincontent {
	padding: 20px;
	overflow: hidden;
	background-color: #FFF;
}
/* ---------------------------------------------------------- */
/*  Webdesign Contentboxen (Hauptinhalt) */
/* ---------------------------------------------------------- */
.ed_contentbox {
	float: left;
	width: 404px;
	height: 152px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ed_contentbox2 {
	float: right;
	width: 404px;
	height: 152px;
	overflow: hidden;
	margin-bottom: 20px;
}
.ed_content_right {
	float: right;
	width: 236px;
	height: 152px;
}
.ed_content_text {
	overflow: hidden;
	margin-top: 10px;
	font-style: italic;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------- */
/*  Referenzen */
/* ---------------------------------------------------------- */

.ed_referenz_1 {
	float: left;
	width: 225px;
	height: 89px;
	margin-right: 50px;
	background-image: url(referenzen/Referenzen_1.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
	margin-bottom: 30px;
}
.ed_referenz_2 {
	float: left;
	width: 225px;
	height: 89px;
	margin-right: 50px;
	background-image: url(referenzen/Referenzen_2.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
	margin-bottom: 30px;
}
.ed_referenz_3 {
	float: left;
	width: 225px;
	height: 89px;
	background-image: url(referenzen/Referenzen_3.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
	margin-bottom: 30px;
	margin-right: 50px;
}
.ed_referenz_4 {
	float: left;
	width: 225px;
	height: 89px;
	background-image: url(referenzen/Referenzen_4.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
}
.ed_referenz_5 {
	float: left;
	width: 225px;
	height: 89px;
	margin-right: 50px;
	background-image: url(referenzen/Referenzen_5.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
}
.ed_referenz_6 {
	float: left;
	width: 225px;
	height: 89px;
	background-image: url(referenzen/Referenzen_6.jpg);
	background-repeat: no-repeat;
	padding: 225px 17px 0px 17px;
}

/* ---------------------------------------------------------- */
/*  Kontakt */
/* ---------------------------------------------------------- */
.ed_satellitemaincontent_kontakt {
	padding: 20px;
	overflow: hidden;
	background-image: url(kontakt/kontakt_girl.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #e5e5e5;
}
