tr.InputError td {
	color: red;
}

tr.InputError td b {
	color: black;
}

tr.InputError td input {
	border-style: solid;
	border-color: red;
}

a.WhiteButton {
	background-image: url('/gfx/bausteine/btn_bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 27px;
	position: relative;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	display: block;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

div#inhaltsbox .inhalt ul.referenzliste li {
	list-style-image	: none;
	list-style-type: square;
	color: #6bc02c;
	
}


div#inhaltsbox .inhalt ul.referenzliste li span {
	color: #666666;
}

div#inhaltsbox .inhalt h2.faqquestion {
	color: #6bc02c;
}

div#inhaltsbox .inhalt h2.faqquestion a:hover {
	color: #6bc02c;
	text-decoration: none;
}

div#inhaltsbox .inhalt ul.faqanswer li {
	list-style-image	: none;
	list-style-type: square;
}


div#inhaltsbox .inhalt ul.faqcontent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;	
}

div#inhaltsbox .inhalt ul.faqcontent li {
	list-style-image	: none;
	list-style-type: square;
	color: #6bc02c;
}



/*********************************/
/***** Webstyles f?r askallo *****/
/*********************************/

a.GreenButton {
  background-image: url('/gfx/inhalt/buttons/green-background.gif');
  background-repeat: repeat-x;
  height: 16px;
  border-width: 1px 1px 1px 1px;
  border-color: #94BD7B #4A8C29 #4A8C29 #94BD7B;
  border-style: solid;
  color: #4A8C29;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}

a.GreenButton:hover {
  color: white;
  text-decoration: none;
}

form.LoginBox input {
  font-size: 9pt;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 13px;
  position: relative;
  top: 0px;
}

/*** body und allgemeines ***/

body {
	margin			: 0px;
	padding			: 0px;
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	width			: 100%;
	height			: 100%;
	font-size		: 70%;
	background-color	: white;
}

.printlogo {
	display			: none;
}

div#center {
	text-align		: center;
	border			: 1px solid red;
}

a {
	color			: #6BC02C;
	text-decoration		: none;
}

a:hover {
	color			: #999999;
	text-decoration		: underline;

}

/* F?r die Radiobuttons, Checkboxen etc. im Anmeldevorgang */
input {
	position		:	relative;
	top				: 	3px;
}

/************************************/
/****** Kopfzeile und Globmenu ******/
/************************************/


div#header .globmenu {
	border			: 0px solid red;
	height			: 20px;
	padding			: 0px;
	margin			: 0px;
	margin-top		: 25px;
	margin-right		: 7px;
	float			: right;
	text-align		: right;
}



#header .teaser {
	border			: 0px solid red;
	width			: 450px;
	height			: 65px;
	float			: left;
	margin-top		: 65px;
	margin-left		: 20px;
	color			: white;
}

#header .teaser h1 {
	font-style		: italic;
	margin			: 0px;
	padding			: 0px;
	margin-top		: 10px;
	font-size		: 200%;
}

#header .teaser h2 {
	font-style		: italic;
	margin			: 0px;
	padding			: 0px;
	margin-top		: 5px;
	margin-left		: 100px;
	font-size		: 115%;
}


/****************************/
/****** Inhaltsbereich ******/
/****************************/

div#inhaltsbox {
	/*display			: table;*/
	border			: 0px solid red;
	border-bottom		: 1px solid #A9A9A9;
	width			: 840px;
	text-align		: left;
	padding-bottom		: 5px;
	padding-left		: 5px;
	/*background-image	: url('../gfx/infobereich/bg.gif');*/
	background-repeat	: repeat-y;
	background-position	: top right;
}

div#inhaltsboxAgbs {
	padding-left	: 30px;
	display			: table;
	border			: 0px solid red;
	border-bottom		: 1px solid #A9A9A9;
	width			: 500px;
	text-align		: left;
	padding-bottom		: 5px;
	
}


div#inhaltsbox .tr {
	display			: table-row;
	padding: 0;
	margin: 0;
}

div#inhaltsbox .tabellenrahmen {
	background-color	: #4E8C28;
	border				: 0 solid red;
}

div#inhaltsbox .tabellenrahmen td {
	background-color	: white;
	background-color	: #E8F8D7;	
}

div#inhaltsbox .tabellenrahmen td p {
	margin			: 0px;
	padding			: 0px;
}
/*#D4F2BC*/
div#inhaltsbox .flatbox {
	background-color	: #D4F2BC;
	color				: white;
	border				: 0px solid yellow;
	padding				: 0px;
	margin				: 0px;
	margin-bottom		: 20px;
}

div#inhaltsbox .greenbox {
	background-color	: #E8F8D7;
	color				: #666666;
	border				: 0px solid red;
	padding				: 0px;
	margin				: 0px;
	margin-bottom		: 7px;
}


div#inhaltsbox .greenbox p {
	padding				: 0px;
	margin				: 2px;
}

div#inhaltsbox .greenbox h2 {
	padding				: 0px;
	margin				: 2px;
}

div#inhaltsbox .flatbox h2 {
	font-size		: 115%;
	margin			: 0px;
	padding			: 0px;
}

div#inhaltsbox .flatbox td{
	background-color	: #F0FBE7;
	border				: 5px solid white;
	border-bottom		: 1px solid white;
	border-top			: 1px solid white;
	color				: #666666;
	margin				: 0px;
	padding				: 5px;
	padding-left		: 8px;
	padding-right		: 5px;
}

div#inhaltsbox .infobereich {
	border			: 0px solid green;
	width			: 175px;
	/*float			: right;*/
	display			: table-cell;
	/*display: inline;*/
  padding-left: 9px;
	padding-right: 0px;
	margin-right: 0px;
	vertical-align	: top;
}



/**************************************/
/****** Inhaltsbereich: INFOBOX *******/
/**************************************/

div#inhaltsbox .infobox {
	width			: 160px;
	text-align		: left;
	border			: 0px solid red;
	margin			: 0px;
	margin-left		: 5px;
	padding			: 0px;
	display			: table;
	margin-top		: 5px;
	margin-right		: 5px;
	font-size		: 90%;
}

div#inhaltsbox .infobox .inhalt h1 {
	margin			: 0px;
	padding			: 0px;
	font-size		: 115%;
	line-height		: 125%;
	font-weight		: bold;
	display			: table;
}

div#inhaltsbox .infobox .title {
	height			: 22px;
	background-image	: url('../gfx/infobereich/box_title.gif');
	background-repeat	: no-repeat;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}
div#inhaltsbox .infobox .hotlinepic {
	width			: 160px;
	margin			: 0px;
	padding			: 0px;
	display			: table;
}

div#inhaltsbox .infobox .inhalt {
	width			: 160px;
	background-image	: url('../gfx/infobereich/box_inhalt.gif');
	background-repeat	: repeat-y;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

div#inhaltsbox .infobox .title {
	height			: 22px;
	background-image	: url('../gfx/infobereich/box_title.gif');
	background-repeat	: no-repeat;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

div#inhaltsbox .infobox .footer {
	width			: 160px;
	height			: 9px;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

div#inhaltsbox .infobox .inhalt .inhaltstext {
	color			: #999999;
	margin			: 0px;
	margin-top		: 3px;
	margin-bottom	: 5px;
	margin-left		: 5px;
	margin-right	: 5px;
	padding			: 0px;
	border			: 0px solid red;
	line-height		: 115%;
	display			: block;
}

/**************************************/
/****** Inhaltsbereich: Reg-Infobox ***/
/**************************************/

div#inhaltsbox .reginfobox {
	width			: 160px;
	text-align		: left;
	border			: 0px solid;
	margin			: 0px;
	padding			: 0px;
	display			: block;
	margin-top		: 0px;
	margin-right	: 10px;
	font-size		: 90%;
}

div#inhaltsbox .reginfobox .inhalt {
	width			: 160px;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

/*
 * Klassen fuer die Boxen mit den Registrierungsschritten auf der linken Seite
 */
.regtable {
    width           : 150px;
    border-spacing  : 0;
}

.registrierung {
    color           : #999999;
    margin          : 0px;
    margin-top      : 5px;
    margin-bottom   : 5px;
    margin-left     : 5px;
    margin-right    : 5px;
    padding         : 0px;
    display         : block;
    width           : 100%;
}

.regtitle {
    font-style      : italic;
    font-weight     : bold;
    font-size       : 150%;
    background-color: white;
    color           : #999999;
    padding         : 3px;
    background-color: #dddddd;
    border          : 0px solid red;
    background-image    : url('/gfx/inhalt/reg/grau1.gif');
    background-repeat   : no-repeat;
}
.regfooter {
    background-image    : url('/gfx/inhalt/reg/grau2.gif');
    background-repeat   : no-repeat;
    height              : 3px;
    display             : block;
    margin              : 0px;
    padding             : 0px;
    border              : 0px solid red;
    margin-bottom       : 5px;
}

.reginhalt {
    font-size       : 120%;
    background-color: white;
    color           : #999999;
    padding         : 3px;
    border          : 1px solid #dddddd;
    border-bottom   : 0px solid #888888;    
    

}
.selregtitle {
    font-style      : italic;
    font-weight     : bold;
    font-size       : 150%;
    color           : white;
    padding         : 3px;
    background-color: #75D23C;
    border          : 0px solid red;
    background-image    : url('/gfx/inhalt/reg/gruen1.gif');
    background-repeat   : no-repeat;
    
}

.selregfooter {
    background-image    : url('/gfx/inhalt/reg/gruen2.gif');
    background-repeat   : no-repeat;
    display             :block;
    margin-bottom       : 5px;
    padding             : 0px;
    height              : 3px;
}

.selreginhalt {
    font-size       : 120%;
    background-color: white;
    color           : #999999;
    padding         : 3px;
    border          : 1px solid #75D23C;
    border-bottom   : 0px solid #888888;    
}
/*
 * Ende Klassen fuer die Boxen mit den Registrierungsschritten auf der linken Seite
 */

div#inhaltsbox .boxheadline {
	color			: #999999;
	display			: block;
	font-weight		: bold;
	margin			: 0px;
	margin-top		: 0px;
	margin-bottom	: 3px;
	margin-left		: 5px;
	padding			: 0px;
	padding-left	: 15px;
	padding-top		: 3px;
	border			: 0px solid red;
	background-image	: url('../gfx/inhalt/box_ueberschrift.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 5px;
}

div#inhaltsbox .boxheadlinemitte {
	color			: #999999;
	height			: 17px;
	display			: block;
	vertical-align	: middle;
	font-weight		: bold;
	margin			: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 5px;
	padding			: 0px;
	padding-left	: 15px;
	padding-top		: 3px;
	border			: 0px solid red;
	background-image	: url('../gfx/inhalt/box_ueberschrift.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 6px;
}

/**************************************/
/****** Inhaltsbereich: Inhalt ********/
/**************************************/

div#inhaltsbox .inhalt {
	border			: 0px solid red;
	vertical-align	: top;
	/*float			: left;*/
	display			: table-cell;
	/*display: block;*/
	padding-top		: 5px;
	
	padding-right: 6px;
	height: 100%;
	width: 650px;
}

/**************************************/
/****** Inhaltsbereich: Box-schmal ****/
/**************************************/

div#inhaltsbox .inhalt .boxschmal {
	border			: 0px solid green;
	width			: 210px;
	height			: 200px;
	margin-left	: 9px;
	margin-bottom	: 30px;
	float			: left;
	background-image	: url('../gfx/inhalt/box_schmal.gif');
	background-repeat	: no-repeat;
	display			: inline;
}




div#inhaltsbox .inhalt .boxschmal img {
	border-bottom		: 1px solid #A9A9A9;
	margin-top: 1px;
}

div#inhaltsbox .inhalt .boxschmal .bigbutton a {
	position		: absolute;
	top				: 370px;
	border			: 0px solid green;
	width			: 220px;
	height			: 41px;
	float			: left;
	background-image	: url('../gfx/inhalt/bigbutton_1.gif');
	background-repeat	: no-repeat;
	display			: inline;
	text-align		: center;
	color			: #6bc02c;
	text-decoration		: none;
	font-size		: 160%;
	font-weight		: bold;
	padding-top		: 8px;
}

div#inhaltsbox .inhalt .boxschmal .bigbutton a:hover {
	background-image	: url('../gfx/inhalt/bigbutton_2.gif');
	background-repeat	: no-repeat;
	color			: white;
}

/**************************************/
/****** Inhaltsbereich: Box-mitte *****/
/**************************************/
div#inhaltsbox .inhalt .boxmitte {
	border			: 0px solid green;
	width			: 475px;
	margin-right	: 0px;
	margin-bottom	: 5px;
	display			: table;
}

div#inhaltsbox .inhalt .boxmitte .titel {
	height			: 22px;
	background-image	: url('../gfx/inhalt/box_mitte_titel.gif');
	background-repeat	: no-repeat;
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid;
	display			: block;
}
div#inhaltsbox .inhalt .boxmitte .boxinhalt {
	background-image	: url('../gfx/inhalt/box_mitte_inhalt.gif');
	background-repeat	: repeat-y;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

div#inhaltsbox .inhalt .boxmitte .slogan {
	margin			: 0px;
	padding			: 0px;
	padding-top		: 10px;
	font-size		: 150%;
	line-height		: 120%;
	display			: table-cell;
	color			: #6BC02C;
	text-align		: left;
	vertical-align	: middle;
	font-style		: italic;
}

div#inhaltsbox .inhalt .boxmitte .inhaltstext {
	color			: #999999;
	margin			: 0px;
	margin-top		: 0px;
	margin-bottom	: 0px;
	margin-left		: 10px;
	margin-right	: 5px;
	padding			: 0px;
	padding-top		: 5px;
	padding-bottom	: 0px;
	padding-left	: 5px;
	border			: 0px solid green;
	line-height		: 115%;
	display			: inline;
}

div#inhaltsbox .inhalt .boxmitte table {
	border			: 0px solid red;
	margin			: 0px;
	padding			: 0px;
	padding-left	: 15px;
}

div#inhaltsbox .inhalt .boxmitte img {
	border			: 1px solid #999999;
	margin			: 0px;
	margin-top		: 8px;
	padding			: 0px;

}

div#inhaltsbox .inhalt .boxmitte ul {
	margin			: 15px;
	margin-left		: 22px;
	margin-bottom	: 10px;
	padding			: 0px;
	padding-bottom	: 10px;
	line-height		: 125%;
}

div#inhaltsbox .inhalt .boxmitte .bigbutton a {
	border			: 0px solid green;
	width			: 475px;
	height			: 41px;
	float			: left;
	background-image	: url('../gfx/inhalt/box_mitte_button1.gif');
	background-repeat	: no-repeat;
	display			: block;
	text-align		: center;
	color			: #4E8C28;
	text-decoration	: none;
	font-size		: 165%;
	font-weight		: bold;
	padding-top		: 9px;
	margin			: 0px;
}

div#inhaltsbox .inhalt .boxmitte .bigbutton a:hover {
	background-image	: url('../gfx/inhalt/box_mitte_button2.gif');
	background-repeat	: no-repeat;
	color			: white;
}

/**************************************/
/****** Inhaltsbereich: Box-breit ****/
/**************************************/
div#inhaltsbox .inhalt .boxbreit {
	border			: 0px solid green;
	width			: 650px;
	height			: 225px;
	margin-bottom	: 10px;
	float			: left;
	background-image	: url('../gfx/inhalt/box_breit2.gif');
	background-repeat	: no-repeat;
	display			: block;
}



/**************************************/
/****** Inhaltsbereich: Box-Start ****/
/**************************************/

div#inhaltsbox .inhalt .boxstart {
	border			: 0px solid green;
	width			: 650px;
	margin-right	: 0px;
	margin-bottom	: 5px;
	display			: inline;
}


div#inhaltsbox .inhalt .boxstart .boxinhalt {
	background-image	: url('/gfx/inhalt/boxstart/bg.gif');
	background-repeat	: repeat-y;
	width			: 650px;
	margin			: 0px;
	padding			: 0px;
	display			: block;
	font-size		: 95%;
}

div#inhaltsbox .inhalt .boxstart .footer {
	height			: 15px;
	width			: 650px;
	background-image	: url('/gfx/inhalt/boxstart/footer.gif');
	background-repeat	: no-repeat;
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid;
	display			: block;
}

div#inhaltsbox .inhalt .boxstart .boxinhalt table {
	width			: 650px;
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid blue;	
	display			: table;
}

div#inhaltsbox .inhalt .boxstart .boxinhalt td {
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid red;
	border-top		: 1px solid #888888;	
	display			: table-cell;
}

div#inhaltsbox .inhalt .boxstart .boxinhalt p {
	margin			: 0px;
	padding			: 5px 5px 0px 5px;
	color			: #666666;
	border			: 0px solid red;	
	display			: block;
}

div#inhaltsbox .inhalt .boxstart .inhaltstext {
	color			: #999999;
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid green;
	line-height		: 115%;
	display			: block;
}

div#inhaltsbox .inhalt .boxstart .footer {
	width			: 650px;
	height			: 15px;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}


div#inhaltsbox .inhalt .boxheadline {
	color			: #999999;
	font-weight		: bold;
	margin			: 0px;
	margin-top		: 3px;
	margin-bottom	: 5px;
	margin-left		: 5px;
	padding			: 0px;
	padding-left	: 15px;
	border			: 0px solid red;
	background-image	: url('../gfx/inhalt/box_ueberschrift.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 3px;
}

div#inhaltsbox .inhalt .boxbild {
	border			: 0px solid;
	margin-left		: 1px;
}

div#inhaltsbox .inhalt .boxinhalt {
	color			: #999999;
	margin			: 0px;
	margin-top		: 14px;
	margin-bottom	: 15px;
	margin-left		: 20px;
	margin-right	: 15px;
	padding			: 0px;
	border			: 0px solid red;
	line-height		: 150%;
}

div#inhaltsbox .inhalt .boxschmal ul {

	color			: #999999;
	margin			: 0px;
	margin-top		: 0px;
	margin-bottom	: 18px;
	margin-left		: 35px;
	margin-right	: 15px;
	padding			: 0px;
	border			: 0px solid red;
	line-height		: 150%;
}

div#inhaltsbox .inhalt .boxschmal ul li {
	height: 15px;
}

div#inhaltsbox .inhalt .content {
	border			: 0px solid green;
	width			: 470px;
	line-height		: 150%;
	color			: #666666;
}

div#inhaltsbox .inhalt h1 {
	font-size		: 130%;
}

div#inhaltsbox .inhalt h2 {
	font-size		: 110%;
}

div#inhaltsbox .inhalt .footer {
	border			: 0px solid red;
	color			: #aaaaaa;
	line-height		: 12px;
	text-align		: left;
	font-size		: 90%;
	width: 100%;
	
}

div#inhaltsbox .inhalt li {
	list-style-image	: url('../gfx/inhalt/liste.gif');
	padding			: 0px;
	margin			: 0px;
}

/**************************************/
/****** Inhaltsbereich: Demo-Tour    **/
/**************************************/

div#inhaltsbox .inhalt .tourtitle {
	border				: 1px solid #CCCCCC;
	/*color				: #ffffff;*/
	/*background-color	: #79DE2A;*/
	margin				: 0px 0px 5px 0px;
	padding				: 3px;
	width				: 655px;
	font-size			: 115%;
	/*line-height			: 100%;*/
	text-align			: center;
	vertical-align		: middle;
}
div#inhaltsbox .inhalt .tourtitle h1{	
	margin				: 0px;

	padding				: 0px;
}
div#inhaltsbox .inhalt .tourtitle h2{	
	margin				: 0px;
	margin-bottom		: 2px;
	padding				: 0px;
}

div#inhaltsbox .inhalt .tourtitletext{
	vertical-align		: middle;
}

div#inhaltsbox .inhalt .tourtitle .tourzurueck {
	display			: block;
	float			: left;
	width			: 41px;
	height			: 43px;	
	background-image	: url('../gfx/tour/pfeil_links.gif');
	background-repeat	: no-repeat;
}

div#inhaltsbox .inhalt .tourtitle .tourweiter {
	display			: block;
	float			: right;
	width			: 41px;
	height			: 43px;	
	background-image	: url('../gfx/tour/pfeil_rechts.gif');
	background-repeat	: no-repeat;
}

div#inhaltsbox .inhalt .tourcontent {
	border				: 0px solid #CCCCCC;
	color				: #ffffff;
	/*background-color	: #79DE2A;*/
	margin				: 0px;
	padding				: 0;
	width				: 655px;
	height				: 350px;


}

div#inhaltsbox .inhalt .tourtext {
	border				: 1px solid #CCCCCC;
	background-color	: white;
	color				: #666666;
	width				: 175px;
	margin				: 1px 1px 1px 1px;
	padding				: 5px;
	vertical-align		: top;
	border-collapse: separate;
	border-spacing: 5px;
	border-right: none;
}

div#inhaltsbox .inhalt .tourshot {
	border				: 1px solid #CCCCCC;
	background-color	: white;
	margin				: 1px;
	padding				: 3px;
	color				: #666666;	
	
}


div#demotour {
	padding: 0px;
	border: 0px solid #79DE2A;
}


/**************************************/
/****** Inhaltsbereich: Buecherliste **/
/**************************************/
div#inhaltsbox .inhalt .buecher {
	border			: 0px solid green;
	background-color	: #E8F8D7;	
	width			: 470px;
	margin-right		: 0px;
	margin-bottom		: 30px;
	float			: left;
	display			: block;
	font-size		: 90%;
	line-height		: 110%;
}
div#inhaltsbox .inhalt .buecher h1 {
	font-size		: 130%;
	margin			: 0px;
	padding			: 0px;
	margin-top		: 5px;
	font-weight		: bold;
	line-height		: 130%;
}

div#inhaltsbox .inhalt .buecher h2 {
	font-size		: 110%;
	font-style		: italic;
	margin			: 0px;
	padding			: 0px;
	margin-top		: 5px;
}

div#inhaltsbox .inhalt .buecher .bestellen {
	border			: 0px solid red;
	text-align		: left;
	width			: 100%;
	padding			: 0px;
	margin			: 0px;

}
div#inhaltsbox .inhalt .buecher .bestellen img{
	border			: 0px solid red;
}



/*********************/
/****** Submenu ******/
/*********************/

div#inhaltsbox .submenu {
	border			: 0px solid green;
	width			: 175px;
	float			: left;
	display			: table-cell;
	padding-top		: 5px;
	vertical-align		: top;
}

div#inhaltsbox .submenu .menulist {
	margin			: 0px;
	padding			: 0px;
	margin-top		: 5px;
	margin-bottom		: 5px;
	width			: 160px;
	border			: 0px solid red;
}

div#inhaltsbox .submenu .menulist li {
	list-style		: none;
	margin			: 0px;
	padding			: 3px 0px 3px 15px;
	border-bottom		: 1px solid #CCCCCC;
	background-image	: url('../gfx/inhalt/submenu_bg.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 6px;
}

div#inhaltsbox .submenu .menulist li a {
	color			: #6BC02C;
	text-decoration		: none;
	display			: block;
	line-height		: 130%;
}

div#inhaltsbox .submenu .menulist li a:hover {
	color			: #999999;
	text-decoration		: underline;

}
div#inhaltsbox .submenu .menulistakt {

		margin			: 0px;
	padding			: 0px;
	margin-top		: 5px;
	margin-bottom		: 5px;
	width			: 160px;
	border			: 0px solid red;
}

div#inhaltsbox .submenu .menulistakt li {
	list-style		: none;
	margin			: 0px;
	padding			: 3px 0px 3px 15px;
	border-bottom		: 1px solid #CCCCCC;
	background-image	: url('../gfx/inhalt/submenu_bg.gif');
	background-repeat	: no-repeat;
	background-position	: 0px 6px;

	
}

div#inhaltsbox .submenu .menulistakt li a {
	color			: #999999;
		font-weight		: bold;
	text-decoration		: none;
	display			: block;
	line-height		: 130%;
}



div#inhaltsbox .submenu .menulistakt li a:hover {
	color			: #999999;
	text-decoration		: underline;

}

/********************/
/****** Footer ******/
/********************/

div#footer {
	border			: 0px solid red;
	color			: #999999;
	width			: 845px;
	height			: 35px;
	text-align		: left;
	font-size		: 90%;
}

/****************************/
/****** Gr?ner Button *******/
/****************************/

.grunerbutton a {
	background-image	: url('../gfx/links/gruen_bg.gif');
	background-repeat	: repeat-x;
	border				: 1px solid #4E8C28;
	color				: #4E8C28;
	height				: 21px;
	padding-right		: 5px;
	padding-left		: 5px;
	text-align			: left;
	font-size			: 100%;
	text-decoration		: none;
	font-weight			: bold;
}

.grunerbutton a:hover {
	color				: white;
	text-decoration		: underline;
}

/*hovereffekt*/
.grunerbutton2 a{
	background-image	: url('../gfx/links/gruen_bg.gif');
	background-repeat	: repeat-x;
	border				: 1px solid #4E8C28;
	height				: 21px;
	padding-right		: 5px;
	padding-left		: 5px;
	text-align			: left;
	font-size			: 100%;
	font-weight			: bold;
	color				: white;
	text-decoration		: underline;
}

div#inhaltsbox .erweiterung {
	border			: 1px solid #aaaaaa;
	width			: 475px;
	padding			: 0px;
	margin			: 0px;
	display			: table;
	vertical-align	: top;
}

div#inhaltsbox .erweiterung .beschreibung{
	vertical-align	: top;
	padding			: 0px;
	margin			: 0px;
}
div#inhaltsbox .erweiterung .titel{
	vertical-align	: top;
	padding			: 0px;
	margin			: 0px;
	
}

span.errorMessage{
	font-family		: Tahoma, Verdana, Arial, sans-serif;
	width			: 100%;
	height			: 100%;
	font-size		: 100%;
	color			: red;	
}
	

/* infocontainer */

.infocontainer1 {
    width               : 90%;
    padding             : 10px;
    border-bottom       : 1px solid #CCCCCC;

}

.infocontainer2 {
    width               : 98%;
    padding             : 10px;
    border-top          : 1px solid #CCCCCC;
    border-right        : 1px solid #CCCCCC;
    border-left         : 1px solid #CCCCCC;
    background-color    : #F5F3F3;
}

.infocontainer2 h2 {
    color               : #336600;
}

.infocontainer3 {
    padding             : 10px;
    border-top          : 1px solid #CCCCCC;
    border-bottom       : 1px solid #CCCCCC;
    border-right        : 1px solid #CCCCCC;
    border-left         : 1px solid #CCCCCC;
    background-color    : #F5F3F3;
}


/**
 * Modaler Dialog jquery
 */
#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:210px;
  width:350px;
  left:50%;
  top:30%;
  margin-left:-175px; /* half the width, to center */
  background-color:#fff;
  border:3px solid #6BC02C; /*#4A8C29;*/
}

#modalContainer a.modalCloseImg {
  background:url('/gfx/links/cancel.gif') no-repeat;
  width:25px;
  height:25px;
  display:inline;
  z-index:3200;
  position: absolute;
  left: 320px;
  cursor:pointer;
}

#RegisterTestAccountDialog {
	background-color: #FFFFFF;
	width: 330px;
	height: 190px;
	padding: 10px;
	display: none;
}

#RegisterTestAccountDialog h1 {
	font-size: 130%;
	display: inline;
	margin-bottom: 1px;
}

#RegisterTestAccountDialog p {
	margin-top: 7px;
	margin-bottom: 5px;
}



/**
 * 
 */
#globalNav {
	display: inline;
}

#globalNav li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7BD02F;
}

#globalNav li:last-child {
	list-style: none;
	display: inline;
	padding-right: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7BD02F;
}





div#productInfo {
/*	width: 385px;
	height: 165px;
	background: #eee;*/
	width: 470px;

	/*border: 0px solid red;*/

	float: left;
	margin: 0 0px;
	
	position: relative;
	font: 12px/1.8 Tahoma, Verdana, Arial, sans-serif;
}
div#productInfo h3 {
	color: #6bc02c;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 1em;
	padding: 15px 0px 0px 170px;
	
}
div#productInfo h3 span { display: block; text-transform: uppercase; font-size: 16px;}
div#productInfo ul {
	margin: 0;
	padding-left: 20px;
	list-style: none;
}


div#productInfo ul li {
	display: block;
	padding-left: 15px !important;
	background-image: url(/gfx/bausteine/icon_checkmark.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image	: none;
}
div#inhaltsbox .inhalt div#productInfo ul li {
	list-style-image	: none;
}
div#productInfo div.left-content {
	margin: 0;

	font-size: 10pt;
	color: #6bc02c;
	position: absolute;
	top: 20px;
	left: 20px;
}

div#productInfo div.left-content p.pricetag {
	margin: 0;
	font-size: 14pt;

	color: #6bc02c;
	width: 115px;
	height: 50px;
	
	padding-top: 7px;
	font-weight: bold;
	/*background: url(/gfx/bausteine/bg_pricetag.png) no-repeat;*/
	background-image	: url('/gfx/inhalt/pakete/preisgrau.gif');
	background-repeat: no-repeat;
	
	text-align: center;
}

div#productInfo ul {
	padding-left: 22px;
}

div#productInfo ul li {
	text-align: left;
	color: #666;
	font-size: 90%;
	font-weight: normal;
}

div a.ordertag {

	padding-right: 25px;
	font-weight: bold;
	font-size: 120%;
	
}

a.packInfoLogo {
	font-size: 12pt;
	font-weight: bold;
	color: #6bc02c;
	width			: 115px;
	height			: 50px;
	display: block;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	//background: url('/gfx/inhalt/pakete/preisgrau.gif') no-repeat;
}
span.packInfoLogo {
	font-size: 12pt;
	font-weight: bold;
	color: #6bc02c;
	width			: 115px;
	height			: 50px;
	display: block;
	text-align: center;
	padding-top: 15px;
	background: url('/gfx/inhalt/pakete/preisgrau.gif') no-repeat;
}

a.packInfoOrderNow {
	font-size: 9pt;
	font-weight: bold;
}

div#inhaltsbox .inhalt .boxstart .title {
	height			: 21px;
	background-image	: url('/gfx/inhalt/boxstart/title_all2.gif');
	background-repeat	: no-repeat;
	width			: 650px;
	margin			: 0px;
	padding			: 0px;
	border			: 0px solid;
	display			: block;
}

#inhaltsbox div.round-corner {
	width: 640px;
	height: 10px;
}
 
#inhaltsbox div.round-corner-start {
	float: left;
}

#inhaltsbox div.round-corner.top {
	margin-top: 5px;
	background: url(/gfx/round_top.gif) no-repeat;
}
#inhaltsbox div.round-corner-content {
	background: transparent url(/gfx/main_bg.gif) repeat-y scroll 0 0;
	padding: 10px 15px 1px;
	width:610px;
	color: #999999;
}
#inhaltsbox div.round-corner.bottom {
	background: url(/gfx/round_bottom.gif) no-repeat;
	margin-bottom: 5px;
}

#inhaltsbox div.round-corner-content h2 {
	margin-top: 0;
}

div#inhaltsbox .inhalt .boxschmal ul {
  padding-bottom: 5px;
}

div#inhaltsbox .inhalt .boxschmal .boxinhalt ul {
  padding-bottom: 0px;
}





/* BEGINN: Nur für IE 7 */

*:first-child+html div#inhaltsbox .inhalt {
  float: left;
  width: auto;
}

*:first-child+html div#inhaltsbox .inhalt div p.footer {
  width: 620px;
}

*:first-child+html div#inhaltsbox .inhalt .boxschmal ul {
  padding-bottom: 0px;
}

*:first-child+html div#inhaltsbox .inhalt .boxschmal .boxinhalt {
  height: 53px;
  display: block;
  float: left;
}

*:first-child+html div#inhaltsbox .inhalt .boxschmal ul {
  margin-top: 15px;
  
}

/* ENDE: Nur für IE 7 */



/* BEGINN: Nur für IE 6 */

* html div#inhaltsbox .inhalt .boxschmal {
  margin-left	: 0px;
  margin-right	: 0px;
  padding: 0px;
  margin-top: 5px;
  
  margin: 0;
}

* html div#inhaltsbox .inhalt .boxschmal .boxinhalt {
  padding-bottom: 5px;
  height: 56px;
}

* html div#inhaltsbox .inhalt .boxschmal ul {
  padding-bottom: 3px;
}




* html div#inhaltsbox .tr {
   width: auto;
}

* html div#inhaltsbox .inhalt {
  padding-right: 0px;
  width: auto;
  height: auto;
  float: left;  
}

* html div#inhaltsbox .inhalt div p.footer {
  width: 620px;
}

* html div#inhaltsbox .inhalt .content {
  width: 480px;
}

* html div#inhaltsbox .infobereich {
  padding: 0;
  margin: 0;
}

* html div#inhaltsbox {
  width: 845px;
}

* html div#inhaltsbox .infobereich .sidebarbox {
  padding: 0px;
  margin: 0px;
}

/* ENDE: Nur für IE 6 */



div#referenzenAZ {
  margin-left: 20px;
  padding: 0;
}
