/*
CODE:			Livingpage MediaAgentur für ARTfiler
REVISION:		1.0
LAST CHANGE:	        01.12.03 bm@livingpage.com

CSS nach Typen sortiert.

Getestet und fuer gut befunden in:
Mac: IE5.0, Opera 5.0tp1-3, NN6, Mozilla 0.9.5
Win: IE5.0, IE5.5, IE6, Opera 5, NN6
'x: Konqueror 2.1.1, Opera 5, Lynx 2.8.3, Mozilla 0.9.2 NN6.1

Nicht geeignet fuer NN4.x. (any version, any platform)

Weitere Erklaerungen gibt es bei w3.org/TR/REC-CSS2/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e5c67e;
	background-image: url(/images/bg/content.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#logo {
	top: 0px;
	left: 0px;
	width: 270px;
	height: 151px;
	background-image: url(/images/bg/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
}

#marginalie {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 180px;
	text-align: right;
	font-size: 12px;
	}

#marginalie ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type: none 
	}
			
#marginalie li {
	margin-bottom: 10px;
color: #000;
}   
			
#marginalie a {
	color: #036;
	text-decoration: none;
	}

#marginalie a:hover {
	color: #036;
	text-decoration: underline;
	}

.text {
	font-size: 12px;
	line-height: 18px;
}

.text p{
	margin: 0px;
	padding: 0px;
}

#content{
	margin-top: 45px;
	position: absolute;
}

#text {
	position: absolute;
	left: 280px;
	top: 10px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

#text a {
	color: #036;
	text-decoration: none;
}

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

h1#headline {
	margin: 0px;
	top: 127px;
	left: 280px;
	width: 480px;
	position: absolute;
	font-size: 16px;
}

.subline {
	font-size: 12px;
}


.invisible {
	display: none;
}


#menue {
	display: none;
}

#kopfbereich {
	background-image: url(/images/bg/body.gif);
	background-repeat: repeat-x;
	height: 101px;
	width: 100%;
}

h2#claim {
	position: absolute;
	top: 30px;
	left: 280px;
	width: 470px;
	height: 100px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #e5c67e;
	margin: 0px;
}

h3#header {
	position: absolute;
	top: 78px;
	left: 280px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
}

#footer {
	margin: 20px 0px 20px 0px;
	background-image: url(/images/bg/footer.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	font-size: 11px;
}

#footer a {
	color: #334159;
	text-decoration: none;
}

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

#marginalienliste {
	color: #334159;
}

#faq {
	font-size: 12px;
}

#faq ol {
	padding: 0px; 
	margin: 0px; 
	list-style-type: none 
	}
			
#faq li {
	margin-bottom: 10px;
}   
			
#faq a {
	color: #036;
	text-decoration: none;
	}

#faq a:hover {
	color: #036;
	text-decoration: underline;
	}

#include {
	font-size: 12px;
	line-height: 18px;
}

.acc {
    border: #000 solid;
    border-width: 0px 0px 1px;
    font-weight: bold;
    color: #444;
}
/*Bestellformular start */

table.FormularTable .FormularTable
{
  width: 100%;
  border: 0px;
  COLOR: #000000;
}
.Ausgabe
{
  width: 70%;
}
  table.FormularTable td
{
padding-top: 9px;
  padding-right: 7px;
  width: 50%;
}
table.FormularTable .Anrede
{
  width: 60px;
  border: 1px solid #000000;
}
table.FormularTable .DefaultText
{
  COLOR: #000000;
}
table.FormularTable  .DefaultInput
{
  WIDTH: 100%;
  border: 1px solid #000000;
}
table.FormularTable .ErrorText, strong p.ErrorText
{
  COLOR: #FF0000;
}
table.FormularTable .ErrorInput
{
  WIDTH: 100%;
  BORDER: 1px solid #FF0000;
  COLOR: #000000;
}

/*Bestellformular end */