
font-family: 'Droid Sans', sans-serif;
font-family: 'Oxygen', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

 
body {
	background-attachment: fixed;
	background-image: url(../../images/layout/bg_general.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #efefef;
	margin-top: 20px;
	margin-bottom: 20px;
  }

  
div#Content {
	width: 900px;
	padding: 0;
	text-align:left;
	margin: 0 auto;
	background-color:#fff;
	background-attachment: scroll;
	background-image: url(../../images/bg_s_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: solid #ccc 1px;	
	
  }
  
.title {
	font-family: Franklin_Medium,Verdana;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
}

.header {
	font-family: Source Sans Pro;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
}
 

td {
	color: #333;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: 400;
	line-height: 22px;
}


input {
	color: #000000;
	font-size: 14px;
font-family: Droid Sans;
	font-weight: 400;
	margin: 0;
	padding: 0em;
	text-align: left;
	background-image: none;
	border: 1px solid #CCCCCC;
	height: 20px;


}
textarea {
	color: #000000;
	font-size: 14px;
	font-family: Droid Sans;
	font-weight: 400;
	margin: 0;
	padding: 0em;
	text-align: left;
	background-image: none;
	border: 1px solid #CCCCCC;

}
.button {
	color: #333;
	font-size: 11px;
	font-family: Droid Sans;
	font-weight: 400;
	margin: 0;
	padding: 0em;
	text-align: center;
	background-image: none;
	border: 1px solid #666;
	background-color: #CCC;
	font-weight: normal;
}
.input {

	color: #000000;
	font-size: 14px;
	font-family: Droid Sans;
	font-weight: 400;
	margin: 0;
	padding: 0em;
	text-align: left;
	background-image: none;
	border: 1px solid #CCCCCC;
	height: 20px;
}
.klein {
	font-family: Franklin_Book;
	font-size: 10px;
	color: #333;
}
.kleingrau {
	font-family: Droid Sans;
	font-weight: 400;
	font-size: 11px;
	color: #999;
}
.weiss {
	ffont-family: Droid Sans;
	font-weight: 400;
	font-size: 10px;
	color: #FFF;
}



a:link {
	color: #4363a7;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: 400;
	text-decoration: none;
	border-bottom: solid #4363a7 1px;
	padding-bottom: 1px;
}

a:visited {
	color: #4363a7;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: 400;
	text-decoration: none;
	border-bottom: solid #4363a7 1px;
	padding-bottom: 1px;
}

a:hover {
	color: #e17b4a;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: 400;
	text-decoration: none;
	border-bottom: solid #e17b4a 1px;
	padding-bottom: 1px;
}

a:active {
	color: #e17b4a;
	font-size: 16px;
	font-family: Droid Sans;
	font-weight: 400;
	text-decoration: none;
	border-bottom: solid #e17b4a 1px;
	padding-bottom: 1px;
}
