/* Autor: Dirk Petscheleit --- www.roterblitz.de*/

/* undo: */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

/* Generelle Formatierungen */
body {
	font:83%/1.5 "Lucida Sans",arial,tahoma,verdana,sans-serif;
	background-color: #f5f5f2;
	line-height:120%;
	color: black;
}

a:link {
	color: #414141;
	font-weight: bold;
}

a:visited {
	color: #414141;
	font-weight: bold;
}

a:hover, a:active {
	color: #444444;
	text-decoration: underline;
}

p, ul, ol {
	margin: 0 0 1em
	}
	
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em
	}
	
h1 {
	font-size: 196%;
	margin-left: 20px;
	color:black;
}
h2 {
	font-size: 136%;
	color:#e2001a;

}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}


/* Container */

#container {

	margin-top: 20px;
}

#header {
	border-bottom: 1px solid black;
	height: 150px;
	background: transparent url(../images/header.jpg) bottom left no-repeat;
}

#content {
	
}

#row {
	
	width: 285px;
	float: left;
}

#row ul {
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
}

#row li {

}

#main {
	border: 1px solid transparent;
	width: 810px;
	margin-left: 285px;
	border-left: 1px solid black;
	padding-bottom: 50px;
}

#main p {
	margin-left: 20px;
}

#navigation {
	position: absolute;
	top: 150px;
	right: 20px;
	white-space:nowrap;
}
#navigation li {
	display: inline;
}

#customerInfo {
	margin: 40px 10px 0 20px;
}

#message {
	margin: 10px;
}


/* Formulare */

fieldset {
	margin: 20px;
	padding: 20px;
}
label, input, select { 
  display: block;
  float: left;
  
}
label {
	margin-left: 20px;
	width: 100px; 
}
input {
	border: 1px solid black;
	margin-bottom: 0.8em;
	width: 200px;
}

input[type="checkbox"] {
	width: auto;
}
.hidden {
	display: none;
}

form br {
  clear: left; 
}

input#submit { 
  float: none;
  width: auto;
  margin-left: 20px;
	padding: 2px 5px 2px 5px;
}

/* Tabellen */
table {
	margin: 20px 0 0 20px;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
	border-bottom: 1px dotted black;
	padding: 10px;
}

td {
	
}

a.red {
	color: red;
}