/* Design&Texte J-O Janssen */
/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
	background:#bebebe;
	color:#333333;
	text-align:center;
	min-width:780px;
}

/* boxes, box specific typography */

#content {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:780px;
}

#contenthead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	background:white url("img/mobil-discount24.png") no-repeat left top;
}

#contentlogo {
	padding:4px 0 4px 0;
	position:absolute;
	height:33px;
	left:0;
	width:100%;
	bottom:0;
	background:#7EBD3B url("img/frankenavbg.png") repeat-y left top;
}

#contentnav {
	display:table;
	list-style:none;
	white-space:nowrap;
	margin:0 0 0 5px;
}
#contentnav li {
	display:table-cell;
	margin:5px;
}
#contentnav li a, #pgnav li b {
	font-size:80%;
	line-height:260%;
	padding:10px;
	text-decoration:none;
	color:#FFFFFF;
}
#contentnav li a:hover {
	background:#3D70C3;
}

#contentbody {
	width:100%;
	position:absolute;
	top:150px;
	background:white url("img/frankebg.png") repeat-y 50% top;
	font-size:85%;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 1050px;
}

#contentleft {
	position:absolute;
	top:-4px;
	left:569px;
	margin:20px 0 40px 40px;
	width:158px;
	font-size:90%;
	line-height:1.4;
}

#contentmain {
	margin:0 30px 0 20px;
	padding:0 0 3em 0;
	width: 560px;
}
	
#contenttail {
	clear:both;
	border-top:3px solid #4578CB;
	padding:.5em 0 0 0;
	color:#999;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	width: 376px;
	left: 20px;
	top: 1026px;
}
#contenttail p {
	margin:0;
}
#contenttail a {
	color:#999;
}


.txtflt {
	width:190px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:white;
	margin:0 0 0 5px;
	padding:0 0 0 10px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#555555;
	border-bottom:1px solid #dddddd;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#2F67C3;
}
a:visited {
	color:#2F67C3;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
	float:right;
}
hr {
	height:1px;
	clear:both;
}

