@charset "UTF-8";
/* -------------------- RESET + ALLGEMEINE SETTINGS ------------------ */
body, h1, h2, h3, h4, h5, p, ul, li, form, input {
	margin: 0px;
	padding: 0px;
}
ul, li{list-style-type: none;}
img {border: none 0px;}
body{
	background-image: url(../grafik_easy/bg_muster.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ----------------------------- LAYOUT ------------------------------ */

#hintergrund {
	background-image: url(../grafik_easy/bg_header_verlauf.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#wrapper {
	min-height: 454px;
	position: relative;
	margin: auto;
	width: 750px;
}

#rechte_spalte {
	float: right;
	width: 746px;
	margin-right: 46px;
	margin-top: 10px;
	padding-top: 30px;
}

#content_top {
	height: 52px;
	width: 746px;
	background-image: url(../grafik_easy/content_top.png);
	background-repeat: no-repeat;
}

#content {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../grafik_easy/content_middle.png);
	background-repeat: repeat-y;
}

#zurueck_weiter{
	height: 130px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../grafik_easy/content_middle.png);
	background-repeat: repeat-y;
	}

#content_bot {
	height: 22px;
	width: 746px;
	background-image: url(../grafik_easy/content_bot.png);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	text-align: right;
}


/* -------------------------------------------------------------------------- TEXTFORMATE ------------------------------------------------------ */


/* ----------------------------- Content ------------------------------ */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #70AC36;
	padding-top:20px;
	padding-bottom:20px;	
	margin-left:-15px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0596B9;
	padding-top:20px;
	padding-bottom:20px;
}
h3{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0596B9;
	padding-top:10px;
	padding-bottom:10px;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom:30px;
	font-weight: bold;
}
p {
	color: #000;	
}


#content p, #content ul, #zurueck_weiter p, #zurueck_weiter ul {
	line-height: 19px;
	padding-bottom: 12px;
}
#content ul ul, #zurueck_weiter ul ul {
	padding-bottom: -12px;
	padding-top: 7px;
}
.text_blau {
	color: #0596B9;
}
.text_blau_fett {
	font-weight: bold;
	color: #0596B9;
}
.text_gruen {
	color: #70AC36;
}
.text_gruen_fett {
	font-weight: bold;
	color: #70AC36;
}
.text_weiss_bold {
	color: #FFFFFF;
	font-weight: bold;
}
.text_weiss {
	color: #FFFFFF;
}

#content a:link, #content a:visited, #zurueck_weiter a:link, #zurueck_weiter a:visited {
	text-decoration: none;
	color: #0596B9;
	font-weight: bold;
}
#content li, #zurueck_weiter li {
	list-style-image: url(../grafik_easy/list_doubleslash.png);
	padding-bottom: 7px;
	margin-left: 15px;
}
#content li li, #zurueck_weiter li li {
	list-style-image: url(../grafik_easy/list_slash.png);
}
#content a:hover, #zurueck_weiter a:hover {
	text-decoration: underline;
	color: #0596B9;
}

#bild_links_unten {
	margin-right: 10px;
	margin-left: -39px;
	background-image: url(http://meineziele.info/easy/grafik_easy/gruenes_feld.png);
	background-repeat: no-repeat;
	height: 185px;
	width: 302px;
	padding-top: 20px;
	padding-left: 39px;
	float: left;
	margin-bottom: 0px;
	margin-top: 7px;
	padding-right: 40px;
}

.bild_rechts {
	float: right;
	margin-right: -41px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: -5px;
	padding-right: 4px;
}
.bild_links {
	float: left;
	margin-right: 15px;
	margin-left: -39px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.bild_rechts_textfluss {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.bild_links_textfluss {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 4px;
}
#content table, #zurueck_weiter table {
	width: 722px;
	margin-right: 0px;
	margin-left: -39px;
	margin-bottom: 5px;
	margin-top: -5px;
}

hr {
	border: none; 
	border-top: 1px dotted #bbb; 
	height:1px;

}
#content_top p {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	padding-top: 17px;
	padding-right: 40px;
}

#content_bot img{
	margin-top: 17px;
	margin-right: 20px;
}