html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}

body
{
	background: #FFF url(../images/bg_background.jpg) 0 0 repeat;
	color: #333;
	font: 11px Verdana, Arial, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}

#search {
	float:right;
	width: 200px;
	margin: 10px 10px 0 0;
}

#topmenue{
	float: left;
	padding: 10px 0 0 25px;
}

/************************************************************** container **/
#wrap {
	margin: 0 auto !important;
	padding: 0;
	background: #fff;
	width: 870px;
	height: 700px;
}

/* layout structure */
#header {
	margin: 0 auto;
	width:  870px;
	height: 175px;
	color: #C3EAFB;
	text-align: left;
	background-repeat: no-repeat;
}

#logo {
    clear: both;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    border: none;
  }
  
/* menue background vertical */
#menue {
	margin: 0 auto;
  	width: 870px; 
	height: 30px;
	background-image: url(../images/menuebg.gif);
	background-repeat:no-repeat;
	border-top: 0px solid silver;
}  

#teaserbox{
	margin-top: 10px;
	/*width: 870px;
	height: 184px; */
}

#page {
  width: 870px;
  height: auto;
  text-align: left;
  background: #fff;
  margin: 15px auto 0 auto;
  font-size:1.2em;
}
	
/************************************************************************** general formats **/

a, a:visited, 
   a:link, 
   a:hover,
   a:active, {
  color: #333;
  text-decoration: none;
}

a:hover {
	color: #E50454;
}

h1{
	font-size: 18px;
	color: #E50454;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0;
	background: #DAF0FC url(../images/title-bg.gif) no-repeat;
	padding: 5px 0 0 22px;
}

h2 {
	font-size: 12px;
	padding: 0 0 0 10px;
	margin-top: 30px;
	line-height: 1.2em;
	color: #156578;
}

h3 {
	background-color: #ccc;
	font-size: 12px;
	padding-left: 10px;
}

h2.menue {
	color: #FF0000;
}

h2.ticker {
	text-align: center;
}

h2.content {
  background-color:#333;
  color: #fff;
}


h3 a {
	color:#000;
	text-decoration:none;
}

p {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.6em;
}


td {
	padding: 0 0 6px 0;
	font-size: 11px;
}

ul {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	line-height: 1.5em;
}

	ul li {
		margin: 0;
		padding: 0;
	}
	
	ul li a, 
	ul li a:visited {
		color: #156578;
		text-decoration: none;
	}
	
	ul li a:hover {
		color: #333;
		text-decoration: underline;
	}
	
	ul li a:active {
		color: #E50454;
		text-decoration: underline;
	}

ol {
	font-size: 11px;
	margin: 4px 0 0 10px;
	line-height: 1.5em;
	padding-left: 40px;
}
	
/*********************************************************************+ search box input and submit **/
#ajaxSearch_input {
	padding: 0;
	margin: 0;
	width: 110px;
	margin-right: 10px;
}

	#ajaxSearch_submit {
		padding: 0;
		margin: 0;
		width: 50px;
		border: 1px solid #FFF;
		background-color: #E50457;
		font-size: 11px;
		font-weight: bold;
		color: #FFF;
		cursor: pointer;
	}

	.ajaxSearch_resultDescription {
		font-size: 0.8em;
		color: #333;
		font-style: italic;
		}
	
	.ajaxSearch_extract p {
		background: #DAF0FC url(../images/bg-sr-text.gif) repeat-y;
		border: 1px solid #C6EBFA;
		font-size: 0.85em;
		padding: 5px;
		color: #156578;
	}
	
	.ajaxSearch_highlight1 {
		font-weight: bold;
	}
	
	.ajaxSearch_highlight2 {
		font-weight: bold;
	}
	
	.ajaxSearch_result {
		padding-top: 25px;
		}
	
	.ajaxSearch_resultsInfo {
		font-size: 1.2em;
		font-weight: bold;
		color: #156578;
		}
	
	a.ajaxSearch_resultLink {
		font-size: 1.1em;
		color: #E50454;
	}
	
	a:hover.ajaxSearch_resultLink {
		font-size: 1.1em;
		color: #E50454;
		text-decoration: underline;
	}
	
	* html #ajaxSearch_submit {
		height:20px;
	}

/*************************************************************************** menues **/
.topmenue, 
.mainmenue {
	margin: 0;
	padding: 0;
	list-style: none;	
}

	.topmenue li, 
	.mainmenue li {
		display: inline;
		font-size: 11px;
	}

	.topmenue li {
		padding: 0 10px 10px 0;
	}

	.topmenue li a {
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
	}
	
	.topmenue li a:hover{
		color: #FFF;
		text-decoration: underline;
	}
	
	.topmenue li a:visited{
		color: #FFF;
		text-decoration: none;
	}

.footermenue, 
.footermenue2 {
	background: #D3D3D3 url(../images/footer-bg.jpg) no-repeat;
	width: 870;
	height: 30px;
	margin: 0 !important;
	padding: 0 0 0 345px;
	list-style: none;
	font-size: 11px;
}

	.footermenue li, 
	.footermenue2 li {
		float: left;
		margin: 0;
		padding: 6px 6px 0 6px;
	}
	
	.footermenue li a, 
	.footermenue2 li a {
		padding: 10px 0 0 0;
		color: #333;
		text-decoration: none;
	}
	
	.footermenue li a:hover, 
	.footermenue2 li a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
	.footermenue li a:visited,
	.footermenue2 li a:visited {
		color: #333;
		text-decoration: none;
	}
	
.footermenue2 {
	background: #DAF0FC url(../images/footer-bg2.jpg) no-repeat;
}

/******************************************************************************** main menue */
.mainmenue {
	height: 24px;
	/* margin: 0 0 0 146px;
	>margin: 0 0 0 170px; */
	padding-top: 8px;
}
 
	.mainmenue li {
		margin-top:6px;
		padding: 5px 17px 10px 0;	
		font-size: 1.3em;
		letter-spacing: 0.05em;
	} 

	.mainmenue li a {
		color: #333;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
	}

	.mainmenue li a:visited {
		text-decoration: none;
		color: #333; 
	}

	.mainmenue li a:hover, 
	.mainmenue li.current a, 
	.mainmenue li.current last a {
		color: #E50454;
	}

#description ul li a{
	font-size: 0.6em;
}

	.mainmenue li a.hotline {
		text-decoration: none;
		background: #E50454; 
		color: #fff; 
		padding:0 5px;
	}


/******************************************************************************************* sidebar **/

#sidebar {
	float: left;
	background: #99DAF0 url(../images/bg-sidebar.gif) no-repeat;
	width: 225px;
	height: 100%;
	font-size: 0.95em;
	color: #156578;
	line-height: 1.5em;
}
	
	.sidebar-content {
		margin: 35px 10px 0px 13px;
	}
	
	.sidebar-content td {
		font-size: 11px;
	}

	.border-bottom { /**IE hack**/
		margin-bottom: -3px;
	}
	
	#sidebar img{
		border:none;
	}
	
	.sidebar-content td a {
		text-decoration: none;
		color: #156578;
		font-size: 11px;
		font-weight: normal;
	}
	
	.sidebar-content td a:hover, 
	.sidebar-content td.current a {
		text-decoration: none;
		color: #E50454;
		font-size: 11px;
		font-weight: normal;
	}


/*************************************************************************************** content */
#content
{
	float: right;
	width: 620px;
	background: #DAF0FC url(../images/content-bg.gif) bottom no-repeat;
/* min-height hat hier nichts zu suchen und zerschiesst ie7, agent
	min-height: 348px;
	>height: 348px;
*/
}

#content label {
	clear: both;
	float: left;
	margin: 4px 0;
	width: 175px;
}

#content fieldset {
	border: none;
}

.inhalt
{
	margin: 12px;
	font-size: 1.1em;
	padding: 5px 10px 20px 10px;
}


#content a
 a:visited
 a:link,
 a:active
{
  color: #E50454;
  text-decoration: none;
}


#content a:hover {
	text-decoration: underline;
}


/**************************************************************** fieldsets and inputs **/

fieldset.order {
	border: 1px solid #666;
	background-color: #DAF0FC;
	font: 11px Verdana, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

fieldset.order h2{
	font-size: 14px;
	background: #fff;
}


fieldset.order p{
	font-size: 11px;
	margin-left:10px;
}

fieldset.order label{
	padding-left: 11px;
}

fieldset.order input.contactField, fieldset.order input.contactField_small{
	border: 1px solid #666;
}

fieldset.order input.contactField_small{
	width: 70px;
}

fieldset.order input.contactFieldReadonlyPrice{
	width: 50px;
	border: none;
	background-color: #DAF0FC;
}


.rightdiv {
	width: 100%;
	float:left;
	text-align:right;
}

/************************************************************* fehlermeldung formatierung */

div.errors {
	padding:0;
	margin:0;
	color: #E50454;
	font-size: 11px;
  	line-height:1.3em;
}

p.error{
	color: #E50454;
}

#error_agb a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

	#error_agb a:hover {
		text-decoration: underline;
	}

/*
#EmailForm .invalidValue, #OrderForm .invalidValue{ 
	background: #FFDFDF; 
	border: 1px solid #E50454; 
}

#EmailForm .requiredValue, #OrderForm .requiredValue{ 
	background: #FFFFDF; 
	border: 1px solid #E50454; 
}
*/

#EmailForm .invalidValue, .invalidValue{ 
	background: #FFDFDF !important;
	border: 1px solid #E50454 !important;
}

#EmailForm .requiredValue, .requiredValue{ 
	background: #FFFFDF !important; 
	border: 1px solid #E50454 !important; 
}

form em {
	color: #f00;
        font-weight: bold;
        font-style: normal;
}

#EmailForm label, #OrderForm label{
	width:200px;
	font-size: 11px;
	color: #333;
}
.blend {
	height: 442px;
	width: 267px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
}
.blend a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.desc {
	position: absolute;
	top: 162px;
	left: 0;
	z-index: 999;
    color: #fff;
}

#teaser-content {
	font-size: 12px;
}


#teaser-content a:hover {
	color: #E50454;
	text-decoration: underline;
}

#teaser-texte {
    color: #333;
    float: left;
    text-align: left;
    margin-top: 15px;
}

#teaser-texte a {
	font-size: 12px;
	color: #333;
    text-decoration: underine;
}

#blog-content {
    color: #333;
    float:left;
    text-align: left;
    margin-top: 15px;
}

#blog-content li {
	list-style-type: none;
}

#blog-content a {
	font-size: 12px;
	color: #333;
    text-decoration: none;
}

/*************************************************************************** footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	border: none;
	background: #fff;
	text-align: left;
	color: #D3D3D3;
	
}

#footer a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}



/* hide print footer for screen */
#print {
  display: none;
}
