@font-face {
    font-family: Book Antiqua;
    font-style:  normal;
    font-weight: normal;
    src: url(layout\BOOKANT0.eot);
}

body,td,div {
	font-family: "Book Antiqua";
	font-size: 15px;
	color: #475677;
}

body.index {
	background-color: #FE6000;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
}

a {
	font-family: "Book Antiqua";
	font-size: 15px;
	color: #475677;
	text-decoration:none;
	font-weight:bold;	
}

a:link, a:visited {

}

a:hover {
	text-decoration:underline;
}

a:active {
	font-style:italic;
}

a.Menu,a.MenuA {
	display:block;
	width:160px;
	padding:4px;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	margin-right:2px;
	margin-left:2px;
	margin-top:4px;
	color: #F6F101;
	text-align:center;
}
a.Menu:link,a.Menu:visited { font-style:normal;text-decoration:none;background-color: #475677; border:1px outset #152447; padding-top:4px; padding-bottom:4px;}
a.Menu:hover,a.Menu:active { font-style:normal;text-decoration:none;background-color: #2C374D; border:1px inset #152447;  padding-top:5px; padding-bottom:3px;}
a.MenuA:link,a.MenuA:visited { font-style:normal;text-decoration:none;background-color: #2C374D; border:1px inset #152447;  padding-top:5px; padding-bottom:3px;}
a.MenuA:hover,a.MenuA:active { font-style:normal;text-decoration:none;background-color: #2C374D; border:1px inset #152447;  padding-top:5px; padding-bottom:3px;}

a.Selector {
	font-size: 20px;
	color: #475677;
	text-decoration:none;
	font-weight:bold;
}

div.Firmenschild {
	font-size: 13px;
	background-color: #fefefe;
	border:2px groove #cccccc;
	width:240px;
	height: 150px;
	display:block;
	float:left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor:pointer;
}
div.Firmenschild:first-line {
	font-weight:bold;
}

h1{
	font-weight:bold;
	font-size: 20px;
	display:block;
	width:100%
	padding:4px;
	color: #F6F101;
	text-align:center;
	background-color: #475677;
	border:1px outset #152447;
	padding-top:4px;
	padding-bottom:4px;
}
