/* Standard-CSS für germany-deutschland.com Version 1.0 */
/* ########################## ENGLISH ############################# */
/* Wichtige Farben
*/
html, body {
	background: #fff;
	font-size: 101%;
	text-align: center;
	margin: 0 auto;
}

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	color: #666;
}

a:visited {
	color: #333;
}

a:hover {
	color: #fd0000;
}

a:active {
	color: #fd0000;
}

strong {
	font-weight: bold;
}

.c {
	clear: both;
}

.center {
	text-align: center;
}

.centerkl {
	text-align: center;
	font-size: 0.7em;
}

img {
	border: 0;
}

.klein {
	font-size: 0.7em;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

#topbar {
	position: relative;
	background: #333;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 3px 0px;
	width: 770px;
	font: 0.7em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
}

#topbar a {
	text-decoration: none;
}

#topbar a:link {
	color: #fff;
}

#topbar a:visited {
	color: #fff;
}

#topbar a:hover {
	color: #fff;
}

#topbar a:active {
	color: #fff;
}

#topbar span {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	background: #fff;
	padding: 4px 3px 3px 3px;
	font-size: 0.9em;
}

#topbar span a {
	text-decoration: none;
	font-weight: normal;
	padding-left: 4px;
}

#topbar span a img {
	margin-bottom: -2px;
}

#topbar span a:link {
	color: #666;
}

#topbar span a:visited {
	color: #999;
}

#topbar span a:hover {
	color: #fd0000;
}

#topbar span a:active {
	color: #fd0000;
}

#redlane {
	height: 90px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fd0000 url(../../redlane_bg.jpg) no-repeat left top;
	width: 770px;
	margin: 0 auto;
}

#yellowlane {
	height: 11px;
	border: 1px solid #fff;
	background: #fc0;
	width: 770px;
	margin: 0 auto;
}

#navi {
	background: url(../../navi_bg.gif) repeat-x;
	height: 22px;
	border-bottom: 1px solid #f0f0f0;
	width: 768px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}

#navi a {
	text-decoration: none;
	font: 0.6em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 5px;
}

html>body #navi {
	width: 770px;
	height: 21px;
}

#content {
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	width: 769px;
	margin: 0 auto;
}

#html>body #content {
		width: 770px;
}

#content #ads {
	background: #f6f6f6;
	width: 180px;
	text-align: center;
}

#content #text {
	background: #fff;
	width: 590px;
}

#content h1 {
	font-size: 1.1em;
	margin: 10px 10px -5px 18px;
	color: #fd0000;
}

#content h2 {
	font-size: 0.9em;
	margin: 15px 10px -10px 18px;
	color: #fd0000;
}

#content h3 {
	font-size: 0.75em;
	margin: 15px 10px -10px 18px;
	color: #fd0000;
}

#content h4 {
	font-size: 0.75em;
	margin: 15px 10px -10px 18px;
	color: #666;
}

#content p, #content ul {
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 10px 20px;
}

#content ul {
	margin-left: 60px;
}

#content ul ul {
	margin: 2px 0 2px 20px;
	font-size: 1.0em;
}


#footer {
	background: #f6f6f6;
	width: 770px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 4px 0;
	color: #666;
}

