body {
	background-color: #ffffff;
	line-height: 1;
	font-size: 11pt;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 200%;
	text-align:center;
	margin-top: 20pt;
	margin-bottom: 10pt;
}

h2 {
	font-size: 170%;
	text-align:center;
	margin-top: 15pt;
	margin-bottom: 5pt;
}

h3 {
	font-size: 130%;
	text-align:center;
	margin-top: 15pt;
	margin-bottom: 5pt;
}

h4 {
	font-size: 200%;
	margin-top: 20pt;
	margin-bottom: 10pt;
}

h5 {
	font-size: 170%;
	margin-top: 15pt;
	margin-bottom: 5pt;
}

h6 {
	font-size: 130%;
	margin-top: 15pt;
	margin-bottom: 5pt;
}

p {
	line-height: 1.5;
}

a:link, a:hover, a:visited, a:active {
	cursor: pointer;
	color: #000000;
	text-decoration:none;
}

li {
	line-height: 1.5;
}

.white {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/* Menü links */
#lmenu {
	width:300px;
	color: #FFF;
	top:20px;
	left:20px;
	position:absolute;
	text-align: center;
}

/* Menüeinträge */
#menuentries {
	position: relative;
	width:170px;
	top: 30px;
	left: 20px;
	list-style:none;
	font-size: 120%;
	cursor: pointer;
}

#menuentries li {
	color: black;
}

#rms {
	line-height: 1;
	font-size: 120%;
	text-align:center;
}

/* Unterschrift und Überschrift */
#header {
	height: 193px;
	top:100px;
	left:300px;
	z-index:100;
	position:absolute;
}

#subtitle {
	position: relative;
	top: -80px;
	left: 110px;
	z-index:150;
	font-size: 20pt;
}

/* Seiteninhalt */
#content {
	position: absolute;
	top: 250px;
	width: 798px;
	height: auto;
	left: 301px;
	margin-bottom: 10pt;
} 

#content_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 798px;
	height: auto;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	height: auto;
	margin: 10pt;
	opacity: .6;
	z-index:-100;
}

/*min-height: 500px;*/

#content_text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	min-height: 362px;
	margin-bottom: 5pt;
	padding: 10pt;
}


/* Das erste Mal verliebt */
#theme1 {
	position: absolute;
	top: 275px;
	left: 150px;
}

/* Beziehungs- und Familienwunsch */
#theme2 {
	position: absolute;
	top: 90px;
	left: 310px;
}

/* Beziehungsfähigkeit in der Partnerschaft */
#theme3 {
	position: absolute;
	top: 270px;
	left: 460px;
}

/* Beziehungsfähigkeit in der Partnerschaft */
#theme4 {
	position: absolute;
	top: 460px;
	left: 290px;
}

/* Reine Mädchensache */
#theme5 {
	position: absolute;
	top: 610px;
	left: 100px;
	width:620px;
	height: 40px;
	line-height:30px;
	background: #195820;
}

/* Reine Mädchensache */
#theme6 {
	position: absolute;
	top: 300px;
	left: 700px;
}

.themes {
	font-size: 200%;
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	cursor: pointer;
}

/* Test Schrift
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
text-shadow: 1px 1px #000000;
*/

/* Menü unten */
#bmenu{
	position: relative;
} 

.boxtext {
	font-size: 13pt;
	color: #fff;
	height:40pt;
	text-align:center;
	padding-top:5pt;
	padding-left:2pt;
	padding-right:2pt;
	padding-bottom:5pt;
	-moz-border-bottom-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}

#box1 {
	background-color: #ffbdbd;
}

#box2 {
	background-color: #75b8dc;
}

#box3 {
	background-color: #ffc100;
}

#box4 {
	background-color: #9bd2a2;
}