/* 
** flowertree - alternative stylesheet 2
** Other colors and another background picture.
** 
** Nov 13, 2006 - (version 1.1)
** 
** 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: #181818;
	text-align: center;
	margin-top: 3em;
}

.page {
	/* Page width: */
	width: 753px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin-bottom: 0em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #FFFFFF;
}

#contentbox {
	background-color: #c81727;
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #ffffff;
	text-decoration: underline;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=100);
	float: right;
	width: 22em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #c81727;
}

/* link colors */
#content a:link {
	color: #c81727;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #c81727;
	text-decoration: none;
}

#content a:visited {
	color: #c81727;
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}
