body{
	font-family:arial;
}

.glowingtabs{
margin-top:10px;
float:right;
width:100%;
line-height:normal;
border-bottom: 5px solid #258C8E; /*Add border strip to bottom of menu*/
font-size:14px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-right: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
float:right;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: -2px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right top;
padding: 10px 10px 3px 3px;
font-weight:bold;
margin-bottom:-1px;
color:black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: white;
}

.glowingtabs a#active_menu{ /*Selected Tab style*/
background-position:0 -34px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a#active_menu span{ /*Selected Tab style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -34px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -34px; /*Shift background image up to start of 2nd tab image*/
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	text-align:center;
	padding-left:0px;
	margin-right:25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

/* Page */

#header{
	width:900px;
	height:141px;
	background: url(images/header4.jpg) no-repeat;
	text-align:right;
	padding-top:1px;
}

#header h1{
	color:white;
	font-size:56px;
	margin-top:20px;
	margin-right:20px;
	font-family: Century Gothic;
	letter-spacing:-3px;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 45px 25px;
	text-align:left;
}

/* Content */

#content {
	float: left;
	width: 610px;
	text-align:justify;
	padding-right:10px;
	border-right:5px solid #258C8E;
	margin-top:-2px;
	padding-top:15px;
	padding-bottom:65px;
	margin-bottom:-45px;
	min-height:800px;
	height:auto;
	z-index:1;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 800px;;
}
/**/



/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 72px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/footer2.gif) no-repeat;
	z-index:2;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #000000;
	font-size:18px;
	margin-left:40px;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}


#footer .credit {
	float: right;
}

.boxcontent{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contentpaneopen{
	width:100%;
	margin-bottom:-5px;
}

.buttonheading img{
	border:none;
}

.contentpaneopen h1{
	line-height:18px;
}

#button{
	background: url(images/button.jpg) no-repeat;
	background-color: transparent;
	border: 0;
	width:105px;
	height:25px;
	cursor: pointer;
	cursor: hand;
}

#dotted{
	border:5px dashed #000000;
	padding:10px;
}

#subscribeform input.submit{
	margin-top:0px;
	margin-left:-95px;
    border:none;
	width:104px;
	height:28px;
	background: none;
    background-image: url("../images/anmelden.jpg");
	background-repeat: no-repeat;
}

#unsubscribeform input.submit{
    border:none;
    margin-top:4px;
    margin-left:25px;
	width:104px;
	height:26px;
	background-image: url("../images/abmelden.jpg");
	background-repeat: no-repeat;
}

#subscribeform #name{
	margin-left:-150px;
}

#subscribeform #email{
	position:absolute;
	margin-top:40px;
	margin-left:-192px;
}

#newsletter h2{
	margin-bottom:0px;
}

/* for Internet Explorer */
/*\*/
#subscribeform #name{
	margin-left:-153px\0/;
}

#subscribeform #email{
	margin-left:-202px\0/;
}

* html #subscribeform #name{
	margin-left:-153px;
}

* html #subscribeform #email{
	margin-left:-202px;
}

*+html #subscribeform #name{
	margin-left:-153px;
}

*+html #subscribeform #email{
	margin-left:-202px;
}

* html #unsubscribeform input.submit{
    margin-top:-37px;
}

/**/

#marquee{
	height:30px;
	padding-top:15px;
}

.hasTip img{
	border:0px;
}

#submit{
   	display: block;
   	font-size:16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	color:#0000FF;
}


