@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	margin: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-weight: bold;
	font-size: 14px;
}

.hallux{
	font-size: 16px;
	font-weight: bold;
	color: #F26E22;
}
.hammerzehen{
	font-size: 16px;
	font-weight: bold;
	color: #3ABDF1;
	}
.huehneraugen{
	font-size: 16px;
	font-weight: bold;
	color: #02b946;
	}
.spreiz{
	font-size: 16px;
	font-weight: bold;
	color: #f1be0d;
	}	
.pflege{
	font-size: 16px;
	font-weight: bold;
	color: #e6cab0;
	}		
.einlagen{
	font-size: 16px;
	font-weight: bold;
	color: #3d4fa4;
	}		
.main{
	width: 936px;
	height: 625px;
	border-right: 1px solid #FF0000;
}

.header{
	height: 84px;
	border-bottom: 1px solid #e2001a;
}

.navigation{
	height: 23px;
}

.content{
	height: 503px;
}

.contentDetail{
	height: 480px;
}

.footer{
	height: 37px;
	background-image: url(../_img/footer.gif);
}
a:link {
	color: #E3001B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E3001B;
}
a:hover {
	text-decoration: none;
	color: #E3001B;
}
a:active {
	text-decoration: none;
	color: #E3001B;
}