@charset "utf-8";

/*
****************************************************
*  Autor: Martin Development, www.m-dev.ch
*  Datum: 14. April 2009
*  Copyright: (c)2009 Martin Development
****************************************************
*/

/* GENERAL DEFINITIONS
------------------------------------------- */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, tr, td { margin: 0; padding: 0; }

html { height:100%; margin-bottom:1px; }
body {
	background 	: #FFFFFF url(bg_page.jpg) top center repeat;
	font-family : Verdana, Helvetica, sans-serif;
	font-size 	: 12px;
	text-align 	: center;
}

div {}
p.age { 
	text-align  : justify;
	font-size   : 13px;
	font-weight : bold;
	position    : absolute;
	bottom      : 80px;
	left        : 30px;
	width       : 260px;
}

a, a:link, a:visited {
	color           : #000;
	text-decoration : none;
}
a:hover, a:active {
	color           : #c10;
	text-decoration : none;
}

h2 {
	font-size   : 18px;
	font-weight : bold;
	margin      : 150px 0 3px 0;
}
h3 {
	font-size   : 15px;
	font-weight : bold;
	margin      : 0;
	line-height : 150%;
}


/* LAYOUT DEFINITIONS
------------------------------------------- */
#container {
	margin      : 0 auto;
	width       : 960px;
	text-align  : left;
}
#header {
	background  : url(logo.png) top center no-repeat;
	text-align  : center;
	height      : 100px;
	overflow    : hidden;
}
#box_zendopartys,#box_zendopartner,#box_erotikportal,#box_zendocash {
	display   : inline;
	float     : left;
	height    : 470px;
	width     : 320px;
	overflow  : hidden;
	position  : relative;
}
#box_zendopartys  { background: url(box_zendopartys.png) top center no-repeat; }
#box_zendopartner { background: url(box_zendopartner.png) top center no-repeat; }
#box_zendocash    { background: url(box_goldmember.png) top center no-repeat; }
#box_erotikportal { background: url(box_erotikportal.png) top center no-repeat; }

.box_inner    { padding: 0 28px; }

p.nein, p.ja  { display: inline; font-size:36px; font-weight:normal; margin: 10px 0 0 0; position:absolute; }
p.nein        { bottom: 20px; left: 27px; }
p.ja          { bottom: 20px; right: 30px; }

div.clr       { clear:both; height:20px; }

div.zendocash { display:inline; float:left; border:1px solid #000; font-size:26px; line-height:50px; height:50px; width:300px; margin:0 18px 0 10px; text-align:center; }
div.time4sex  { display:inline; float:left; border:1px solid #000; font-size:26px; line-height:50px; height:50px; width:300px; text-align:center; }


