/*Formular für die DIREKTBESTELLUNG*/
html, body
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3e3e3e;
}
p
{
	line-height:13px;
}
h1
{
	display:inline;
	margin:0; padding:0;
	color:#008683;
	font-size:19px;
	font-weight:normal;
}
#header
{
	margin:0 0 15px 0;padding:0;
}
/*-------------------------------------------*/
#direktbestellung-content
{
	width:630px;
	padding: 0;
	border:none;
}
fieldset
	{
		width:604px;
		border: 1px solid #afafaf;
		padding:10px;
		margin:10px 4px 0 0;
		background-color:#f4fdfa;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
	}
	legend
	{
		color:#51ada6;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 0 15px;
		padding: 0 5px 1px 5px;
	}

label span, p span, #zahlung span /*Asterix*/
	{
		color:#51ada6;
		font-weight:bold;
	}
	
a:link, a:visited
{
	color:#888888;
	font-weight:bold;
}
a:hover
{
	color:#008683;
}

p.hinweis
		{
			text-align: center;
			font-size: 10px;
			padding-bottom:14px;
		}
p.klein
{
	font-size: 9px;
	margin:0;padding:0;
	float:right;
}

/*Persönliche Angaben*/
	#left
	{
		float:left;
		width:294px;
		padding:0 8px 0 0;margin:0;
		border: none;
	}
		#left p label
		{
			float:left;
			text-align:right;
			width: 108px;
			font-weight:bold;
			margin:0;
			padding:4px 4px 0 0;
		}
		#left p
		{
			clear:left;
			padding-bottom:6px;
		}
		#left input
		{
			width: 176px;
			padding:0;margin:0;
			height:18px;
		}
		
		
	#right
	{
		float:right;
		width:294px;
		padding:0 0 0 8px;margin:0;
		border: none;
	}
	#right p label
		{
			float:right;
			width: 108px;
			font-weight:bold;
			margin:0;
			padding-top:4px 0 0 4px;
		}
		#right p
		{
			clear:right;
			padding-bottom:6px;
		}
		#right input
		{
			width: 176px;
			padding:0;margin:0;
			height:18px;
		}
		/*#right input.kundennummer
		{
			width: 176px;
			padding:0;margin-top:-6px;
		}*/
		span.kdn
		{
			font-weight:normal;
			font-size:10px;
			color:#3e3e3e;
		}
p.agb
{
	clear:both;
	margin: -6px 0;
	padding:14px 0 10px 0;
	text-align: center;
}
p.agb input
{
	margin: 0 8px 0 0;
}
/*BESTELLDATEN*/
#anzahl
{
	float:left;
	width:50px;
	padding-right:0px; /*Die Abstände zwischen den Zeilen erledigen die Inputs, da ich nur divs für die Spalten angelegt habe*/
}
#anzahl input
{
	width:40px;
	margin: 0 0 5px 0;
}

#titel
{
	float:left;
	width:182px;
	padding-right:8px; /*Die Abstände zwischen den Zeilen erledigen die Inputs, da ich nur divs für die Spalten angelegt habe*/
}
#titel input
{
	width:180px;
	margin: 0 0 5px 0;
}

#autor
{
	float:left;
	width:145px;
	padding-right:5px;/*Die Abstände zwischen den Zeilen erledigen die Inputs, da ich nur divs für die Spalten angelegt habe*/
}
#autor input
{
	width:140px;
	margin: 0 0 5px 0;
}

#format
{
	float:left;
	width:108px;
	padding-right:3px; /*Die Abstände zwischen den Zeilen erledigen die Inputs, da ich nur divs für die Spalten angelegt habe*/
}
#format select
{
	width:106px;
	margin: 0 0 5px 0;
	height: 22px;
}

#isbn
{
	float:left;
	width:98px;
}
#isbn input
{
	width:98px;
	margin: 0 0 5px 0;
}

#anzahl p, #titel p, #autor p, #format p, #isbn p /*Überschriften der Spalten*/
{
	margin:0;padding:0 0 6px 0;
	font-weight:bold;
}
#anzahl p
{
	letter-spacing: -1px;
}
/*ZAHLUNG*/
#hinweise
{
	float:left;
	width:300px;
	padding:0 30px 0 20px;
}
#hinweise ul
{
	margin:0; padding:0;
	text-align: justify;
	line-height:13px;
}
li
{
	list-style: square;
}

#zahlung
{
	float:right;
	width: 254px;
}
#zahlung select
{
	margin:5px 0 10px 0;
	width:252px;
}
	#bemerkungen textarea
	{
		width:248px;
		height:150px;
		margin:6px 0 0 0;
	}

/*Antispam und Buttons*/
p.antispam
	{
		clear:both;
		padding: 0 0 10px 0;
		line-height:16px;
	}
	p.antispam label
	{
		font-weight: bold;
	}
	p.antispam input
	{
		width:40px;
		height:14px;
		vertical-align:middle;
	}
	p.buttons
	{
		text-align: center;
	}
	p.buttons input
	{
		width:80px;
	}
	
/*noscript Bereich für deaktivieres JavaScript*/
#noscript
{
	border: 3px solid red;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border-color: Red;
}
h5 /*h5 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size:16px;
	text-align:center;
}
h6 /*h6 bitte nur für noscript Bereiche verwenden. IE liest keine noscript tag anweisungen aus.*/
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: yellow;
	margin: 0,;
	padding: 0;
}
