/* basic elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 100.1%;
}

img {
	border: 0 none;
}

h1 {
	color: #FFF;
	font-size: 0.95em;
	padding-bottom: 0.75em;
}

h2 {
	color: #FFF;
	font-size: 0.85em;
	padding-bottom: 0.75em;
}

h3 {
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 1em;
	text-align: left;
}

p, address {
	color: #FFF;
	font-size: 0.8em;
	font-style: normal;
	line-height:1.45em;
	padding-bottom:1em;
}

a {
	color: #FFF;
	text-decoration: underline;	
}

input, textarea {
	-moz-border-radius-bottomleft:0.1em;
	-moz-border-radius-bottomright:0.1em;
	-moz-border-radius-topleft:0.1em;
	-moz-border-radius-topright:0.1em;
	background-color:#faf8f4;
	border:0.1em solid #3399FF;
	color:#000;
	font-family:"Trebuchet MS",Calibri,Georgia,serif;
	font-size:0.7em;
	padding:0.2em;
}

/* basic classes */

.clear {
	clear: both;
}

/* lists */
#main ul {
	margin-left: 1.5em;	
}

ul .text_medium {
	color: #FFF;
	font-size:0.8em;
	line-height: 1.5em;
}

ol .text_medium {
	color: #FFF;
	font-size:0.8em;
	line-height: 1.5em;
}

.requiredPoint {
	font-size: 0.6em;
	color: #FFF;	
}

label {
	color: #FFF;
	font-weight: bold;
}

/* header */

#header {
	background-image:url(/img/header.gif);
	background-repeat:repeat-x;
	height:13.05em;
	text-align: center;
}

#header_wrapper {
	margin: 0 auto;
	width: 62.50em;	
}

#menu {
	float:left;
	margin-top:5em;
}

#menu ul {
	list-style-type:none;
	margin-left:0.31em;
}

#menu li {
	float:left;
	padding-top:0.44em;
	text-align:center;
	width:10.75em;
}

#menu .active {
	background-image:url(/img/button_tab.png);
	background-repeat:no-repeat;
	height:7.65em;
	width:10.75em;
}

#logo {
	float: left;
}

/* body */
#body {
	background-image: url(/img/body.jpg);
	background-repeat: repeat-x;
	background-color: #0096ff;
	min-height: 33.13em;
	margin-bottom: 1.75em;
	border-bottom-width: 0.04em;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	text-align: center;
}

#shine_div {
	/* 
		position:absolute;
		width:100%;
		z-index:1;
	*/
	display: none;
}
	
#shine {
	width:100%;
}

#content_wrapper {
	width: 62.50em;
	margin: 0 auto;	
}

#content {
	/*
		position: absolute;
		z-index: 2;
	*/
		padding-top: 1em;
		padding-bottom: 1em;
}

#main {
	xbackground-image: url(/img/box_714.png);
	xbackground-repeat: no-repeat;
	margin-left: 1.25em;
	margin-right: 1.25em;
	padding:1em;
	width: 42.6em;
	min-height: 19.06em;
	float: left;
	position: relative;
	text-align: left;	
}


/* MAIN -> CONTENT */

/* blog term */
.categoryHeadline h1 {
	position: relative;
	left: -0.5em;
	color: #FFF;
	font-size: 0.95em;
	top: -0.8em;
	padding-bottom: 0.25em;
}

.headline h2 {
	color: #FFF;
	font-size: 0.85em;
	padding-bottom: 0.75em;
}

.headline h2 a {
	text-decoration: none;
}

/* box_1 -> 3 Coloumn Page, left */
#main .box_1 {
	width: 13.5em;
	padding-right: 1em;
	float: left;
	position: relative;
	
}

/* box_2 -> 3 Coloumn Page, center */
#main .box_2 {
	width: 13.5em;
	padding-right: 1em;
	float: left;
	position: relative;
}

/* box_3 -> 3 Coloumn Page, right */
#main .box_3 {
	width: 13.5em;
	float: left;
	position: relative;
}

/* box_4 -> 2 Column page, left */
#main .box_4 {
	width: 20em;
	float: left;
	position: relative;
	padding-right: 1.3em;	
}

/* box_5 -> 2 Column page, right */
#main .box_5 {
	width: 20em;
	float: left;
	position: relative;	
}              
             
/* SIDEBAR */

.activeBlog {
	width:11.2em
}

.activeBlogTop {
	background: url('/img/blog/sidebar_highlight_top.png');
	height: 0.38em;
}

.activeBlogContent {
	background: url('/img/blog/sidebar_highlight_bg.png');
}
.activeBlogBottom {
	background: url('/img/blog/sidebar_highlight_bottom.png');
	height: 0.38em;
}

.pageBar {
	position: relative;
	top: -3.2em;
	left: -1.25em;
	vertical-align: top;
	height: 1.9em;
	width: auto;
	max-width: 25em;
}

.pageBar a {
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
}

.pageBar a:hover {
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
	color: #FF9600;
}


.pageText strong {
	color: white;
	margin-left: 0.3em;
	margin-right: 0.3em;
} 

.blogTerm {
	min-height: 50em;
}

.pageBarDown a {
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
}
.pageBarDown a:hover{
	margin-left: 0.3em;
	margin-right: 0.3em;
	text-decoration: none;
	color: #FF9600;
}


.pageBarLeft{
	background: url('/img/blog/blog_pagebar_left.png');
	display:inline;
	display: inline-block;
	width: 0.56em;
	min-width: 0.56em;
	height: 1.9em;
}

.pageBarBG{
	background: url('/img/blog/blog_pagebar_bg.png');
	display:inline;
	display: inline-block;
	width: auto;
	max-width: 19em;
	height: 1.9em;
	position: relative;
	bottom: 0.94em;
	padding-left: 0.31em;
	padding-right: 0.31em;
	top: -0.50em
}

.pageList {
	padding-top: 0.45em
}

.pageBarRight{
	background: url('/img/blog/blog_pagebar_right.png');
	display:inline;
	display: inline-block;
	width: 0.56em;
	height: 1.9em;
}

.pageBarDown{
	position: relative;
	top: 3em;
	text-align: right;
	vertical-align: top;
	height: 1.9em;
	width: auto;
	left: 2em;
}

.pageBarDownLeft{
	background: url('/img/blog/blog_pagebar_downleft.png');
	display:inline-block;
	width: 0.56em;
	height: 1.9em;
}

.pageBarDownBG{
	background: url('/img/blog/blog_pagebar_downbg.png');
	display:inline-block;
	width: auto;
	height: 1.9em;
	position: relative;
	bottom: 0.47em;
	padding-left: 0.31em;
	padding-right: 0.31em;
}

.pageBarDownRight{
	background: url('/img/blog/blog_pagebar_downright.png');
	display:inline-block;
	width: 0.56em;
	height: 1.9em;
}

.pagetext {
	color: white;
	font-size: 1em;
}

.pageBarTitle {
	color: white;
	font-size: 1em;
	margin-right: 0.26em;
}


.pageArrow {
	position: relative;
	top: 0.00em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

#toolbar {
	padding-top: 0.31em;
	position: relative;
	height: 3.5em;
	width: 12em;
	padding-left: 0.13em;
	z-Index: 8;
	vertical-align: top;
}

#toolbar img {
	margin: 0.06em;
}

#recommendation {
	position: relative;
	background-image:url(/img/toolbar.png);
	background-repeat:no-repeat;
	width: 12.22em;
	height: 3.3em;
	top: -1.55em;
	left: -0.5em;
}

.referTo {
}

.embedRef{
	display: inline;
}
	

#sidebar {
	background-image:url(/img/sidebar.png);
	background-repeat:no-repeat;
	background-position: 0em 3em;
	float:left;
	min-height: 30em;
	padding:0.5em;
	width:11.25em;
	position: relative;
	margin-top: 0em;
}

.subHeader {
	position: relative;
	top: -0.4em;
	font-size: 0.63em;
	color: white;
	margin-bottom: 1.5em;
}

.date a {
	color:#FFF;
	font-size:0.75em;
	text-decoration:underline;
}

.title a {
	color:#C2DEEB;
	font-size:0.75em;
	text-decoration:none;
}

/* FOOTER */

#footer {
	background-image:url(/img/footer.gif);
	background-repeat:repeat-x;
	height:1.75em;
	text-align: center;
}

#footer_wrapper {
	margin: 0 auto;
	width: 62.50em;	
}

.iconRss {
	float: left;
	margin-right: 0.25em;
	margin-top: 0.40em;	
}

#menu_sub {
	float:left;
	height: 1.75em;
	width: 51.25em;
}

#menu_sub ul {
	list-style-type:none;
	position:relative;
	display:block;
	
}

#menu_sub li {
	display:block;
	float:left;
	
}

#menu_sub li a {
	color:#FFF;
	display:block;
	font-size:0.7em;
	height:1.7em;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.8em;
	text-decoration:none;
}

/* NEWSLETTER */

#newsletter {
	float:left;
	width: 21.5em;
}

#newsletter_button {
	background-image: url(/img/button_newsletter.gif);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	height: 1.6em;
	padding-top: 0.15em;
	text-align: center;
	width: 12.25em;
	display: none;
}
#newsletter a {
	color: #000;
	font-size:0.7em;
}
#newsletter_message {
	color:#FFF;
	float:left;
	left:-4em;
	margin-top:0.2em;
	position:relative;
}

#newsletterArea label {
	color: #FFF;
	font-size: 0.8em;
}

#newsletterArea input {
	padding: 0.4em;
	font-size: 0.75em;
	margin-bottom: 0.75em;
}

.standard {
	width: 14em;
}

#newsletterArea .gtcAdvice {
	font-size: 0.75em;
	color: #FFF;	
}

#newsletterArea .advice p {
	color:#CC0066;
	font-size:0.7em;
	font-weight:bold;
	padding-top:0.75em;	
}

#newsletterArea .button, #partnerArea .button {	
	background-color:transparent;
	background-image:url(/img/button_orange.png);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFF;
	font-size:0.7em;
	font-weight:bold;
	height:2.8em;
	text-align:center;
	width:10.6em;
}

/* SPECIALS */

.legalInfo {
	margin-top: 3em;	
}

.legalInfo p {
	font-size:0.65em;
	color: #C7EFFF;
}

/* Date-Tipps */

.articleBox {
	height: 11.88em;
	margin-bottom: 0.25em;	
}

.header .date {
	background-image:url(/img/date.png);
	background-repeat:no-repeat;
	height:3.5em;
	width:5.85em;
	float: left;
	position: relative;
}

.header .right {
	float:left;
	margin-left:0.15em;
	margin-top:0.2em;
	position:relative;
}

.articleBox .headline {
	float:left;
	padding-bottom:0.5em;
	padding-left:1em;
	padding-top:0.5em;
	position:relative;
	width: 13em;
}

.articleBoxLong .headline {
	width: 35em;
	float:left;
	padding-bottom:0.5em;
	padding-left:1em;
	position:relative;
}

.articleBoxLong .headline h1 {
	font-size: 	1.1em;
}

.contentLong .teaser {
	font-weight:bold;
}

.contentLong .tipp {
	font-size: 0.9em;
	font-weight: bold;
}

.articleBoxLong .contentLong {
	margin-left: 6.75em;
	margin-top: 0.5em
}

.date .dayNumber {
	float:left;
	font-size:1.25em;
	font-weight:bold;
	height:1.5em;
	padding-left:0.7em;
	padding-right:0.7em;
	padding-top:0.85em;
	position:relative;
	text-align:center;
}

.date .dayWeek {
	font-size:0.9em;
	padding:0.3em;
	text-align:center;
	width:2.2em;
}

.date .month {
	font-size:0.9em;
	padding:0.3em;
	text-align:center;
	width:2.2em;
}

.articleBox .content {
	margin-top: 0.75em;
	margin-bottom: 1em;
}

.inputLabel {
	font-size: 0.9em;
	color: #FFF;
}

.button_submit {
	background-color: transparent;
	background-image: url(/img/button_datecoach.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	height: 3.75em;
	text-align: center;
	width: 12.7em;
}

.button_submit:hover {
	background-color: transparent;
	background-image: url(/img/button_datecoach_hover.png);
	background-repeat: no-repeat;
	border: 0 none;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	height: 3.75em;
	text-align: center;
	width: 12.7em;
}

/* Pop-Up */

#popUpLayer{
	display: none;
}

#popUpSubLayer{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	background-image: url(/img/popunder.png);
	display: none;
	z-index: 9;	
}	

.popUpLarge{
	width: 40em;
	max-height: 30em;
	left: 0em;
	top: 40%;
	position: fixed;
	padding: 1em;
	height: auto;
	overflow-y: scroll;
	background-image: url(/img/background_layer.png);
	z-index: 10;
	border: 0.2em solid #FFF;
	display: none;
	color:#FFFFFF;
	text-align: center;
}

.popUpMedium {
	width: 20em;
	max-height: 18em;
	left: 0em;
	top: 40%;
	position: fixed;
	padding: 1em;
	height: auto;
	overflow: hidden;
	background-image: url(/img/background_layer.png);
	z-index: 10;
	border: 0.2em solid #FFF;
	display: none;
	color:#FFFFFF;
	text-align: center;
}	


.popUpForm {
	text-align: left;
	color:#FFFFFF;
	font-size: 0.65em;
	font-weight: bold;
	margin-top: 2em;
}

.popUpForm input {
	width: 100%;
	padding-bottom: 0.5em;
	-moz-border-radius-bottomleft:0.1em;
	-moz-border-radius-bottomright:0.1em;
	-moz-border-radius-topleft:0.1em;
	-moz-border-radius-topright:0.1em;
	background-color:#FAF8F4;
	border:0.1em solid #3399FF;
	color:#000000;
	font-family:"Trebuchet MS",Calibri,Georgia,serif;
	font-size: 1em;
	padding:0.2em;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.button_submit {
	cursor: pointer;
}

.referToIcon {
	margin-left: 0.13em;
	margin-right: 0.13em;
	margin-bottom: 0.13em;
	cursor: pointer;
}

.popUpTitle {
	text-align: left;
}

.referTo {
	cursor: pointer;
	margin-right: 0.13em;
}

#referEmail {
	cursor: pointer;
}

#referBar {
	cursor: pointer;
}

#popUpText{
	font-size: 0.8em;
	margin-bottom: 5em;
}

#popUpInput{
	margin-top: 4em;
	width: 14em;
}

#popUpClose{
	font-size: 0.6em;
	margin-top: 2em;
	position: relative;
	float: right;
	cursor: pointer;
}

#popUpTitle {
	color:#FFFFFF;
	font-size:0.95em;
	padding-bottom:0.75em;
	font-weight: bold;
}

#popUpMessage{
	color: #CC0066;
	font-size:0.7em;
	font-weight: bold;
	margin-top: 2em;
	height: 2em;
	text-align: center;
	margin: 0.4em;
}	

#popUpAdvice{
	color: #CC0066;
	font-size:0.7em;
	font-weight: bold;
	margin-top: 2em;
	height: 2em;
	text-align: center;
	margin: 0.4em;
}

label {
	font-size:0.8em;
}

#contactArea label {
	font-size: 0.75em;
}

#LanguageSwitcher {
	float: left;
	margin-left: 1em;
	margin-top: 0.15em;
}

#LanguageSwitcher .flag {
	float: left;
	padding-right: 0.2em;
}

#message_box {
	-moz-border-radius-bottomleft: 0.1em;
	-moz-border-radius-bottomright: 0.1em;
	-moz-border-radius-topleft: 0.1em;
	-moz-border-radius-topright: 0.1em;
	border: #FFFFFF solid 0.15em;
	padding: 0.2em;
	width: 20em;
	height: auto;
	background-color: #217fa1;
}

#message_box p {
	font-size: 0.8em;
	padding-bottom: 0em;
}

.inputAdvice {
	font-size: 0.7em;
}

.commentRespond input {
	margin-right:0.75em;
	padding:0.45em;
	width:15em;
}

.commentRespond textarea {
	margin-right:0.75em;
	padding:0.45em;
}

.commentRespond input:hover {
	margin-right:0.75em;
	padding:0.45em;
	width:15em;
	background-color: #217fa1;
	border: solid 1px #FFF;
}

.commentRespond textarea:hover {
	margin-right:0.75em;
	padding:0.45em;
	background-color: #217fa1;	
	border: solid 1px #FFF;
}


