/******************************************************************************
*                       Styles und Positionierung                             *
******************************************************************************/

body {
  	background: url(../gfx/body-home.gif) repeat-x #ffffff;
  	height: 300px;
}

#top {
	background: url(../gfx/top-home.jpg) no-repeat #ffffff;
}

/* --- Content --- */

#content-top {
	background: url(../gfx/content-top-home.jpg) no-repeat #ffffff;
	width: 795px;
	height: 110px;
}

#mitgliedgruss {
	width: 400px;
	padding-top: 50px;
	padding-left: 20px;
	line-height: 1.5em;
	color: #ffffff;
}

#content-main {
	background: url(../gfx/content-back-home.gif) repeat-y #ffffff;
	margin-bottom: 30px;
}

#content-main div {
	color: #444444;
	font-size: 0.7em;
}

#content-main h2 {
	color: #209e55;
	font-size: 1em;
}

#content-main h3 {
	color: #444444;
	font-size: 0.9em;
	margin: 2px;
}

#content-left {
	width: 370px;
	float: left;
	margin-left: 40px;
}

#content-right {
	width: 290px;
	float: left;
	margin-left: 70px;
}

#content-right p {
	margin-top: 0;
	margin-bottom: 25px;
}

#content-right img {
	margin-right: 10px;
}

#content-right, #content-main a {
	color: #f56f0b;
}

#welcomenote {
	padding: 5px;
	border: 1px solid #209e55;
	background-color: #f5f5f5;
	font-size: .9em !important;
}

#welcomenote p, #welcomenote h2 {
	margin: 1em;
}

/**************************** IE SPECIAL ****************************/

*html #content-left {
	margin-left: 15px;
}

