
body
{
	background-color: #F9F9F7;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #696969;
	margin-top:0px;
}

a
{
	color: #cc0000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

sup
{
	font-size: 0.5em;
}


p
{
	margin-bottom: 14px;
}



.img_fll
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.img_flr
{
	float: right;
	margin: 0px 0px 10px 10px;
}



#outer
{
	position: relative;
	width: 747px;
	margin: 0 auto;
	background: url(../img_design/abg.gif) repeat-y;
}

#inner
{
	float:left;
	padding: 13px 30px 13px 30px;
	z-index: 2;
	background: url(../img_design/abg.gif) repeat-y;
}

#header
{
	float:left;
	width: 688px;
	height:190px;
	color: #ffffff;
	border-bottom:15px solid #ff9900;
	margin-bottom:20px;
	padding-bottom:1px;
}

/* Hauptnavigation */

#menu
{
	float:left;
	background-color: #ff9900;
	padding: 0px 20px 0px 5px;
	color:#ffffff;
	width:663px;
	margin:0px 0px 1px 0px;
}

#menu ul
{
	margin:0px;
	padding:0px;
}

#menu ul li
{
	display: inline;
	padding-left: 3px;
}


#menu ul li a
{
	padding: 8px 12px 8px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
#menu ul li a.active
{
	padding: 8px 12px 8px 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

#menu ul li a:hover
{
	color: #ffffff;
	text-decoration:underline;
}

/* Subnavigation */
#navigation
{
	width: 180px;
	float: right;
}

#navigation ul
{
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}

#navigation ul li
{
	display: block;
	list-style: none;
}


#navigation ul li a
{
	font-size: 12px;
	color: #ff6600;
	font-weight: normal;
	text-decoration:none;
}

#navigation ul li a.active
{
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	text-decoration:underline;
}

#navigation ul li a.active:hover
{
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	text-decoration:underline;
}

#navigation ul li a:hover
{
	color: #ff6600;
	text-decoration:underline;
}

/* Inhalt */

#content
{
	width: 480px;
	float: left;
}

#content h1
{
	color:#ff6600;
	font-size:18px;
}

#content h2 
{
	color:#ff6600;
	font-size:16px;
}

#content h3
{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 25px;
	color: #696969;
	background: url(../img_design/a22.gif) bottom repeat-x;
	padding: 0px 0px 2px 0px;
	margin-bottom: 20px;
}


/* sidebar */

#navigation h1
{
	color:#ff6600;
	font-size:18px;
}

#navigation h2 
{
	color:#ff6600;
	font-size:16px;
}

#navigation h3
{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 25px;
	color: #696969;
	background: url(../img_design/a22.gif) bottom repeat-x;
	padding: 0px 0px 2px 0px;
	margin-bottom: 20px;
}


#footer
{
	float:left;
	height: 67px;
	padding: 20px 10px 20px 10px;
	margin: 98px 0px 20px 0px;
	color: #696969;
	text-align:center;
	width:668px;
	background: url(../img_design/a22.gif) top repeat-x;
}

#footer a
{
	color: #cc0000;
}

#backlinks
{
	float:left;
	color:#696969;
	width:668px;
	padding: 20px 10px 20px 10px;
}


label.text,
label.textarea 
{
	float:left;
	width:180px;
}

div.element
{
	display:block;
	margin-bottom:2px;
}

input.text
{
	width:250px;
}

textarea.textarea 
{
	width:250px;
	height:50px;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}

#form-module p {
	margin:24px 0px 4px 0px;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #ff6600;
	width:430px;
	color:#ff6600;
}

#form-module input.submit { 
	margin:15px 5px 5px 180px;
	padding:2px 5px;
	cursor:pointer;
	font-size:12px;
}