body {
 text-align : center;
 margin			: 20px;
 font-family: Arial;
 background	: #4D6990; /*aloa-blau*/
 color 			: #FFFFFF;
 font-size 	: 0.8em; 
}

/* Farben
rot : #FF0808;
blau	:	#006CDA;
dunkel blau : #003B78;
orange : #D6882C;
hell grau : #D4D4D4; 
*/

* {
	margin : 0;
	padding: 0;
}

td {
	font-family : Arial;
	color				: #FFFFFF;
	vertical-align : top;
}

div {
	text-align : left
}
div.home {
	width	: 362px;
	float	: left;
	margin: 0 15px 20px 0;
	font-size : 0.85em;
	min-height: 157px;
}
div.farbe {
	width	: 142px;
	float	: left;
	margin: 0 0 1em 0;
	text-align : center;
}

p { margin : 1em 0; }

ul { margin-left : 1.3em; }

#content {
 width 				: 960px;
 text-align 	: left;
 margin-left	: auto;
 margin-right : auto;
 border 			: 10px solid #FFFFFF;
 background		: #000000;
}

h1 {
	font-size : 1.1em;
	color			: #D6882C;
	text-transform : uppercase;
	margin-bottom : 1em;
}

h2 {
	font-size : 1.3em;
	color			: #D6882C;
	margin-bottom : 1em;
}

h3 {
	font-size : 1em;
	color			: #006CDA;
	text-transform : uppercase;
	margin-bottom : -1em;
}

a {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #006CDA; }

a.menu {
 	display : inline-block;
 	margin	: 0 18px;
 	font-size : 12px;
 	text-transform : uppercase;
}
a.menu:hover {
 	color : #006CDA;
 	text-decoration : underline;
}
a.menu_on {
 	display : inline-block;
 	margin	: 0 18px;
 	font-size : 12px;
 	text-transform : uppercase;
 	color : #006CDA;
 	text-decoration : underline;
}

a.submenu {
	display 		 : block;
	font-size		 : 11px;
	color				 : #FFFFFF;
	padding			 : 0 0 8px 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666666;
	background	 : url(images/menu.gif) no-repeat 0 4px;
	text-transform : uppercase;
}
a.submenu:hover {
 	color 		: #006CDA;
}
a.submenu_on {
	display 		 : block;
	font-size		 : 11px;
	color				 : #006CDA;
	padding			 : 0 0 8px 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666666;
	background	 : url(images/menu_on.gif) no-repeat 0 4px;
	text-transform : uppercase;
}

a.link {
	color			: #FFFFFF;
	background: url(images/menu.gif) no-repeat 0 5px;
	padding-left : 12px;
}
a.link:hover {
	color 		: #006CDA;
}

img {
	border : none;
}
img.home {
	width : 185px;
	height: 145px;
	float	: left;
	margin: 0 15px 2em 0;
	border: 6px solid #FFFFFF;
}
img.farben {
	width	: 426px;
	height: 150px;
}

textarea, input {
	font-family : Arial;
	color				: #333333;
	border			: none;
	background	: #FFFFFF;
	margin-bottom : 1px;
	font-size		: 1em;
}

input.randlos {
	background : none;
}

#scroll {
 	position : absolute;
 	top      : 0px;
 	bottom   : -0.1px;
 	z-index  : -1;
	visible  : hidden;
 	width    : 1px;
}