@charset "utf-8";
/* CSS Document */

/* Standart Reset für SUP und SUB */

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:0.6em;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*------------------------------------*/
/*Grundlayout*/

#microsite {
 width:659px;
}

#microsite #two-column {
	width: 100%;
	overflow:hidden;
	padding:0px 0 20px 0px;
	margin:0px 0 20px 0px;
	background-image: url(img/spalten_trenner.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#microsite #two-column #left{
 width:310px;
 float:left;
 padding:0;
 margin: 0 0 0 10px;
}
#microsite #two-column #right{
 width:305px;
 float:right;
 padding:0;
 margin: 0 10px 0 0;
 
}

/*------------------------------------*/
/*Typography*/


#microsite {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;
}

#microsite h1 {
font-size:1.5em;
line-height:1.4em;
margin:0 10px 0.5em 10px;
}
#microsite h2 {
font-size:1.5em;
line-height:1.4em;
margin:0 10px 0.5em 10px;
color:#00a6ef;
text-align:center;
}
#microsite p{
font-size:1em;
line-height:1.4em;
margin:0 10px 0.5em 10px;
text-align:center;
}

#microsite p.gutschein{
font-size:1.5em;
color:#FF0000;
}

#microsite p.gutschein big{
font-size:1.2em;
font-weight:bold;
}
#microsite p.gutschein small{
font-size:0.5em;
font-weight:regular;
}

#microsite #microsite_footer{
font-size:9px;
padding:10px 0 10px 0;
margin: 10px 0 10px 0;
border-top:#999999 1px solid;
}
#microsite #microsite_footer p{
text-align:justify;
}

/*------------------------------------*/
/*Graphiken*/
a img{border:none;}
#microsite_header{
	background:url(img/header_50+5Euro.jpg) no-repeat top left;
	height:200px;
	position:relative;
}
#microsite_header .replace{display:none;}
#partnerlink {position:absolute; top:10px; right:10px; color:#ffffff; font-size:12px;}

#microsite #two-column #left{
background:url(img/fotos.jpg) no-repeat top center;
padding-top:200px;
}
#microsite #two-column #right{
background:url(img/heft.jpg) no-repeat top center;
padding-top:200px;
}
