
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #292D34 url('../images/body_bg.png') repeat-x;
	font: 0.75em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 1.0em;
}


a:link, a:visited {
	color: #009b00;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

blockquote {
	font: italic 0.9em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

.clearer {
	clear: both;
}

#outer-container {
	width: 800px;
	margin: 0px auto;
	text-align: justify;
	background: #fff url('../images/outer_container_bg.jpg') no-repeat;
	border: none;
}

#header {
	background: url('../images/header_bg.png') repeat-x;
	height: 180px;
	color: #fff;
}

#header h1 {
	padding: 30px 0 0 15px;
	color: #fff;
	font-size: 2.5em;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h2 {
	padding: 10px 0 0 15px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}



/* Navigation */

#navigation {
	border-bottom: 3px solid;
	height: 32px;
	width: 100%;
	position: relative;
	z-index: 3;
	background-color: #31363E;
	list-style: none;
}

#navigation a {
	text-decoration: none;
	font-weight: normal;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
}

#navigation a:hover, #navigation a:active {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}


/* Parent - Level 0 */



#navigation li {
	position: relative;
	display: inline;
	float: left;
	background-color: #31363E;	
}

#navigation a {
	display: block;
	padding: 6px 10px 10px;
	text-decoration: none;
	background-color: #31363E;
}

#navigation a:hover {
	background: transparent;
}


/* Child - Level 1 */
#navigation ul {
	position: absolute;
	top: 30px;
	left: 5px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 100px;
	padding: 0 15px 0 10px;
	background-color: #31363e;
}

#navigation ul li {
	display: block;
}

#navigation ul a {
	padding: 5px 0;
	display: block;
	width: 110px;
	background-color: #31363E;
}

/* Child Level 3 */

#navigation ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
	background-color: #31363E;
}

#navigation ul,
#navigation ul ul,
#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul,
#navigation li:hover ul ul ul ul ul{
display:none;
}

#navigation li:hover ul,
#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul ul ul li:hover ul,
#navigation ul ul ul ul li:hover ul{
display:block;
}

/* content */

#content {
	z-index: 2;
	width: 520px;
	float: left;
	padding: 15px;
}

#content p {
	margin: 0em 0 1.0em 0;
}

#content p.hint {
	font-size: 90%;
	line-height:1.3em;
	
}

#content p.minisep {
	margin-top: 0.5em;
}

#content p.smallsep {
	margin-top: 1em;
}

#content p.largesep {margin-top:20px}
#content p.hugesep {margin-top:35px}

#content p.cite {
	margin-top: 1em;
	margin-bottom: 2em;
	font: 0.9em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif
}

#content p.answer {
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
}

#content p.zitat {
	margin: 1em 0 0.5em 0;
}

#content ul {
	margin: 0em 0 1.0em 0;
	padding-left: 15px;	
}

#content ol {
padding-left: 25px;	
}

#content li {
	margin-top:0.5em;
}

#content h1 {
	margin: 0 0 1em 0;
}

#content h2 {
	margin: 1.5em 0 1em 0;
}

#content h3 {
	margin: 1.5em 0 0.5em 0;;
}

#content .datatable {
	margin: 0.5em 0 0 0;
	}
	
#content .datatable img {
	width: 48px;
	height: 32px;
}

#content .datatable p {
	margin: 0.2em 0 0.2em 0;
	}

#content .datatable td {
	padding-top: 1em;
	width: 200px;
}

#content .formlist {
	list-style: none
}

#content .formlist span {
	display: block;
	float: left;
	width: 15em;
}
	
#content input {
border: 1px solid;
width: 50%;
}

#content input.radio {
border: none;
width: 3em;
}

#content textarea {
border: 1px solid;
	width: 100%;
	height: 15em;
	}

#content .button {
	padding-left: 15em;
	}
	
#content .button02 {
	padding-left: 0em;
}

#content .button input, #content .button02 input {
width: 8em;
height: 2em;
margin: 0.5em 1em 0 0;
background: #bbb;
}

#content .button input:hover, #content .button02 input:hover {
	background: #999;
	}

#content table.download {
	border-spacing: 0;
}

#content table.download th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #000;
}

#content table.download td {
	vertical-align: top;
	padding: 3px;
	text-align: left;
}


#content table.download tr.odd {
	background-color: #EEEEEE;
}


/* Sidebar */

#sidebar_hide {
	display: none;
}

#sidebar {
	width: 200px;
	font-size: 0.95em;
	line-height: 1.45em;
	margin: 20px 15px 20px 0;
	float: right;
	text-align:left;
}


#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5 {
	font-family: Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #dbd5c5;
	margin: 0 0 0 0;
	font-size: 1.2em;
}

#sidebar p {
	margin: 0.5em 0 1em 0;
}

#sidebar img {
	display: block;
	margin: 0 0 2em 0;
}

#sidebar .thumb {
	display: block;
	margin: 0.5em 0 0em 0;
}

#sidebar .thumb img {
	width: 200px;
	height: 150px;
	
}


/* Footer */

#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #202429;
	padding: 5px 15px 5px 15px;
	text-align: right;
	font: 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

#footer span {
	float: left;
	padding-top: 0px;
}

#footer img {
	margin-left: 5px;
	height: 24px;
	width: 36px;
	vertical-align: bottom;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	
}

#footer a:hover, #footer a:active {
	color: #ccc;
	text-decoration: none;
}




