/* +++++++++++++++++++Erstellt am 01.06.2009   Copyright Alexander Göhs+++++++++++++++++++++++++++*/

/* +++++++++browserstandards weg++++++++ */

* {
	margin: 0;
	padding: 0;
	border:0;
	
	}

/*+++++++schwarzer dynamischer Hintergrund++++++++++++*/

body {
	background:#fff;
/*	width:auto;*/}


h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #111111; letter-spacing: -1px; line-height: 1em; font-weight: normal; margin-bottom:15px; margin-top:20px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #676761; text-decoration:none;}

a { color: #676761; text-decoration:none;}

h1 { font-size: 14px; margin-left:300px; color:#999999; letter-spacing: 1px;margin-top:20px;}
h2 { font-size: 18px; margin-left:300px;color:#2e72af;}
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 24px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }


	
div#back {
	
	width: 900px;
	height:450px;
	margin-left: auto;
	margin-right: auto;

	}


div#center {
	
	width: 900px;
	height:768px;
	margin-left: auto;
	margin-right: auto;

	}
.text {
margin-top:30px;	
margin-left:300px;
  font-size: 14px;
  color: #2e72af;
  letter-spacing: 1px;
	}
	
a:hover: {color::#666;}


	


	
	
