body 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#222222;
	font-size:12px;
	margin:0;
	background: #ffedcc;
	font-smooth: always;
}

#main 
{
	width:972px;
	margin:auto;
}

#header
{
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
	padding:20px;
	margin-top:10px;
	height:50px;
	position:relative;
	/*border: 10px solid white;*/
	background:white;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #f3f3f3); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top, #fff, #f3f3f3);
	background: linear-gradient(top, #fff, #f3f3f3);
}

#headertitle
{
	
	margin-top:20px;
	font-size:72px;
	margin-left:50px;
	float:left;
}



.spacer
{
	height:10px;
	background: #fff url(../img/spacer.jpg) repeat-x top left;
}

.spacertop
{
	height:10px;
	background: #fff url(../img/spacertop.png) repeat-x top left;
}

.spacerbottom
{
	height:10px;
	background: #fff url(../img/spacerbottom.png) repeat-x top left;
}

.spacer2
{
    position:relative;
    clear:both;
	height:10px;
    width:972px;
    left:-30px;
    margin-top:20px;
    margin-bottom:20px;
	background: #fff url(../img/spacer.jpg) repeat-x top left;
}

#splash
{
	/*height:380px;*/
	background-color:white;
	/*border-left: 10px solid white;
    border-top: 10px solid white;*/
	overflow:hidden;
	/*background: #fff url(../img/splash.png) repeat-x top left;*/
}

#slideshow img
{
	
}

#quotesection
{
	background-color:white;
	width:100%;
	padding-top:20px;
	color:#555555;
	line-height:22px;
	font-size:13px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top, #f3f3f3, #fff);
	background: linear-gradient(top, #f3f3f3, #fff);
}

.content
{
	color:#555555;
	line-height:22px;
	font-size:13px;
	padding-left: 20px;
    padding-right: 20px;
    padding-top:0px;
    padding-bottom: 10px;
	background-color:white;
	border: 10px solid white;
}


a
{
    color: #946a10;
	text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a img
{
	outline:none;
	border:0px;
	outline:0;
}

h1.slideshow_caption
{
	
	background:black;
	opacity:0.7;margin:10px;color:white;text-shadow 5px 5px 5px #000;
}

#footer
{
	padding: 30px;
	font-size: 14px;
	line-height:22px;
	color: #CCCCCC;
	background:#2d2d2d;
}

#footer b
{
	font-size: 14px;
	color:#EEEEEE
}

#footer a
{
	color:#cccccc;
}

#footer a:hover
{
	text-decoration:underline;
	
	color:#eeeeee;
}

#siegel
{
	opacity:0.7;filter:alpha(opacity=70);
}

a.whitelink
{
	color:white;
}

a.whitelink:hover
{
	text-decoration:underline;
}

.trennstrich
{
    width:100%;
    border:1px solid #e3e3e3;
    height:1px;
    margin:auto;
    background-color:white;
    margin-bottom:30px; 
    margin-top:30px;
    clear:both;
}

input
{
    padding:8px;
    font-family:arial, verdana;
    border:none;
    background-color:#eee;
}

textarea
{
    padding:8px;
    font-family:arial, verdana;
    border:none;
    background-color:#eee;
}

a.button
{
    display:block;
    position:relative;
    color:#222222;
    font-weight:bold;
    text-align:center;
    padding-top:7px;
    width:152px;
    height:30px;
    background:url('../img/button.jpg') no-repeat scroll left 0;
}

.button_long
{
    display:block;
    position:relative;
    color:#222222;
    font-weight:bold;
    text-align:center;
    padding-top:7px;
    height:30px;
    width:225px;
    background:url('../img/button_long.jpg') no-repeat scroll left 0;
}

.button_verylong
{
    display:block;
    position:relative;
    color:#222222;
    font-weight:bold;
    text-align:center;
    padding-top:7px;
    height:30px;
    width:413px;
    background:url('../img/button_verylong.jpg') no-repeat scroll left 0;
}

img.bild
{
    float:left;
    margin-right:30px;
    margin-bottom:30px;
}

.textrechts
{
    float:left;
    width:400px;
    margin-bottom:20px;
    margin-top:-10px;
}

input.sparkle-hint
{
    display:block;
    clear:both;
}