/* Bereiche */

body
{
	margin:0;
	padding:20px;
	text-align:center;
	
	background-color:#FFFFFF;
	background-image:url(gfx/background.png);
	
	font-family:"lucida grande", "lucida sans unicode", geneva, verdana, sans-serif;
}

#wrapper
{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	width:920px;

	text-align:center;
	
	background:url(gfx/background1.jpg) repeat-x #FFFFFF;
	
	height:auto;
}

#title
{
	margin:0;
	text-align:left;
}

#column1
{
	margin:0;
	margin-top:34px;
	padding:0;
	width:110px;
	text-align:left;
	
	float:left;
}

#column2Wrapper
{
	margin:0;
	margin-left:20px;
	margin-top:34px;
	padding:0;
	width:570px;
	text-align:left;
	
	float:left;
	
	background:url(gfx/background2.jpg) repeat-y #FFFFFF;
}

#column2
{
	margin:0;
	padding:20px;
}

#column3Wrapper
{
	margin:0;
	margin-left:20px;
	margin-top:34px;
	padding:0;
	width:200px;
	text-align:left;
	
	float:left;
	
	background:url(gfx/background3.jpg) repeat-y #FFFFFF;
}

#column3
{
	margin:0;
	padding:20px;
}

#footer
{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	padding-top:5px;
	width:960px;

	text-align:right;
}

/* Header */

h1
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	line-height:1.5;
	background-color:#eb6e07;
	display:-moz-inline-block;
	display:inline-block;
	zoom:1; *display: inline; _height: 30px;
}

h2, h3
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	color:#292929;
	line-height:1.5;
}

h5
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	color:#EB6E07;
	line-height:14px;
}

h2.form
{
	font-size:12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	color:#292929;
	line-height:1.5;
}

/* Text */

p
{
	font-size:12px;
	margin:0px;
	color:#292929;
	line-height:1.5;
}

p.justify
{
	font-size:12px;
	margin:0px;
	color:#292929;
	text-align:justify;
	line-height:1.5;
}

p.right
{
	font-size:12px;
	margin:0px;
	color:#292929;
	line-height:1.5;
}

p.note
{
	font-size:10px;
	margin:0px;
	margin-top:5px;
	color:#292929;
	line-height:1.5;
}

p.start
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	line-height:1.5;
	background-color:#eb6e07;
	display:-moz-inline-block;
	display:inline-block;
	zoom:1; *display: inline; _height: 30px;
}

/* Links */

a:link
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
}

a:visited
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
}

a:active
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
}

a:hover
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
}

a.text:link
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
	border-bottom:dashed;
	border-color:#292929;
	border-width:1px;
}

a.text:visited
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
	border-bottom:dashed;
	border-color:#292929;
	border-width:1px;
}

a.text:active
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
	border-bottom:dashed;
	border-color:#292929;
	border-width:1px;
}

a.text:hover
{ 
	text-decoration:none;
	color:#292929;
	text-decoration:none;
	border-bottom:dashed;
	border-color:#292929;
	border-width:1px;
}

/* Listen */

ul
{
	margin:0;
	margin-left:20px;
	padding:0;
	list-style:disc inside;
	list-style-position:outside;
}

li
{
	font-size:12px;
	color:#292929;
	line-height:1.5;
}

/* Formulare */

form
{
	margin:0px;
	padding:0px;
}

input, select, textarea
{
	font-family:"lucida grande", "lucida sans unicode", geneva, verdana, sans-serif;
	font-size: 12px;
	margin:0px;
	border:0px;
}

input.text
{
	padding:5px;
	background-color:#C8C8C8;
}

input.button {
	padding:5px;
	border:none;
	background-color:#C8C8C8;
}

textarea
{
	padding:5px;
	background-color:#C8C8C8;
}

/* Vordefinierte Bildklassen */

img.floatleft
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}