
HTML {
	height: 100%;
}
BODY {
	margin: 0;
	color: Black;
	background-color: White;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#layout {
	margin: auto;
	width: 790px;
	background-color: White;
	height: auto;
}
#header {
	background-image: url(images/header_bg.gif);
	width: 790px;
	height: 120px;
	background-repeat: no-repeat;
}
#content {
	background-color: White;
	margin-top: 15px;
	color: #8B0000;
	}
#leftcol {
	background-color: #8B0000;
	background-image: url(images/leftcol_bg.jpg);
	float: left;
	width: 330px;
	height: 580px;
	margin-right: 5px;
	background-repeat: repeat-y;
}
#navi {
	font-family:Arial, Helvetica, sans-serif;
	height: 200px;
	width: 330px;
	text-align: center;
}
.navblock {
	margin: auto;
	padding-top: 10px;
	width: 218px;
}
a:link.navi, a:visited.navi  {
	background-image: url(images/button.jpg);
	width: 218px;
	height: 32px;
	line-height: 30px;
	margin-top: 3px;
	display: block;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
}
a:hover.navi {
	background-image: url(images/button_hover.jpg);
}
#foto {
	text-align: center;
}
#rightcol {
	background-color: White;
	float: right;
	width: 455px;
	height: 580px;
	overflow:auto;
}
#topbox {
	background-color: White;
	height: 191px;
	border: 1px solid #8B0000;
}
.normalcontent {
	padding: 10px;	
	color: #000000;
	font-size:12px;
}


.topcontent, .bottomcontent {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
	padding: 10px;	
	color: #8B0000;
	
}
#bottombox {
	background-color: White;
	height: 380px;
	margin-top: 5px;
	border: 1px solid #8B0000;
}
.bigbutton {
	margin-top: 15px;
	text-align: center;
	width: 349px;
	height: 31px;
}
a:link.bb, a:visited.bb  {
	background-image: url(images/bigbutton.gif);
	width: 349px;
	height: 31px;
	line-height: 30px;
	display: block;
	margin-left: 35px;
	color: White;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
a:hover.bb {
	background-image: url(images/bigbutton_hover.gif);
}
#footer {
	height: 50px;
	clear: both;
	background-color: White;
}
.text {
	font-size: x-small;
	line-height: 28px;
	padding-top: 20px;
	padding-left: 5px;
}
H1 {
	font-size: large;
}

ul.star li {
	list-style-type: none;
	list-style-image: url(images/stern.gif);
	margin-top: 10px;
}
ul.heart li {
	list-style-type: none;
	list-style-image: url(images/herz.gif);
	margin-top: 15px;
}
ul.heart {
	padding-top: 0px;
	padding-bottom: 0px;
}


.mycontentbox
{
	height:578px;
	border: 1px solid #8B0000;
}



/*

HTML {
	height: 100%;
}
BODY {
	margin: 0;
	color: #000000;
	background-color: White;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#layout {
	margin: auto;
	width: 790px;
	background-color: White;
	height: auto;
}
#header {
	background-image: url(images/header_bg.gif);
	width: 790px;
	height: 120px;
	background-repeat: no-repeat;
}
#content {
	background-color: White;
	margin-top: 15px;
	color: #8B0000;
	}
#leftcol {
	background-color: #8B0000;
	background-image: url(images/leftcol_bg.jpg);
	float: left;
	width: 330px;
	height: 580px;
	margin-right: 5px;
	background-repeat: repeat-y;
}
#navi {
	height: 200px;
	width: 330px;
	text-align: center;
}
.navblock {
	margin: auto;
	padding-top: 10px;
	width: 218px;
}
a:link.navi, a:visited.navi  {
	background-image: url(images/button.png);
	width: 218px;
	height: 32px;
	line-height: 30px;
	margin-top: 3px;
	display: block;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
}
a:hover.navi {
	background-image: url(images/button_hover.png);
}
#foto {
	text-align: center;
}
#rightcol {
	background-color: White;
	float: right;
	width: 455px;
	height: 580px;
}
#topbox {
	background-color: White;
	height: 191px;
	border: 1px solid #8B0000;
}

.normalcontent {
	padding: 10px;	
	color: #000000;
	font-size:12px;
}


.topcontent, .bottomcontent {
	padding: 10px;	
	color: #8B0000;
	font-size:18px;
}
#bottombox {
	background-color: White;
	height: 380px;
	margin-top: 5px;
	border: 1px solid #8B0000;
}
.bigbutton {
	margin-top: 15px;
	text-align: center;
	width: 349px;
	height: 31px;
}
a:link.bb, a:visited.bb  {
	background-image: url(images/bigbutton.gif);
	width: 349px;
	height: 31px;
	line-height: 30px;
	display: block;
	margin-left: 35px;
	color: White;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
a:hover.bb {
	background-image: url(images/bigbutton_hover.gif);
}
#footer {
	height: 50px;
	clear: both;
	background-color: White;
}
.text {
	font-size: x-small;
	line-height: 28px;
	padding-top: 20px;
	padding-left: 5px;
}
H1 {
	font-size: large;
}

ul.star li {
	list-style: none outside url(images/stern.gif);
	margin-top: 10px;
}
ul.heart li {
	list-style: none outside url(images/herz.gif);
	margin-top: 15px;
}
ul.heart {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
*/
