/*********************************
	    Allgemeine Styles	
*********************************/
body{
	background-image:url(../images/site/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#87888a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding:0;
}

/*********************************
	   	 Überschriften	
*********************************/
h1{
	font-size:20px;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	letter-spacing:-1px;
}

h2{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px 0;
}

/*********************************
	   	  Trennlinie	
*********************************/
.linie{
	height:1px;
	border-bottom:1px dashed #ffec00;
}

/*********************************
	   	Aufzählung/Spalten	
*********************************/
dl#aufzaehl dd {
	list-style-type:none;
	background-image:url(../images/site/aufzaehl.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 0 0 0 10px;
	margin:0 0 0 0;
	font-weight:normal;
}
	
dl#aufzaehl{
	margin:5px 0 10px 0;
}

dl#partner dd{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style-type:none;
}

	dl#partner dd img{
		border:1px solid #ffec01;
	}

dl#kontakt dd{
	margin:0 5px 0 0;
	width:275px;
	padding:0;
	float:left;
	list-style-type:none;
}

/*********************************
	   		 Links	
*********************************/
a.mail {
	color:#fff;
	text-decoration: underline;
}
a.mail:hover {
	color:#fff;
	font-weight:bold;
}

a.link {
	color:#000;
	text-decoration: underline;
}
a.link:hover {
	color:#000;
	font-weight:bold;
}

a.link_tool {
	color:#000;
	text-decoration: underline;
}
a.link_tool:hover {
	color:#ffec00;
}

/****************************** Formular *******************************/
form input, form select,
form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#fff;
	width:260px;
	border:1px solid #c0c0c0;
	margin-bottom:5px;
}

form input, form select {
	height:21px;
}
	
form input:hover,
form textarea:hover {
	background-color:#e9eaeb;
	color:#000;
}

.checkbox {
	border:none;
	width:auto;
	background-color:none;
	margin:0 5px 8px 0;
	padding:0;
	height:13px;
}

input#submit { /* Submit-Button */
  float: none;
  width: 100px;
  margin-top:15px;
  height:23px;
  background-color:#e9eaeb;
  border:1px solid #ffec00;
  color:#000;
  font-weight:bold;
}



