/*
---------------------------------------------------------------
Author:      accepto.com; Claudia Schasiepen
Farben:
Hellgrün:#A2C500
Dunkelgrün:#3C8700
Mintgrün:#F1F7D4
Hellblau: #D6EBF5
Dunkelblau:#124BC1
Dunkelgrau:#1a1a1a
Orange:#ff4411
---------------------------------------------------------------
*/

/* Grundeinstellungen, HTML-Tags und Boxen */


* {
	margin: 0;
	padding: 0;
}
body {
	background: #D6EBF5 url(images/bg.gif) top center repeat-x;
	font: normal 12px  Tahoma, Arial, Helvetica, sans-serif; 
	text-align: left;
}

 
h1 {
	font-size: 22px;
	color: #3C8700;
}
h2 {
	font-size: 18px;
	color: #3c8700;
	line-height: 26px;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	color: #1a1a1a;
	text-transform: uppercase;
}
h4 {
	color: #0C8ECE;
	font-size: 14px;
	margin: 0 20px 2px 20px;
}
hr {
	display: none;
}
img {
	border: none;
}
/*  Für Bilder, die von Text umflossen werden sollen */
img.floatLeft { 
    float: left; 
	clear:left;
    margin: 4px; 
}

a {
	outline: none;
}

/*  BOX für gesamten Inhalt. Wenn die Breite geändert wird, dann müssen auch die Spalten angepasst werden! */
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}
/*  BOX für LOGO.  */

#header,
#header h1 a {
	width: 550px;
	height: 80px;
	margin: 0;
	float: left;
}
#header h1 a {
	display: block;
	background: url(images/header.gif) top center no-repeat;
}
#header h1 a span,
h3.banner_heading {
	display: none;
}
/*  BOX für  Spalten. Wenn die Breite geändert wird, dann müssen auch die Spalten angepasst werden! */
#content {
	width: 960px;
	float: left;
	background: #fff url(images/content_bg.gif) top center repeat-y;
}
/*  BOXEN für  Spalten (480px und 2x 240px. (columns) */
#column_one,
#column_two,
#column_three {
	float: left;
}
#column_one {
	width: 480px;
	background: url(images/column_one_bg.gif) top center no-repeat;
}
#column_two,
#column_three {
	width: 240px;
	font-size: 11px;
}
#column_two img,
#column_three img {
	margin: 0 20px 10px 20px;
}

#column_two {
	background: url(images/column_two_bg.gif) top center no-repeat;
}
#column_three {
	background: url(images/column_three_bg.gif) top center no-repeat;
}
/*  BOX für  Fusszeile. Wenn die Breite geändert wird, dann müssen auch die Spalten angepasst werden! */
#footer {
	width: 960px;
	height: 70px;
	float: left;
	background: url(images/footer_bg.gif) top center no-repeat;
	font-size: 10px;
	color: #747474;
}
/*  Text in Fusszeile.  */

#footer p {
	width: 410px;
	margin: 27px 0 0 40px;
	line-height: 18px;
}
#footer p a {
	color: #747474;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
#footer p a:hover {
	color: #fff;
}

/* Grundeinstellungen, HTML-Tags und Boxen ENDE*/

/* Navigation : oben rechts */

#navigation {
	width: 410px;
	height: 26px;
	float: left;
}
#navigation ul {
	width: 410px;
	margin: 0 0px;
	list-style: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	height: 26px;
	width: 100px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color:#3C8700;
	text-decoration:none;
	
}
#navigation ul li a:hover,
#navigation ul li a.active {
	background-color:#124BC1;

}
#navigation ul li a span {
	display: none;
}

/* Navigation ENDE */



/* INHALT LINKS */

#main_content {
	width: 420px;
	margin: 0 30px;
	color: #333;
}

#main_content ul {
list-style:none;
}
#main_content ul li {
	font: normal 12px  Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:20px;
	background-image: url(images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left:25px;
	margin-bottom:10px;

}

/*Überschriften links*/
h3.sitemap_heading {
	line-height: 20px;
	font-size: 12px;
	color: #ff4411;
	text-transform: none;
}
h3.sitemap_heading a{
	color: #ff4411;
	font-weight: bold;
	text-decoration: none;
}
h3.sitemap_heading a:hover
 {
	color: #fff;
	background: #ff4411;
}
h1.main_heading {
	height: 40px;
	margin: 80px 0 0 0;
	font-weight: normal;
}

/* INHALT LINKS  ENDE*/

/* INHALT RECHTE SPALTEN */

/* Titel für rechte Spalten */
h2.titel {
	width: 240px;
	height: 55px;
	margin: 40px 0 50px 0;
	text-indent:10px;
	color:#ffffff;
}
/* Text für mittlere Spalte */
p.freelancer a  {
	color: #0C8ECE;
	text-decoration: none;
}

p.freelancer a:hover {
	color: #fff;
	background: #0C8ECE;
}
p.freelancer {
	line-height: 18px;
	color: #2E576B;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAF5FA;
}

/* Text für rechte Spalte */
p.service a  {
	color: #000000;
	text-decoration: none;
	border-bottom:#666666 1px dotted;
}

p.service a:hover {
	color: #000000;
}
p.service {
	color: #1a1a1a;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #A2C500;
}

/*INHALT RECHTE SPALTEN ENDE*/

/*Boxen für zweisplatiges Layout*/
/*  BOX für  Spalten. Wenn die Breite geändert wird, dann müssen auch die Spalten angepasst werden! */
#content2 {
	width: 960px;
	float: left;
	background: #fff url(images/content2bg.gif) top center repeat-y;
}
#spaltelinks {
	width: 720px;
	background: url(images/spaltelinks.gif) top center no-repeat;
	float:left;
}
#spalterechts {
	width: 240px;
	background: url(images/column_three_bg.gif) top center no-repeat;
	font-size: 11px;
	float:left;
}

#inhalt {
	width: 660px;
	margin: 0 30px;
	color: #333;
}
#inhalt  a {
	color: #A2C500;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
#inhalt  a:hover {
	color: #3C8700;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}

/*  BOX für  Fusszeile. Wenn die Breite geändert wird, dann müssen auch die Spalten angepasst werden! */
#footer2 {
	width: 960px;
	height: 70px;
	float: left;
	background: url(images/footer2bg.gif) top center no-repeat;
	font-size: 10px;
	color: #747474;
}
/*  Text in Fusszeile.  */

#footer2 p {
	width: 410px;
	margin: 27px 0 0 40px;
	line-height: 18px;
}
#footer2 p a {
	color: #747474;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
#footer2 p a:hover {
	color: #fff;
}
