/*-----------------------------------------------------------------*/
/*-----------    Stylesheet der Arthur W. BŸttner KG     ----------*/
/*-----------------------------------------------------------------*/

/*                        Blau   = #00438A                         */
/*                        Orange = #F0620C                         */

/*-----------------------------------------------------------------*/
/*--------------------  Generelle HTML Styles   -------------------*/
/*-----------------------------------------------------------------*/


html, body, div, p, h1, h2, h3, h4, ul, ol, span, a, table, tr, td, th, form, img, li, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
	
html, body	{ color: #333333;
		      line-height: 1.166; }
	
p		    { padding-bottom: 15px;}

a		    { color: #F0620C; text-decoration: none; }
a:link		{ color: #F0620C; text-decoration: none; }
a:visited	{ color: #F0620C; text-decoration: none; }
a:hover		{ color: #F0620C; text-decoration: none; }
a:active	{ color: #F0620C; text-decoration: none; }

img		    { border: 1px solid #000000;
   		      padding: 0px; }

input		{ width: 140px; }

textarea	{ font-size: 11px; }

select		{ font-size: 10px;
		      width: 146px; }

table		{ border: 0px solid #ffffff; }

td		    { vertical-align: top; }


/*-----------------------------------------------------------------*/
/*--------------------------  Sektionen  --------------------------*/
/*-----------------------------------------------------------------*/


#MainSection {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 760px;
	margin-left: -380px;

	text-align: left;
	border: solid 0px #ffffff;
}


#HeadSection {
	height: 190px;
	padding: 0px 15px 0px 15px;
	text-align: left;

	background-color: #ffffff;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}


#NavBackSection {
	height: 22px;
	width: 760px;	

	text-align: left;
	color: #000000;
	float: left;

	background-color: #ffffff;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}


#NavSection {
	height: 20px;
	width: 730px;	

	text-align: left;
	color: #000000;
	float: left;

	margin: 0px 15px 0px 15px;

	background-color: #cdcdcd;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


#NavLeft {
	height: 20px;
	width: 585px;
	float: left;

	padding: 3px 0px 2px 0px;

	text-align: left;
	color: #000000;
}


#NavRight {
	height: 20px;
	width: 145px;
	float: right;

	padding: 3px 0px 2px 0px;

	text-align: right;
	color: #ffffff;
}


#ContentBackSection {
	color: #000000;

	background-color: #ffffff;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}

#ContentSection {
	width: 730px;
	color: #000000;
	margin: 2px 15px 0px 15px;
	
	padding: 50px 15px 20px 17px;
}


#FootBackSection {
	height: 50px;
	width: 760px;
	text-align: left;
	color: #000000;

	background-color: #ffffff;
	background-image: url(backfoot.jpg);
	background-repeat: no-repeat;
}


#FootContent {
	height: 24px;
	margin: 0px 15px 30px 15px;
	padding: 3px 0px 6px 0px;


	text-align: center;
	color: #666666;
	font-size: 10px;

	background-color: #cdcdcd;
	border-top: 1px solid #cdcdcd;		  
}


/*-----------------------------------------------------------------*/
/*-----------------------  Sektion-Styles  ------------------------*/
/*-----------------------------------------------------------------*/


#HeadSection img {
	padding: 0px;
	margin: 0px;
	border: solid 0px #ffffff;
}

#NavLeft a {
	margin: 0px 2px 0px 0px;
}
	
#NavLeft b 	{
	margin: 0px 2px 0px 0px;
	padding: 1px 17px 2px 17px;
	
	color: #ffffff;
	background-color: #F0620C;
	text-decoration: none;
	font-weight: normal;
}
	
#NavLeft a:link, #NavLeft a:visited {
	padding: 1px 17px 2px 17px;
	color: #000000;
}

#NavLeft a:hover, #NavLeft a:active {
	padding: 1px 17px 2px 17px;
	color: #ffffff;
	background-color: #F0620C;
	text-decoration: none;
}

#NavRight a {
	margin: 0px 3px 0px 0px;
}

#NavRight img {
	padding: 0px;
	margin: 0px;
	border: solid 0px #cdcdcd;
}

#FootContent a {
	font-size: 10px;
}

#FootContent a:hover, #FootContent a:active
{
	font-size: 10px;
	color: #F0620C;
	text-decoration: underline; 
}

#FootContent p {
	padding-bottom: 3px;
	color: #666666;
}


/* 1px = hack to fix rendering of block-level anchors up to Win IE 6 	*/
/* in lists (ohne muss alles in eine zeile!) 				*/

#NavLeft li		{ border-bottom: 0px solid #F0620C; }
#NavLeft a		{ border-bottom: 0px solid #F0620C; }
#NavLeft b		{ border-bottom: 0px solid #F0620C; }

/* Fix for Browsers that don't need the hack (all up to IE 6 and Netscape 4 will be excluded) */

html>body #NavLeft li 	{ border-bottom: none; }
html>body #NavLeft a 	{ border-bottom: none; }
html>body #NavLeft b	{ border-bottom: none; }






.general, .headline1, .headline2, .headline3  {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	text-align: left;
}


/*---------------------   Headline Styles   ----------------------*/


.headline1 	{ line-height: 1.0;
		  padding-top: 10px;
		  padding-bottom: 2px;
		  font-size: 13px;
		  color: #00438A;
		  font-weight: bold;
}

.headline2 	{ line-height: 1.0;
		  padding-top: 2px;
		  padding-bottom: 16px;
		  font-size: 13px;
		  color: #F0620C;
		  font-weight: bold;
}

.headline3 	{ line-height: 1.0;
		  padding-top: 2px;
		  padding-bottom: 5px;
		  font-size: 12px;
		  color: #00438A;
		  font-weight: bold;
}

.small 	{ padding-bottom: 5px;

}

.list { list-style: square outside;
	padding: 5px 0px 5px 35px;
}



/*---------------------   Slideshow Styles   ---------------------*/


.fader {
    position: relative;
    display: inline-block;
}

.fader img {
    vertical-align: top;
}

.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}