/************************
Autor:	Maximilian Ronniger
Date:	22.02.2009
************************/

/* algemeine style elemente */

a , a:active, a:hover, a:visited{
	color: #3b4d7f;
	
}

h1, h2, h3{
color: #5fb75f;

/*
rosa:color: #f67795;
blatgruen: color: #bfcbbf;
*/
}



.highlight {
	font-weight: bold; 
	font-style: italic;
	color: #black;
}

ul {
	list-style-type: none;
	line-height: 40px;
}

.links{
	width: 100%;
	padding-left:20px;
}

.links div {
padding-bottom: 30px;
}
.links div a {
 font-size: 1.5eM;
 margin-left: 0px;
 color: #469855;
 padding-bottom: 10px;
}

.left{
	text-align: left;
}

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

.top{
	vertical-align:top;
}

.center{
	position:relative;
	margin-right: auto;
	margin-left: auto;
}


/* grund gerüst style */
body {
	direction: ltr;
	font-size:18px;
	background-color: #fff697;
	/* fff8b0 */
	color: #545153;
	margin: 0;
	z-index: 1;
	font-family:Times,serif;
	text-align: center; /* for IE */

	/*
	#f2d9f4
	#fdef4f
	fffbd1
	b0eef5
	d7f0f3
	fff8b0
	*/
}

/* navigation fooder für alle seiten */
.navfooter{
	z-index: 2;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cbcfea;
	width:	600px;
	text-align: center;
	padding: 3px;
	border: double gray 3px;
}





/* regen für die index seite */
body.index{
	background-image: url(../bilder/Praxis_Energetik_82.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}


.homewraper{
	z-index: 2;
	width:	620px;
	height; 620px;
	min-height: 620px;
	position: relative;
	overflow: visible;
	background-color: transparent;
}

.homeoverlay {
	z-index: 3;
	position: absolute;
	top: 540px;
	left: 0px;
	background-color: #cbcfea;
	width:	600px;
	text-align: center;
	padding: 3px;
	border: double gray 3px;
}



/* style für die methode seite */
#rose{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */


	width: 900px;
	padding: 0px;


	background-image: url(../bilder/hintergrund_methode_rose.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
	background-color: transparent;
}

.block{
	text-align: justify;
}

.wrap_700{
	width: 740px;
}		
		

div#body {

	background-color: #fff697;
	}
	
	
	
div#body2 {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */


	/*
	width: 956px;
	height: 1500px;
	*/
	width: 990px;
	padding: 0;
	background-color: transparent;
}

#body2 table{
	padding: 0;
	margin: 0;
}
	
div#impressum-body
{
	position:relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	/*
	width: 956px;
	height: 1500px;
	*/
	width: 1008px;
	height: 698px;
	padding: 0;
	background-image:url(../bilder/impressum_65.jpg);
}

.copy{
	font-size: 12px;
	padding-bottom: 10px;
}

div#impressum-table
{
	position:absolute;
	top:30px; 
	left:390px;
	width: 600px;
	height:400px;
}

.impressumnav{
	z-index: 2;
	position:relative;
	margin-top: 0px;
	/*margin-right: auto;
	margin-left: auto;*/
	margin-left:0px;
	background-color: #cbcfea;
	width:	600px;
	text-align: center;
	padding: 3px;
	border: double gray 3px;
}


div#impressum-table table
{
	color: rgb(255, 204, 0);
	border: 0;
	border-spacing: 0;
	text-align: right; 
	width: 600px;
	font-size: 18pt;
	font-weight: bold;
	line-height: 40px;	
}

.imgruenen {
	position:absolute;
	top:540px; 
	right:80px;
	width: 400px;
	height:130px;
	/*
	background-image:url(../bilder/transperentblue.png);
	background-repeat: repeat;
	border: solid gray 1px;
	*/
	z-index: 2;
	
	color: black;
}

.imgruenen p, .imgruenen pre{
	color: black;
	text-align: center;
}



.linkswrapper {
	padding: 20px;
	border: double #469855 3px;
}

.anw {
	border-left: double #5fb75f 3px;
	/*
	rosa: border-left: double #f67795 3px;
	*/
}

/* style für die Über Mich Seite */

.portrait {
float: right;
}

.kontaktfont{
vertical-align: top;
font-size: 22px;
font-family: sans-serif;
}

.kontakt{
	font-size: 35px;
	font-family:Times,serif;
}

.gedicht{
	text-align: center;
	font-style:italic;
	font-size: 22px;
}

.spacer {
	height: 25px;
}

.spacer2 {
	height: 50px;
}

.spacer3 {
	height: 75px;
}