* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
  overflow-y:scroll;
}

body {
  margin:0px;
  padding:0px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  font-size: 12px;
  background-color: #EAE3CD;
  color:#503D21;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:960px;
  margin:auto;

}



#header {
  position:relative;
  height:39px;
  text-align:right;
}

#container {
  position:relative;
  width:960px;
}

#nav {
  position:absolute;
  top:0px;
  left:0px;
  width:358px;
}

#left{
  position:absolute;
  top:57px;
  left:0px;
  width:410px;
  background-image: url(images/bg_points.gif);
  background-repeat: no-repeat;
}

#text_start{
	position:relative;
	width:350px;
	padding-left:15px;
}

#content {
	position:relative;
	margin-left:410px;
	width:550px;
	min-height:519px;
   height: auto !important;
   height:519px;
}

#logo {
	position:absolute;
	top:45px;
	left:355px;
}

#footer {
  position: relative;
  width:960px;
  margin:auto;
  background-image: url(images/hline.gif);
  background-repeat: repeat-x;
  height:70px;
  text-align:center;
  padding-top:10px;
  margin-top:20px;
}


#content2{
	background-color:#DECFAF;
	min-height:324px;
   height: auto !important;
   height:324px;
	padding:170px 25px 25px 25px;
	background-image: url(images/bg_content.jpg);
   background-repeat: repeat-x;
}

#headline{
	position:absolute;
	top:98px;
	right:0px;
}

.points{
	position:relative;
	background-image: url(images/hline.gif);
   background-repeat: repeat-x;
	margin-top:15px;	
}


/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:#881449;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#881449;
  padding:0px;
  margin:0px;
  display:inline;
}

/* links */
a,a:link,a:visited,a:active {
  font-style: normal;
  color: #598A2E;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-style: normal;
  color: #598A2E;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  color:#503D21;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  color:#503D21;
  text-decoration: none;
  font-weight : normal;
}

input,textarea,select{
  background-color : #FFFFFF;
  border:1px solid #A08153;
  padding:1px;
  color:#503D21;
}

ul {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

li {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

td.imag{
	background-color: #EAE4CE;
	text-align:center;
	vertical-align: middle;
	height:175px;
	width:165px;
}

.b {
	background-color: #CCBB9D;
	text-align:left;
}
.r {
	background-color: #BF6F8C;
	text-align:left;
}
.g {
	background-color: #DEC6C9;
	text-align:left;
}
.leer {
	background-color: #F4EDD8;
	text-align: center;
}

