/* CSS Document appel-autofit.de */


body {
	margin: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(bg.gif) repeat-y #FFF;
	line-height: 125%;
}
#container {
	width: 95%;
}
#header {
	height:115px;
	background:url(header.gif) no-repeat #BABABA;
	text-align:right;
}
#callback {
	height: 115px;
	text-align: right;
}
#menu {
	width: 188px;
	float: left;
	padding-top: 35px;
	font-size:11px;
	background: url(menu.gif) top left no-repeat;
	font-weight:bold;
	color: #FFF;
}
#content {
	width: 700px;
	float: left;
	margin: 34px 0 0 18px;
}

/*
 * Menustyles
 */
#menu ul {
	margin:0;
	padding:0;
	list-style: none;
	line-height: 150%;
}
#menu ul li {
	margin-left: 10px;
}
#menu a:link,
#menu a:active,
#menu a:visited {
	color: #FFF;
	text-decoration:none;
}

#menu a:hover,
#menu a:focus {
	color: #FFF;
	text-decoration:underline;
}

#content a:link,
#content a:active,
#content a:visited {
	color: #CE0326;
	font-weight:bold;
	text-decoration: underline;
}

#content a:hover,
#content a:focus {
	color: #CE0326;
	font-weight:bold;
	text-decoration: none;
}

h1, h2, h3 {
	color: #CE0326;
	font-size: 20px;
	line-height: 100%;
}
h4, h5, h6{
	color: #CE0326;
	font-size: 16px;
	line-height: 100%;
}
a img {border: 2px solid  #BABABA;padding: 1px;}
a:hover img {border: 2px solid  #CE0326;padding:1px;}
div#callback a img {border: 0 none; padding: 0;}