/** Simple CSS-Reset **/

* {
	vertical-align: baseline;
	font-weight: normal;
	font-family: normal;;
	font-style: normal;;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

ol,ul {
	list-style: none;
}

#liste {
	list-style: url(../images/bullet.png);
	margin-left:15px;
	margin-bottom:10px;
}

li, dd, blockquote {  
	margin-left: 0px;  
} 

table {  
	border-collapse: collapse;  
	border-spacing: 0;
}

td {
	border-bottom:solid 1px #A6D1F1;
}

#tabelle td {
	width:300px;
	padding:10px;
}

/** Basic HTML-Elements **/

* {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4em;
	color: #666;
}

html {
	height: 101%;
}

body {
	background: #A6D1F1 url('../images/BG.jpg') repeat-x;
}


/** Structural Elements **/

/* Wrapper */

#structure_wrapper {
	position: absolute;
	left: 50%;
	width: 916px;
	margin: 30px 0px;
	margin-left: -463px;
	background: #fff url('../images/wrapperBackground_.png') repeat-y;
}


/* Header */

#structure_header {
	height: 164px;
}


/* Navigation */

#structure_navigation {
	height: 31px;
	margin: 0px 8px;
	text-align: right;
	background: transparent url('../images/navigationBackground.png') repeat-x;
	color: #fff;
}

#structure_navigation ul {
	margin: 0px 32px;
	padding-top: 5px;
}

#structure_navigation ul li {
	display: block;
	padding: 0px 10px;
	float: left;
	border-left: #fff 1px solid;
	color: #fff;
}

#structure_navigation ul li.first {
	padding-left: 0px;
	border-left: none;
}

#structure_navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#structure_navigation a.current {
	text-decoration: underline;
}

#structure_navigation ul#languageSelection {
	float: right;
	margin: 0px 32px;
	padding: 0px;
}

/* Pathway & Search */

#structure_pathway {
	margin: 5px 38px;
}

#structure_search {
	position:absolute;
	right: 38px;
	top: 155px;
}

#structure_search input {
	width: 120px;
}

#structure_search input.button {
	margin: 2px 0px;
	width: 50px;
}

/* Content Wrapper */

#structure_contentWrapper {
	margin: 0px 40px;
	padding-top: 10px;
}

/* Sidebar */

#structure_sidebar {
	float: left;
	width: 190px;
}

#structure_sidebar ul li {
	display: block;
	margin-bottom: 5px;
	padding: 2px 5px;
	background-color: #f5f5f5;
	text-align:right;
}

#structure_sidebar ul li a {
	text-decoration: none;
}

#structure_sidebar a.current {
	text-decoration: underline;
}


/* Content */

#structure_content {
	margin-left: 200px;
	padding: 15px 20px;
	background-color: #FFF;
	border-left: dotted 1px #065088;
}


/* Footer */

#structure_footer {
	padding: 18px 40px;
	text-align: right;
	background: transparent url('../images/wrapperBottom_.png') bottom no-repeat;
}


/** General Typography **/

a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3 {
	line-height: 1.8em;
	font-weight: bold;
	color: #5d93be;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* Formulare */

fieldset {
	border: none;
}

label {
	display: block;
	float: left;
	width: 120px;
}

input {
	display: inline;
	width: 200px;
	margin: 2px 0px;
	padding: 2px;
	border: #666 1px solid;
}

textarea {
	width: 300px;
	height: 150px;
	margin: 2px 0px;
	padding: 2px;
	border: #666 1px solid;
}

form .button {
	width: 140px;
	margin-left: 120px;
	font-weight: bold;
	background-color: #004480;
	color: #fff;
}


/* Tables */

table {
	margin-bottom:20px;
}

table td {
	vertical-align: top;
	padding: 5px;
}

table td.image {
	vertical-align: middle;
}
