div { border: none; }

body
{
	color: black;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
}

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
}

ul
{
	margin-left: 6px;
	margin-right: 3px;
	padding-left: 6px;
	text-align: left;
}

li
{
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

li:before { marker-offset: 3px; }
b, strong { font-weight: bold; }

table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

tr { vertical-align: top; }

td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

/*

a:visited
{
	font-weight: bold;
	text-decoration: none;
}

*/

a { color: #600; }
a:hover { color: #633; }

/*
a:active
{
	text-decoration: none;
}
*/

img
{
	border: 0;
	margin: 0;
}

h1
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666;
	margin: 40px 0 30px 0;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #666;
	margin: 7px 0 3px 0;
}

h3
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #666;
	margin: 0 0 0 0;
}

/*	specific elements	*/
#leftcol, #rightcol, #middlecol
{
	padding: 10px;
	width: 33%;
}

#activemenuitem { color: #900; }

#activemenuitem:before
{
	font-style: bold;
	content: "<";
}

#activemenuitem:after
{
	font-style: bold;
	content: ">";
}

#bodywrapper
{
	padding: 20px 0 0 0;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#contentwrapper
{
	min-height: 400px;
	background-image: url(../gfx/contentborder.gif);
	font-size: 11px;
}

#menubar
{
	height: 70px;
	background-image: url(../gfx/topline2.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	color: white;
	font-size: 10px;
	text-align: right;
}

#bottomline a, #menubar a
{
	color: white;
	text-decoration: none;
}

#bottomline a:hover, #menubar a:hover { color: #900; }

#bottomline
{
	height: 100%;
	color: white;
	background-color: #666;
	font-size: 10px;
	padding: 2px 0 0 10px;
	line-height: 1.8em;
	background-image: url(../gfx/bottomlineborder.gif);
	text-align: left;
}

#byline
{
	text-align: right;
	font-size: 10px;
	color: #666;
	margin: 2px 0 0 0;
}

#byline a { text-decoration: none; }

#left
{
	position: left;
	width: 180px;
	float: left;
	font-size: 11px;
	color: #666;
	margin: 0 20px 0 10px;
	text-align: left;
}

#right
{
	position: relative;
	width: 180px;
	float: right;
	font-size: 11px;
	color: #666;
	text-align: left;
}

#middle
{
	left: 190px;
	position: relative;
	font-size: 11px;
	color: #666;
	width: 33%;
	text-align: left;
}

/*	custom css classes	*/
.column
{
	position: relative;
	top: 0;
	width: 33%;
	float: left;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.gutter { width: 3%; }
.dekorbild { padding: 40px 0 40px 0; }
.contact { width: 100%; }

.quote
{
	margin: 0 110px 3px 110px;
	font-style: italic;
	text-align: left;
}

.quote_author
{
	margin: 0 110px 10px 110px;
	padding: 0 0 3px 0;
	text-align: left;
	vertical-align: top;
}

