/********************************************************************
* Allgemein:
********************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% verdana, arial, hevetica, sans-serif;
	color: #000000;
	background-color: #EAE6E6;
}

.clearboth {
	clear: both;
}


/********************************************************************
* Container:
********************************************************************/
#container {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid black;
	margin: 1em auto 1em auto;
}


/********************************************************************
* Logo:
********************************************************************/
#logo {
	position: relative;
	height: 160px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo p {
	display: none;
}


/********************************************************************
* Navigation:
********************************************************************/
#nav {
	background-color: #FFFFFF;
	color: #B50D0D;
	margin-bottom: 2em;
}

#nav ul {
	padding-top: 1px;
	list-style-type: none;
	border-left: 1px solid #000000;
	margin-left: 1.5em;
}

#nav li {
	display: inline;
	padding: 0 0.5em;
	border-right: 1px solid #000000;
}

#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #B50D0D;
	padding: 0 2px 0 2px;
	border: 1px solid white;
}

#nav li a:hover {
	font-weight: bold;
	border: 1px dotted #B50D0D;
}


/********************************************************************
* Inhalt:
********************************************************************/
#content {
	background-color: #FFFFFF;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #B50D0D;
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

#content p { 
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #B50D0D;
	padding: 0 2px 0 2px;
	border: 1px solid white;
}

#content a:hover {
	font-weight: bold;
	border: 1px dotted #B50D0D;
}

#content a img {
	border: 1px dotted #FFFFFF;
}

#content a:hover img {
	border: 1px dotted #B50D0D;
}

#content h1 {
	position: relative;
	font: 300% georgia, times, "times new roman", serif;
	font-style: italic;
	color: #B50D0D;
	border-bottom: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

#content h1 span {
	position: absolute;
	left: -1px;
	top: -1px; 
	font: 100% georgia, times, "times new roman", serif;
	font-style: italic;
	color: #000000;
}

#content h2 {
	line-height: 1.6em;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.8em;
}

#content ul li {
	margin-left: 2em;
	list-style-type: circle;
}

.imagefloat_left {
	float: left;
	padding-top: 0.5em;
	margin: 0em 1.5em 0.5em 0em;
}

.imagefloat_right {
	float: right;
	padding-top: 0.5em;
	margin: 0em 0em 0.5em 1.5em;
}

address {
	font: 100% verdana, arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
}


/********************************************************************
* Fusszeile:
********************************************************************/
#footer	{
	position: relative;
	height: 45px;
	background-image: url(img/bg_footer.png);
	background-repeat: repeat-x;
}

#footer p {
	position: absolute;
	bottom: 0.5em;
	right: 1.9em;
	font-size: 80%;
	color: #FFFFFF;
}


/********************************************************************
* Formulare:
********************************************************************/
form {
	background-color: #FFFFFF;
	width: 100%;
}

label {
	display: block;
	font: 100% verdana, arial, hevetica, sans-serif;
	color: #000000;
}

.texteingabe {
	background-color: #EAE6E6;
	width: 347px;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

.texteingabe_num {
	background-color: #EAE6E6;
	text-align: right;
	width: 347px;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

.texteingabe_num_readonly {
	background-color: #EAE6E6;
	text-align: right;
	width: 347px;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

.texteingabe_num_bold {
	background-color: #EAE6E6;
	text-align: right;
	font-weight: bold;
	width: 347px;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

.radio_label {
	margin-bottom: 0.5em;
}

.texteingabe_radio {
	background-color: #EAE6E6;
	padding: 2px;
	border: 1px solid #B50D0D;
}

.texteingabe:focus, .texteingabe_num:focus, textarea:focus {
	background-color: #FFFFFF;
}

textarea {
	width: 347px;
	height: 8em;
	background-color: #EAE6E6;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 0.5em;
}

#submit {
	background-color: #EAE6E6;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #B50D0D;
	margin-bottom: 1em;
	margin-top: 1em;
}

#bestellung {
	width: 49%;
	margin-top: 1.5em;
}

#lieferadresse {
	float: right;
	width: 49%;
	margin-top: 1.5em;
}

#rechnungsadresse {
	width: 49%;
	margin-top: 1.5em;
}


