/***** Links *****/

	/***** Links-Navi *****/

a:link.navi_	{
	font-size: 11pt;
	font-family: Comic Sans MS;
	color: #F89D17;
	text-decoration: none;
	}

a:visited.navi_	{
	font-size: 11pt;
	font-family: Comic Sans MS;
	color: #F89D17;
	text-decoration: none;
	}
	
a:hover.navi_	{
	font-size: 11pt;
	font-family: Comic Sans MS;
	color: #F89D17;
	text-decoration: underline;
	}
	
a:active.navi_	{
	font-size: 11pt;
	font-family: Comic Sans MS;
	color: #F89D17;
	text-decoration: underline;
	}
	
		/***** Links-Normal*****/
	
a:link	{
	font-size: 11pt;
	font-family: Arial;
	color: #F89D17;
	text-decoration: none;
	}

a:visited{
	font-size: 11pt;
	font-family: Arial;
	color: #F89D17;
	text-decoration: none;
	}
	
a:hover	{
	font-size: 11pt;
	font-family: Arial;
	color: #F89D17;
	text-decoration: underline;
	}
	
a:active	{
	font-size: 11pt;
	font-family: Arial;
	color: #F89D17;
	text-decoration: underline;
	}

/***** Design *****/

body {
	margin: 0px auto;
	background: url(../img/seite/footer_orange.png);
	}

	/***** "Rahmen" *****/
	
.main {
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	border: 0px solid black;
	}
	
.header_bg {
	height: 115px;
	width: 100%;
	background: url(../img/seite/header_bg.png);
	background-repeat: repeat-x;
	border: 0px solid black;
	}
	
.footer_bg {
	height: 120px;
	width: 100%;
	background: url(../img/seite/footer_bg_2.png);
	background-repeat: repeat-x;
	position: relative;
	bottom: 0px;
	border: 0px solid black;
	}
	
	/***** Mitte *****/
	
.middle{
	width: 780px;
	margin: 0px auto;
	border: 0px solid #000000;
	}
	
.navi {
	width: 155px;
	text-align: center;
	font-family: Comic Sans MS;
	color: #F89D17;
	float: left;
	padding: 10px;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px solid green;
}
	
.content {
	width: 560px;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	position: relative;
	margin-left: 190px;
	padding: 10px;
	border: 0px solid blue;
	}
	
.center {
	text-align: center;
	margin: 0px;
	border: 0px solid gray;
	}
	
.form {
	width: 350px;
}

img.profil {
	margin: 3px;
}

table {
	border: 0px solid #000000;
	border-collapse: collapse;
	}

.td {
	border: 1px solid #000000;
	padding: 4px;
	width: 600px;
	border-collapse: collapse;
	}
	
.td_orange {
	border: 1px solid #000000;
	padding: 4px;
	border-collapse: collapse;
	background: #F69B0E;
	color: #FFFFFF;
}

.td_weiss {
	border: 1px solid #000000;
	padding: 4px;
	border-collapse: collapse;
}
	
.table_head {
	background: #F69B0E;
	color: #FFFFFF;
	text-align: center;
	size: 12pt;
	}
	
.galerie {
	position: relative;
	text-align: center;
	margin: auto;
	}