
/* Overall */

body {
	margin: 0;
	padding: 10px;
	color: #333;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
         background: #fff url("../images/bodybg.jpg") repeat-x;
}


#wrapper{
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	line-height:20px;
}

tr, td {
         padding: 0;
         margin: 0;
	font-size: 12px;
         line-height: 22px;
}

table {
	padding: 0px;
         border:0;
         line-height: 22px;
         }

tr {	border-bottom: 1px solid #2e2e2e;
	padding: 0 3px 0 2px;
         margin:0;
}

td {
	padding:0 3px 0 3px;
         margin:0;
}

tr.tabtitle, td.tabtitle {
	font-weight:bold;
         background: #ccc url("../images/bodybg.jpg") repeat-x;
         }

tr.tabbold, td.tabbold {
	font-weight:bold;
}

tr.plan_line {
         background: #343434;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #cc0001;
         padding: 0px;
}

h1 {
         font-size: 32px;
         margin: 5px 0 20px 0px;
         padding:0 0 4px 20px;
         }

h2 {
	font-size: 18px;
         color:#333;
         }



h4 {
	font-size: 12px;
	margin-left: 7px;
         }

p, ol, ul, li, blockquote, tr, td {
	line-height: 18px;
}

p, blockquote, table, tr, td {
	line-height: 18px;
         margin-left: 7px;
}

li {
	list-style:circle;

}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #333;
}

a:hover {
	border: none;
         color: #cc0001;
}

strong {
	color: #333;
         font-weight:bold;
}

#erfolg {
         color:#cccc00;
         font-weight:bold;
}

/* Header */



/* Container */

#container {
	width: auto;
	margin: 0 auto;
	padding: 5px 10px 30px 5px;
         background:#fff;
         margin: 0px 0px 10px 0px;
         border: 1px solid #ccc;
}



/* Navigation */

#nav {
         display:inline;
         padding: 0px 0px 60px 0px ;
         background:0;
         display:block;
         font-weight:bold;
     }

#nav a {
         height: 20px;
	padding: 3px 10px 3px 10px ;
	color: #555;
	background: #fff;
         border: 1px solid #aaa;
         border-bottom: 8px solid #aaa;
         text-align:center;

	}

#nav a:hover {
	background: #fff;
         border: 1px solid #cc0001;
         border-bottom: 8px solid #cc0001;
         color:#cc0001;
	}




/* Inhalte */

#content {
         margin-bottom: 9px;
	padding: 5px 10px 20px 30px;
	border-top: 1px solid #2e2e2e;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #2e2e2e;
}

#container h1 {
	margin-left: -15px;
         }

#container h2, #container h3 {
	margin-left: 4px;
         }

#container h3 {
	margin-top:40px;
         }

.erfolg {
	font-weight:bold;
         color:#cc0001; }

/* Formulare */


input, select, textarea {
	color:#333;
         margin:4px;
         padding: 1px 1px 1px 4px;
         border: 1px solid #777;
         font:13px Arial, Helvetica, sans-serif;
         line-height: 18px;
         width:240px;
         background-color:#eee;
         }


input.submit {
	width:113px;
         padding:0;
         background-color:#ccc;
         margin-right:8px;
         line-height: 18px;
         font-weight:bold;
}

select.date {
	width:44px;
}

input.year {
	width:85px;
}

input.radio {
         width:10px;
         line-height: 14px;
         margin: 6px 8px 0 16px;
}

input.checkbox {
         width:20px;
         margin: 6px 16px 0 16px;
         background:#2e2e2e;
         border:0;
}

select {
	width:240px;
}

option {
	margin-left:6px;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
         margin: 8px 0 8px 0 ;
         padding-top: 8px;
         border-top: 1px solid #2e2e2e;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 11px;
         line-height:11px;
         padding-right:4px;
}

#footer * {
	color: #333;
}

#footer a { color: #ddd; text-decoration: none; border:0; }


#facebook {width: 260px; float:right; }



