<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Design by Marcel Sarman
http://www.einfache-internetseiten.de
*/

* {
margin : 0;
padding : 0;
}
html {
height : 101%;
}
body {
background : #eafcad;
font-family : Verdana, sans-serif;
font-size : 16px;
}
p {
margin : 6px 0;
}
#wrapper {
width : 900px;
margin : 10px auto;
}
#header {
position : relative;
height : 100px;
}
#menu {
float : left;
width : 200px;
}
#content {
position : relative;
margin-left : 200px;
width : 680px;
background : #fdfed6;
border : 1px solid #000;
}
#link {
margin-left : 200px;
text-align : center;
}

/*** MAIN MENU STYLES ***/
#menu ul {
border-bottom : 1px solid #000;
width : 190px;
}
#menu ul li ul {
margin-left : 0;
}
#menu ul li {
width : 190px;
list-style : none;
border-top : 1px solid #000;
}
#menu ul li ul li {
border-bottom : none;
}
#menu ul li a {
text-decoration : none;
font-size : 20px;
line-height : 40px;
padding-left : 6px;
color : #000;
}
#menu ul li a:hover {
text-decoration : underline;
}
#menu ul li .menuactive {
font-weight : bold;
border-left : 20px solid #000;
}

/*** SECOND MENU STYLES ***/
#menu_2 ul {
background : #ddd;
padding : 4px;
margin : 8px 0;
font-size : 18px;
margin-left : 0;
}
#menu_2 ul li {
display : inline;
list-style : none;
padding-right : 8px;
}
#menu_2 ul li a {
color : black;
}
#menu_2 ul li a:hover {
text-decoration : none;
}
#menu_2 ul li .menuactive {
font-weight : bold;
text-decoration : none;
}

/*** SPECIFIC STYLES ***/
#hearts {
line-height : 100px;
font-size : 80px;
margin-left : 71px;
color : #307924;
}
#header h1 {
position : absolute;
left : 220px;
top : 25px;
line-height : 50px;
font-size : 32px;
color : #307924;
font-style : italic;
}
.inner {
margin : 10px;
}
#content h1 {
font-family : Verdana;
line-height : 25px;
font-size : 25px;
padding-bottom:4px;
}
#link a {
line-height : 28px;
color : black;
}
#link a:hover {
text-decoration : none;
}
</pre></body></html>