
/**********************************************/
/*          Überschriften                     */
/**********************************************/
h1{
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	margin-top: 5px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	text-transform: uppercase;
	background-image: linear-gradient(bottom, rgb(0,143,245) 17%, rgb(0,111,214) 57%);
	background-image: -o-linear-gradient(bottom, rgb(0,143,245) 17%, rgb(0,111,214) 57%);
	background-image: -moz-linear-gradient(bottom, rgb(0,143,245) 17%, rgb(0,111,214) 57%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,143,245) 17%, rgb(0,111,214) 57%);
	background-image: -ms-linear-gradient(bottom, rgb(0,143,245) 17%, rgb(0,111,214) 57%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.17, rgb(0,143,245)),
	color-stop(0.57, rgb(0,111,214)));
			/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006DD3, endColorstr=#0092F8);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#006DD3, endColorstr=#0092F8)";
	background-color: #006DD3;
}
h2{
	margin: 0px;
	padding: 5px 0px;
}
/**********************************************/
/*          Social Icon                       */
/**********************************************/
.pdf_link{
	position: absolute;
	right: 0px;
	top: 62px;
}
/**********************************************/
/*         Formularobjekte                    */
/**********************************************/
/* Position und Grundeigenschaften des Formulars definieren */
#main .ce_form{
	margin:0px;
	padding:0px;
	text-align: left;
}
#main .formbody{
	padding: 20px 0px;
}
#main .explanation{

}
/* Fieldsets definieren */
#main .ce_form fieldset{

}
/* Fieldset Legenden definieren */
#main .ce_form fieldset legend{

}
/* Labels definieren */
#main .ce_form label{
	display:block;
	padding:10px 20px 10px 20px;
	float: left;
}/* Selectfelder definieren */
#main .ce_form select{
	width:200px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:12px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}

/* einzeilige Textfelder definieren */
#main .ce_form .text{
	width:300px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:12px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* mehrzeilige Textfelder definieren */
#main .ce_form .textarea{
	width:400px;
	height:150px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	line-height:1.6;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* Captcha-Feld definieren */
#main .captcha{
	width:50px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:12px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* Captcha Textbeschreibung definieren */
#main .captcha_text{

}
/* Absendeknopf definieren */
#main .ce_form .submit{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease, top 0ms linear;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 20px;
	margin: 10px 0px;
	background-color: #1e6fca;
	background: -moz-linear-gradient(
		top,
		#006DD3 0%,
		#0092F8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#006DD3),
		to(#0092F8));
	border: 1px solid #275682;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
}
#main .ce_form .submit:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
/* Fehleranzeige definieren */
#main .ce_form p.error{
	width:70%;
	margin:10px 0;
	padding:5px 0 5px 10px;
	font-size:1.0em;
	text-align: left;
	color:#fff;
	background:#900;
	/* Gecko-Browser (Firefox) */
	-moz-border-radius:7px;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-border-radius:7px;
	/* allgemein CSS3 */
	border-radius:7px;
}
/* Hoverzustand ein- und mehrzeilige Textfelder definieren */
#main .ce_form .text:hover,
#main .ce_form .textarea:hover,
#main .ce_form .captcha:hover,
#main .ce_form select:hover{
	border:1px solid #CF9B9B;
	background:#efefef;
}
/* Fokuszustand einzeiliges Textfeld definieren */
#main .ce_form .text:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand mehrzeiliges Textfeld definieren */
#main .ce_form .textarea:focus{
	height:150px;
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand Captcha Textfeld definieren */
#main .captcha:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand Select definieren */
#main select:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}

/*Kommentar Formular*/
#main .ce_comments form{
	border-top: 1px solid #e2e2e2;
	margin: 10px 0px;
}

/* Absendeknopf definieren */
#main .submit_container .submit{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease, top 0ms linear;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 20px;
	margin: 10px 0px;
	background-color: #1e6fca;
	background: -moz-linear-gradient(
		top,
		#006DD3 0%,
		#0092F8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#006DD3),
		to(#0092F8));
	border: 1px solid #275682;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
}
#main .submit_container .submit:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}

/* Labels definieren */
#main .form label{
	padding: 10px 20px 10px 20px;
}
/* Selectfelder definieren */
#main .form select{
	width:200px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:14px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}

/* einzeilige Textfelder definieren */
#main .form .text{
	width:300px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:14px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* mehrzeilige Textfelder definieren */
#main .form .textarea{
	width:400px;
	height:150px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	line-height:1.6;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* Captcha-Feld definieren */
#main .captcha{
	width:50px;
	margin:4px 4px 4px 4px;
	padding:3px;
	border:1px solid #ccc;
	font-size:14px;
	/* Gecko-Browser (Firefox) */
	-moz-box-shadow:inset 1px 1px 2px #ccc;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-box-shadow:inset 1px 1px 2px #ccc;
	/* allgemein CSS3 */
	box-shadow:inset 1px 1px 2px #ccc;
}
/* Captcha Textbeschreibung definieren */
#main .captcha_text{

}
/* Fehleranzeige definieren */
#main .form p.error{
	width:70%;
	margin:10px 0;
	padding:5px 0 5px 10px;
	font-size:1.0em;
	text-align: left;
	color:#fff;
	background:#900;
	/* Gecko-Browser (Firefox) */
	-moz-border-radius:7px;
	/* Webkit-Browser (Safari, Chrome) */
	-webkit-border-radius:7px;
	/* allgemein CSS3 */
	border-radius:7px;
}
/* Hoverzustand ein- und mehrzeilige Textfelder definieren */
#main .form .text:hover,
#main .form .textarea:hover,
#main .form .captcha:hover,
#main .form select:hover{
	border:1px solid #CF9B9B;
	background:#efefef;
}
/* Fokuszustand einzeiliges Textfeld definieren */
#main .form .text:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand mehrzeiliges Textfeld definieren */
#main .form .textarea:focus{
	height:150px;
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand Captcha Textfeld definieren */
#main .captcha:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}
/* Fokuszustand Select definieren */
#main select:focus{
	border:1px solid #CF9B9B;
	font-size:normal;
	background:#efefef;
}

/**********************************************/
/*          Textstyles                        */
/**********************************************/
pre, .code{
	padding:10px 15px;
	border-left:5px solid #CCCCCC;
	background: #FFFFCC;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote{
	padding: 10px 50px 10px 25px;
	background: url(../images/typo/so-q.gif) no-repeat left top;
}

blockquote span.open{
	padding: 0px 0px 0px 15px;
	background: url(../images/typo/so-q.gif) no-repeat left top;
}

blockquote span.close{
	padding: 0px 15px 0px 0px;
	background: url(../images/typo/sc-q.gif) no-repeat bottom right;
}

.dropcap{
	float:left;
	display:block;
	padding:4px 8px 0px 0px;
	color:#4B4B4B;
	font: 50px/40px Georgia, Times, serif;
}

p.error{
	background: url(../images/typo/icon-error.gif) no-repeat left center;
		padding: 10px 0px 10px 25px;
		color: #900;
		font-weight: bold;
		margin: 10px 5px;
		border-bottom: 4px solid #900;
		border-top: 2px solid #900;
}

p.message{
	padding-left: 25px;
	margin: 20px 0px;
	color: #2C79B3;
	background: url(../images/typo/icon-info.gif) no-repeat top left;
}

p.tips{
	padding-left: 25px;
	margin: 20px 0px;
	color: #E58C00;
	background: url(../images/typo/icon-tips.gif) no-repeat top left;
}

.highlight{
	padding:1px 5px;
	font-weight:bold;
	background: #FFFFCC;
}

p.stickynote{
	padding: 10px 10px 10px 60px;
	margin: 20px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/typo/sticky-bg.gif) no-repeat 5px center;
}

p.download{
	padding: 10px 0px 10px 45px;
	margin: 20px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/typo/download-bg.gif) no-repeat 5px center;
}

.blocknumber{
	position:relative;
}

ul.checklist{
	list-style: none;
}

ul.checklist li{
	margin-left: 15px;
	padding: 0px 0px 0px 20px;
	background: url(../images/typo/icon-checklist.gif) no-repeat 0 4px;
}
ul.stars{
	list-style: none;
}

ul.stars li{
	margin-left: 15px;
	padding: 0px 0px 0px 20px;
	background: url(../images/typo/icon-star.gif) no-repeat 0 5px;
}

ul.arrow{
	list-style: none;
}

ul.arrow li{
	margin: 4px 0 4px 45px;
	padding: 0px 0px 0px 25px;
	background: url(../images/typo/arrow.png) no-repeat left;
}

.bignumber{
	float: left;
	display: block;
	margin-right: 8px;
	padding: 6px 7px;
	color: #FFFFFF;
	background: url(../images/typo/ol-bg.gif) no-repeat top left;
	font: bold 20px/normal Arial, sans-serif;
}

/**********************************************/
/*          Tabellen                          */
/**********************************************/

.ce_table{
	margin: 10px 0px 10px 0px;
	text-align: left;
}
.ce_table table{
	margin: 10px 10px;
	width: 97%;
}
.ce_table td{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
thead th{
	padding: 4px;
	background-image: linear-gradient(bottom, rgb(255,111,8) 17%, rgb(255,135,44) 36%);
	background-image: -o-linear-gradient(bottom, rgb(255,111,8) 17%, rgb(255,135,44) 36%);
	background-image: -moz-linear-gradient(bottom, rgb(255,111,8) 17%, rgb(255,135,44) 36%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,111,8) 17%, rgb(255,135,44) 36%);
	background-image: -ms-linear-gradient(bottom, rgb(255,111,8) 17%, rgb(255,135,44) 36%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.17, rgb(255,111,8)),
	color-stop(0.36, rgb(255,135,44)));
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6f08, endColorstr=#ff6f08);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6f08, endColorstr=#ff872c)";
	background-color: #ff6f08;
	border-left: 1px solid #CCCCCC;
	color: #ffffff;
	font-weight: normal;
}
/**********************************************/
/*          Formatierung FAQ                  */
/**********************************************/
.mod_faqlist{}
.mod_faqlist ul{
	margin: 10px;
	padding: 0px;
	list-style: none;
}
.mod_faqlist li{
	padding: 5px 20px;
	background-image: url(../images/typo/icon-star.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.mod_faqlist .odd{
	background-color: #f4f4f4;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/**********************************************/
/*          Formatierung Button               */
/**********************************************/

.button{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 0px 0px rgba(255,255,255,0);
	-webkit-transition:all 0.3s ease, top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	}

.button.round{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button.round-lm{
	border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
}
.button.small{
	padding: 4px 10px;
}	
.button.big{
	padding: 8px 20px;
}	
.button.huge{
	padding: 12px 24px;
}
.button.round-lm{
	border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
}
.button.lm {
	padding: 10px 20px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.button.lm {
	text-decoration: none;
	color: #fff;
}
.button.lm span{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

/*-----------BUTTON COLORS ---------------*/
ul.buttons li {display:list;margin:25px 0;}
/*BLUE*/
.button.blue{
	background-color:#1e6fca;	
	background: -moz-linear-gradient(
		top,
		#006DD3 0%,
		#0092F8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#006DD3),
		to(#0092F8));
	
	border: 1px solid #275682;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.6);
	
	}
	.button.blue:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(54, 154, 239, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.blue:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#246eab),
		to(#65b1f0));
	}
/*ORANGE*/
.button.orange{
	background-color:#ff6f08;	
	background: -moz-linear-gradient(
		top,
		#ff6f08 0%,
		#ff872c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff6f08),
		to(#ff872c));
	border: 1px solid #9f2f03;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;	
	
	}
	.button.orange:hover {
	color:#FFF;
	-webkit-box-shadow: 0px 0px 6px rgba(171, 63, 10, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px rgba(171, 63, 10, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 6px rgba(171, 63, 10, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 6px rgba(171, 63, 10, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 6px rgba(171, 63, 10, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.1);
	}
	.button.orange:active{
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff401e),
		to(#ffa393));

}

/**********************************************/
/*          Formatierung Preisteblle          */
/**********************************************/
/* --- base --- */
div.p_table 
	{
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	line-height: normal !important;
	}

/* --- hyperlinks --- */
div.p_table a
	{
	color: #444444;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: normal !important;
	border: 0 !important;
	line-height: normal !important;
	background: none;
	}
	
div.p_table h1
	{
	font-size: 28px;
}
	
div.p_table h1 span
	{
	font-size: 30px;
	}

div.p_table h2
	{
	font-size: 16px;
	}
	
div.p_table h3
	{
	font-size: 14px;
	}	
	
/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1
	{
	height: 30px;
	width: 100%;
	padding: 4px 0px 0px 0px !important;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2
	{
	height: 80px;
	width: 100%;
	padding: 3px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
	{	
	height: 52px;
	width: 100%;
	padding: 32px 0px 6px 10px !important;
	}
	
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column
	{
	width: 210px;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1
	{
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2
	{
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3
	{
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4
	{
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ========== COLUMN HOVERS ========== */
div.p_table div.column_1,
div.p_table div.column_2,
div.p_table div.column_3,
div.p_table div.column_4
	{
	/* transitions */
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;	
	}

div.p_table div.column_1:hover,
div.p_table div.column_2:hover,
div.p_table div.column_3:hover,
div.p_table div.column_4:hover
	{
	position: relative;
	z-index: 100;
	left: -5px;
	top: -15px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	}
	
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_2,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_2,
div.p_table div.column_1:hover li.row_style_3,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_3,
div.p_table div.column_4:hover li.row_style_3,
div.p_table div.column_1:hover li.row_style_4,
div.p_table div.column_2:hover li.row_style_4,
div.p_table div.column_3:hover li.row_style_4,
div.p_table div.column_4:hover li.row_style_4
	{
	min-height: 28px;
	padding-top: 12px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
	
div.p_table div.column_1:hover li.header_row_1,
div.p_table div.column_2:hover li.header_row_1,
div.p_table div.column_3:hover li.header_row_1,
div.p_table div.column_4:hover li.header_row_1
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}	

div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}	
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3,
div.p_table li.row_style_4
	{
	width: 100%;
	height: 100%;
	min-height: 26px;
	padding-top: 9px !important;
	float: left;
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span,
div.p_table li.row_style_4 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- light gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- mid gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* --- dark gray ---  */
div.p_table li.row_style_4
	{
	background-color: #e3e3e3;
	}
	
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	border-top: 1px solid #d3d3d3;
	border-bottom: 2px solid #999;
	background-color: #e2e2e2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f6f6f6, #d0d0d0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE8 */
	background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0); /* Firefox */ 
	background: -o-linear-gradient(top, #f6f6f6, #d0d0d0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)); /* Chrome 10, Safari */	
	}
	
/* --- button --- */
div.p_table a.sign_up
	{
	width: 120px;
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #d8d8d8; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE8 */
	background: -ms-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #efefef), color-stop(1, #d8d8d8)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* font */
	font-weight: bold;
	}

/* --- button hover --- */
div.p_table a.sign_up:hover
	{
	height: 24px;
	padding: 6px 0px 0px 0px !important;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
	background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE8 */
	background: -ms-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* IE9 */
	background: -moz-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Firefox */ 
	background: -o-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(0.05, #dedede), color-stop(1, #c9c9c9)); /* Chrome 10, Safari */
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* --- hover--- */	
div.p_table div.column_1:hover div.column_ribbon,
div.p_table div.column_2:hover div.column_ribbon,
div.p_table div.column_3:hover div.column_ribbon,
div.p_table div.column_4:hover div.column_ribbon
	{
	right: -10px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../images/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../images/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../images/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../images/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../images/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../images/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../images/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../images/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../images/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../images/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../images/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../images/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../images/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../images/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../images/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../images/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../images/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../images/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../images/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../images/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../images/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../images/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../images/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../images/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../images/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../images/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../images/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../images/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../images/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../images/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../images/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../images/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../images/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../images/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../images/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../images/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../images/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../images/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../images/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../images/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../images/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../images/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../images/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../images/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../images/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../images/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../images/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../images/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../images/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../images/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../images/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../images/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../images/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../images/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../images/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../images/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../images/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../images/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../images/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../images/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
div.p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.p_table a.tooltip:hover:after, div.p_table a.tooltip:hover:before
	{
    display: block;
	}

/* --- tooltip container --- */
div.p_table a.tooltip:before
	{
	content: attr(rel);
	display: block;
	width: 140px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
div.p_table a.tooltip:after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table h1.col1,
div.p_table h1.col2,
div.p_table h1.col3,
div.p_table h1.col4
	{
	color: #ffffff;
	}
	
div.p_table h1 span
	{
	color: #ffffff;
	}

div.p_table h2.col1,
div.p_table h2.col2,
div.p_table h2.col3,
div.p_table h2.col4
	{
	color: #ffffff;
	}
	
div.p_table h2.caption
	{
	color: #999999;
	}
	
div.p_table h2.caption span
	{
	color: #999999;
	}	
	
div.p_table h3.col1,
div.p_table h3.col2,
div.p_table h3.col3,
div.p_table h3.col4
	{
	color: #ffffff;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 
	{
	border-top: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2
	{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #52b5d5;
	background-color: #52b5d5;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	border-top: 1px solid #64c3de;
	border-bottom: 1px solid #64c3de;
	background-color: #64c3de;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #3591ca;
	background-color: #3591ca;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	border-top: 1px solid #44a3d5;
	border-bottom: 1px solid #44a3d5;
	background-color: #44a3d5;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #1f5f9f;
	background-color: #1f5f9f;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	border-top: 1px solid #2972b0;
	border-bottom: 1px solid #2972b0;
	background-color: #2972b0;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #1a3e7b;
	background-color: #1a3e7b;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	border-top: 1px solid #234e8e;
	border-bottom: 1px solid #234e8e;
	background-color: #234e8e;
	}
	
/**********************************************/
/*          Formatierung Tabs                 */
/**********************************************/
#tabs-eu-wrapper{
	width:100%;
	margin:10px 0px;
}
#tabContainer {
	background-color:#fff;
	padding:0px;
	margin: 0px;
}

.tabs-eu{
	height:28px;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
}

.tabs-eu > ul{
	list-style:none;
}

.tabs-eu > ul > li{
	-moz-box-shadow: -2px 0 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: -2px 0 0 rgba(0, 0, 0, .2);
	box-shadow: -2px 0 0 rgba(0, 0, 0, .2);
	background: #1e90ff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: -moz-linear-gradient(220deg, transparent 10px, #1e90ff 10px);
	background: -webkit-linear-gradient(220deg, transparent 10px, #1e90ff 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #1e90ff 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #1e90ff 10px);
	background: linear-gradient(220deg, transparent 10px, #1e90ff 10px);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	color: #fff;
	float: left;
	height: 28px;
	padding: 0 30px;
	text-decoration: none;
}

.tabs-eu > ul > li:hover{
	background: #ff6f08;
	background: -moz-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -webkit-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	cursor: pointer;
}

.tabs-eu > ul > li.tabActiveHeader{
	background: #ff6f08;
	background: -moz-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -webkit-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #ff6f08 10px);
	background: linear-gradient(220deg, transparent 10px, #ff6f08 10px);
    text-shadow: none;    
    color: #fff;
	 cursor: pointer;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
}

#tabs-eu-wrapper .rss_items_only{
	float: left;
	font-size: 12px;
	padding: 0px 0px 4px 0px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #e2e2e2;
	width: 158px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}
#tabs-eu-wrapper .rss_items_only h4{
	font-size: 11px;
	background-color: #f4f4f4;
	margin: 0px 0px 4px 0px;
	padding: 4px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}

#tabs-eu-wrapper .rss_items_only img{
	height: 75px;
	width: 100px;
	padding: 2px;
	border: 1px solid #e2e2e2;
}
/**********************************************/
/*   Formatierung Freie Unterkunft            */
/**********************************************/

.period-container{
	margin: 0px;
	padding: 0px;
}

.period-container ul{
   margin: 10px 10px 10px 10px;
	padding: 0px;
	list-style: none;
	float: left;
}
.period-container li{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 4px;
	margin: 0px;
	width: 100px;
	height: 75px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
}
.period-container img{
	width: 100px;
	height: 75px;
	margin: 0px auto;
}
/**********************************************/
/*   Formatierung IFrame            */
/**********************************************/
iframe {
 margin: 0px auto 0px auto;
 padding: 5px auto;
 text-align: center;
}
/**********************************************/
/*   Formatierung Bild neben Suchfeld         */
/**********************************************/

.image_container img{
	background: #f3f3f3;
	padding: 4px;
	border: 1px solid #d2d2d2;
}
