/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #cccccc url(images/siteback.jpg) repeat-x;*/
	background: #eeeeee url(images/siteback.jpg) repeat-x;
	color: #009999;
	/*color: #ffffff;*/
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #009999;
	/*color: #ffffff;*/
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

h3 {

	font-size: 1em;
}

p, blockquote {
	margin-top: 0;
}


img {
	border: none;
	margin: 0;
	padding: 0;
}
/*fuer rte blocksatz*/
.align-justify
{
text-align:justify;
}

/*fuer rte */
.align-center
{
text-align:center;
}

/*fuer rte */
.align-right
{
text-align:right;
}



/*Rahmen um alles*/
#rahmen {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	
	background: url(images/rahmenback.jpg) repeat-y;
}

/* Header */

#header {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	margin-top: 32px;
	/*background: url(images/banner4.gif) no-repeat;*/
}

#slogan {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	background: url(images/slogan2.jpg) no-repeat;
	border-top: 9px solid #ffffff;
}

#schritte {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background: url(images/schritte2.jpg) no-repeat;
	border-top: 5px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#buttonouter {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	background: url(images/backweiss1x1.jpg) repeat;
	border-bottom: 6px solid #ffffff;
}

#button {
	margin: 0 auto;
	margin-left: 280px;
	background: url(images/backweiss1x1.jpg) repeat;
}


#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
	
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}


/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bodyback.jpg) repeat-y;
	border-top: 8px solid #ffcc00;
}

#colTwo {
	float: right;
	width: 590px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 30px;
	/*background: url(images/backdunkel1x1.jpg) repeat;*/
}

#colThree {
	float: left;
	width: 325px;
	height: 289px;
	padding: 0px;
	margin-right: 10;
	/*background: url(images/backweiss1x1.jpg) repeat;*/
	background: url(images/bildzeilexxx.jpg) no-repeat;
	background-position: top right;
}

#sidemenu {
         /*float: left;*/
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-left: 7px;
	
}

#contentleft {

	padding: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/weissbg1x1.jpg) repeat;
}

#contentleftouter
{
   	float: right;
	width: 325px;
	margin: 0;
	padding: 0;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0px 5px 40px;
	background: url(images/backdunkel1x1.jpg) repeat;
	/*font-size: smaller;*/
	color: #ffffff;
}

#footer a {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  }

#footer a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #09d6d6;
  }
  
  #footer a:visited {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  }



#linklisteunten {
	width: 940px;
	margin: 0 auto;
	padding: 3px 0px 3px 40px;
	background: url(images/backhell1x1.jpg) repeat;
	color: #ffffff;
	border-top: 8px solid #ffcc00;
}

#linklisteunten a {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  }

#linklisteunten a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #cccccc;
  }
  
  #linklisteunten a:visited {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  }


