/*
	COLORS:
	rot: #e2001a;
	schwarz : #030303;
	schwarz2 : #222222;
	dunkelgrau : #313131;
	dunkelgrau2 : #464646;
	hellgrau: #efefef;
	hellgrau2:#b6b7b8;
	trennlinien: #dcdcdc;
*/

* { position:relative; font-size: 12px; font-family: 'Tahoma', arial, verdana, sans-serif; color:#000; margin:0; padding:0; }
body { margin:0; padding:0; background:#efefef;}
h1,h2,h3,h4,h5,h6{ color: #303030; font-weight: 700; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
a { color:#E2001A; }
div, p { display:block; }
p { margin:5px 0; }
.error { border: 1px solid red; }

.fr { float:right; }
.fl { float:left; }
.center { margin:0 auto; }
.tcenter { text-align:center; }
.tleft { text-align:left; }
.tright { text-align:right; }
.clear { clear:both; line-height:1px; }

.container { width:1000px; margin:20px auto; border:1px solid #b6b7b8;}
#header { height: 100px; background: #fff; }
#header .logo { background:url(/images/logo.jpg) 8px 8px no-repeat; width:333px; height:92px; }
#header .info { padding:10px 10px 0 0; }
#menu { background:#222222; padding:10px 10px; }
#menu ul.row li, #menu ul.row li * { font-size:14px; color:#fff; }
#content { background:#fff; padding:10px 10px; }
#footer { height:auto; background: #efefef; padding:20px; border-top:1px solid #b6b7b8; }
#footer a { color:#b6b7b8; text-decoration: none; }

div.messages { margin-bottom : 10px; border:2px solid #000; padding :10px; color:#000; text-align:left; background-color:#efefef; }
div.messages.success { border-color: #009900; background-color:#ccffcc; color:#009900; }

ul.row { margin:0; padding:0; }
ul.row li { float:left; margin-left:20px; list-style: none; }
ul.row li:first-child { margin-left:0; }

div.errDiv { border:2px solid #e2001a; color:#e2001a; background-color:#fdd; padding:10px; margin-bottom:20px; }
div.errDiv ul { margin:0; padding:0; }
div.errDiv ul li { list-style: none; color:#e2001a; }

input.btn { border:1px solid #b6b7b8; padding:3px 20px; border-radius:10px; font-weight:bold; cursor: pointer; }