@charset "utf-8";
/* CSS Document */
@import url("content.css");
@import url("navigation.css");

/*---------------------------------------------*/
/*------------------Allgemein------------------*/
/*---------------------------------------------*/
html,
body {
	background-color:#fff;
	width:100%;
	height:100.1%;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}

#wrapper {
	width: 960px;
	margin:0 auto;
	padding:0;
	height:auto;
	position:relative;
}

#header {
	background-image:url(../img/headerBackground_green.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	width: 100%;
	height:79px;
	margin:0;
	padding:0;
}

#logo {
	height:105px;
	width:220px;
	margin:0;
	padding:20px 20px 0 20px;
	text-align:center;
}

#logo a,
#logo img {
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
}

#leftColumn {
	background-image:url(../img/leftColumnBackground_green.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:260px;
	min-height:481px;
	margin:-79px 0 0 -10px;
}

#content {
	background-image:url(../img/contentLine_green.jpg);
	background-repeat:no-repeat;
	background-position:right 55px;
	width: 380px;
	min-height:440px;
	margin:0 10px;
	padding:24px 20px 0 0;
	float:left;
	position:relative;
}

#rightColumn {
	width:280px;
	margin:0 0 0 10px;
	padding:0;
	float:right;
}

#footer {
	width: 960px;
	height:40px;
}

.clear {
	clear:both;
}

/*---------------------------------------------*/
/*--------Allgemeine Formatierungen------------*/
/*---------------------------------------------*/

h1 {
	font-size:20px;
	font-weight:normal;
	color: #00635d;
	margin:0 -20px 20px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #01a89e;
	width:400px;
	margin:-18px -20px 20px 0\9
}

*+html h1 {
	margin:0 -20px 20px 0;
}

h2 {
	border-bottom:1px solid #01a89e;
	font-size:12px;
	font-weight:bold;
	color: #01a89e;
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	margin:-8px 0 5px 0\9
}

*+html h2 {
	margin:10px 0 5px 0;
}

p {
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	margin:0 0 0 0;
	padding:0 20px 15px 0;
}
/*p:first-line  {line-height:1;}*/

a {
	color:#01a89e;
	border-bottom: 2px solid #01a89e;
	text-decoration:none;
	padding:0 0 1px 0;
}

a:hover {
	color:#00635d;
	border-bottom: 2px solid #00635d;
}

