/* Mainflächen */

#main_centerer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
}

#main_holder {
	position: relative;
	width: 788px;
	top: 0px;
	left: auto;
	text-align: left;
}


/* Fixe Elemente oben */

#topfix_holder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#line_left_gray {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1024px;
	background: #BCBCBC;
}

#line_left_white_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 26px;
	background: #FFFFFF;
	z-index: 30;
}

#line_left_white_bottom {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 1px;
	height: 55px;
	background: #FFFFFF;
	z-index: 30;
}

#line_right_gray {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 1024px;
	background: #BCBCBC;
}

#line_right_white_top {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	height: 26px;
	background: #FFFFFF;
	z-index: 30;
}

#line_right_white_bottom {
	position: absolute;
	right: 0px;
	top: 115px;
	width: 1px;
	height: 55px;
	background: #FFFFFF;
	z-index: 30;
}

#address_holder {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}

#address {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #ffffff;
}

#logo {
	position: absolute;
	left: 10px;
	top: 55px;
	width: 265px;
	height: 27px;
}

/* Mainmenü */

#mainmenu_holder {
	position: absolute;
	top: 43px;
	right: 10px;
	height: 72px;
	width: 500px;
	text-align: right;
}

#mainmenu_holder a.mainmenu_a {
	top: 0px;
	position: relative;
	right: 0px;
	height: 72px;
	border-right: solid;
	border-color: #3C4142;
	border-width: 1px;
	padding-top: 55px;
	padding-left: 5px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu_holder a.mainmenu_a:link, a.mainmenu_a:visited {
	background:transparent url(../css_images/mainmenu_out.gif) no-repeat top right;
	color: #000000;
}

#mainmenu_holder a.mainmenu_a:hover, a.mainmenu_a:active {
	background:transparent url(../css_images/mainmenu_over.gif) no-repeat top right;
	color: #98000C;
}

/* Menüs */

#menu_holder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

/* Language Menü */

#langmenu_holder {
	position: absolute;
	top: 115px;
	left: 10px;
	height: 15px;
	text-align: left;
}

#langmenu_holder a.langmenu_a {
	position: relative;
	top: 5px;
	left: 0px
	height: 15px;
	border-right: solid;
	border-color: #ffffff;
	border-width: 1px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff
}

#langmenu_holder a.langmenu_a:link, a.langmenu_a:visited {
	color: #ffffff;
}
	
#langmenu_holder a.langmenu_a:hover, a.langmenu_a:active {
	color: #98000c;
}

/* Submenü */

#submenu_holder {
	position: absolute;
	top: 145px;
	right: 10px;
	height: 27px;
	text-align: right;
}

#submenu_holder a.submenu_a_first {
	position: relative;
	top: 0px;
	right: 0px;
	height: 25;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #bcbfbe;
}

#submenu_holder a.submenu_a {
	position: relative;
	top: 0px;
	right: 0px;
	height: 25;
	padding-top: 3px;
	padding-left: 18px;
	padding-right: 4px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #bcbfbe;
	background: url(../css_images/submenu_delimiter.gif) no-repeat;
}


#submenu_holder a.submenu_a:link, a.submenu_a:visited {
	color: #bcbfbe;
}

#submenu_holder a.submenu_a:hover, a.submenu_a:active {
	color: #ffffff
}

#submenu_holder a.submenu_a_first:link, a.submenu_a_first:visited {
	color: #bcbfbe;
}

#submenu_holder a.submenu_a_first:hover, a.submenu_a_first:active {
	color: #ffffff
}

/* Topflächen */

#background_holder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 168px;
	overflow: hidden;
	z-index: 10;
}

#bg_address {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 24px;
	background: #98000C;
}

#line_address {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 100%;
	height: 1px;
	background: #FE9900;
}

#line_language {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
	height: 1px;
	background: #3C4142;
}

#bg_language {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 100%;
	height: 27px;
	background: #8F9593;
}

#bg_submenu{
	position: absolute;
	left: 0px;
	top: 145px;
	width: 100%;
	height: 23px;
	background: #3C4142;
}

/* Content */

#content_holder {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 768px;
}



/* Texte */

span.hiddentext {
	display: none;
}

body, p, a, font, div, span, h1, h2, h3, h4, h5, h6, ul, ol, li, td
            {font-family: Arial, Helvetica; font-weight: normal; font-size: 11 px; color: #000000; font-style: normal}
a, p           {line-height: 1.5em}

p.form      {margin: 2px,20px,15px,0;}
p.form2     {margin: 2px,20px,15px,30px;}
p.balken    {background-color: #9D1D33; margin-right: 40px; padding: 2px,20px;}
p.balken a  {color:fff; text-decoration: none;}

table.order td   {background-color: #B4B9BA; vertical-align: middle; padding: 5px;}
table.order td.tablehead {background-color: #3C4142; padding: 5px; color: #fff;}
table.order td.contact   {background-color: #fff; vertical-align: middle; padding: 5px;}
table.order input {font-size: 11px;}


h1			{font-weight: bold; font-size: 14 px;}
h1          {background: url(../css_images/headline_starter.gif) no-repeat; padding-left: 30px}

h2			{font-weight: bold; font-size: 12 px;}
h3, h4		{font-weight: bold; font-size: 11 px; margin-bottom: -1.5em;}

h4          {color: f00;}
hr.order    {margin-top: 0.8em; color: #000; height: 1px; margin-bottom: 0 em;}

td          {vertical-align: top;}

ul, ol, li a
{font-family: Arial, Helvetica; font-weight: normal; font-size: 11 px; color: #000000; font-style: normal; text-decoration: none}


ul {
	padding: 0;
	margin: 10px,0,0,0;
	line-height: 1.5em;
}

li {
	margin: 0,15px;
	list-style: square;
}

li.pdf {
	list-style: none;
	list-style-image: url(../css_images/pdf.gif);
	line-height: 20px;
	padding: 0,10px;
	vertical-align: middle;
}

.einzug {padding:0,10px,0,10px}

#content_holder img {
	display: block;
}

#content_holder img.inline {
	display: inline;
}

#samples {
	width: 100%;
}

#samples span {
	float: left;
	text-align: left;
	height: 120px;
	margin: 10px,20px,0px,0;
}

#samples span p {
	margin: 5px,0,0,0;
	padding-bottom: 5px;
	width: 144px;
	line-height: 1.2em;
}
