/* HTML-Layout */
img.kopf {
	width: 590px;
	height: 126px;
}

img.navigation {
	width: 108px;
	color: #006AA9;
	height: 1px;
}

img.content {
	width: 480px;
	height: 1px;
}

body {
    background-color : White;
	background-attachment : scroll;
	background-image : url(images/bg-englisch.jpg);
	background-repeat : no-repeat;
}

td.layout {
	padding : 5px;
}

table.layout {
	width: 600px;
	margin:0px;
}

/* Schriftarten */
p,td,ol,ul,li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
} 

h2 {
font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

hr.fuss {
	width : 100%;
	height : 1px;
    color : black;
} 

/* Hyperlinks */
A {
	text-decoration : underline;
	color : black;
}

A:hover {
	text-decoration : none;
	color : White;
	background-color : #006AA9;
}

A.navigation {
	text-decoration : none;
	color : white;
	font-weight : bold;
}

A:HOVER.navigation {
	color : Silver;
	font-weight : bold;
	text-decoration : none;
	background-color : #006AA9;
}

.produkt {
	color : #006AA9;
}

.kleiner {
	font-size : 11 px;
}