/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	background-image: url(images/background2.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: .2em;
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	background-image: url(images/background4.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	text-align: left;
	font-family: Georiga, Times New Roman, Times;
	font-weight: bold;
	font-size: 2.98em;	
	margin-top: 0.00em;
	letter-spacing: -0.01em;
	width: 800px;
	height: 159px;
}

.logo_red {
	text-decoration: none;
	/* logo color 1: */
	color: #7d94a2;
	font-variant: small-caps;
	
}

.logo_black {
	/* logo color 2: */
	color: #0d293a;
	font-variant: small-caps;
}

.logo_t {
	font-size: larger
}

#contentbox {
	background-color: #FFFFFF;
	border: 1px solid #0d293a;                
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #0d293a;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	background-color: #FFFFFF;
	width: 788px;
	height: 14px;
	padding: .5em;
	border: 1px solid #0d293a;  
}

#menu a:link, #menu a:visited {
	color: #617a8a;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #0d293a;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	border: 1px dotted #0d293a;
	width: 735px;
	padding: 1em;
	height: 350px;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	border: 1px dotted #0d293a;
	background-color: #ffffff; 
	filter: Alpha(opacity=80); 
	opacity: .70; 
	float: right; 
	width: 31em; 
	height: 26.3em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	color: #284658;
	text-align: justify;
	font-size: 0.8em;
	overflow: auto;
}

img {
	margin: 5px;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.8em;
	font-family: Georiga, Times New Roman, Times;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #0d293a;
	font-variant: small-caps;
}

/* link colors */
#content a:link {
	color: #617a8a;
}

#content a:hover, #content a:active {
	color: #0d293a;
}

#content a:visited {
	color: #617a8a;
}
