

/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #EBEBD4 url(../pix/global/bg1.jpg);
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #63B429;
	text-decoration: none;
}


/** Header Style Starts Here */

#header {
	width: 800px;
	height: 80px;
	margin: 0;
	padding: 30px 0 10px 55px;
	background: url(../pix/global/logo_hellgrau1.jpg) no-repeat left 90%;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 30px 0 10px 55px;
	font-size: 160%;
	font-weight: normal;
	color: #888782;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../pix/global/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-left: 35px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
text-decoration: underline;
}

#menu .first a  {
	padding-left: 0;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../pix/global/image05.jpg) repeat-y;
}

#page-top {
	background: url(../pix/global/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: url(../pix/global/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	padding: 40px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 120%;
	font-weight: normal;
	color: #666666;
}

#content h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	color: #63B429;
	font-weight: bold;
}

#content h4 {
	margin: 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	color: #63B429;
	font-weight: bold;
}


#content ul {
	margin: 0;
	padding-top: 10px;
	padding-left: 14px;
}

#content li {
	padding-bottom:5px;
}

#content a {
	color: #FF9900;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size: 90%;
}

#content a:hover {
	text-decoration: underline;
}


a.anchor 
{
	background:none !important;
}


#content DIV.panel
{
background-color:#ffffff;
padding:8px;
border:1px #63B429 solid;
margin-top:20px;
margin-bottom:20px;
}

/** Sidebar Style Starts Here */

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 36px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 140%;
	color: #63B429;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin-top: 15px;
	padding-bottom:10px;
}

#sidebar a {
	color: #FF9900;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size: 90%;
}

#sidebar a:hover {
	text-decoration: underline;
}


/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../pix/global/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-left: 52px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/** Extra Styles */



FORM
{
margin:0px;
}

INPUT,TEXTAREA,SELECT
{
border: 1px solid #b1b1ac;
font-size:11px;
margin-bottom:10px;
font-family:verdana;
background-color:#ffffff;
color:#666666;
}

.submit
{
border-top: 1px solid #990000;
border-left: 1px solid #990000;
border-bottom: 1px solid #990000;
border-right: 1px solid #990000;
color:#990000;
font-weight:bold;
background-color:#ffffff;
}

.bold
{
font-weight:bold;
}


.boldgrey
{
font-weight:bold;
color:#666666;
}

.red
{
color:#990000;
}

.green
{
color:#63B429;
}

.boldgreen
{
font-weight:bold;
color:#63B429;
}

.boldorange
{
font-weight:bold;
color:#FF9900;
}

.grey
{
color:#666666;
font-style:regular;
}

.zitat
{
font-style:italic;
color:#63B429;
}

.textrechts
{
font-style:italic;
font-weight:regular;
color:#990000;
margin:90px;
}


.hinweis
{
font-weight:bold;
color:#FF3300;
align:center;
font-size:13px;
}





