/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

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

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background: #EEE;
	text-align: center;	
	color: #666;
}

#wrapper {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

/* Typo
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	color: #00234b;
}

h1 {
	font-size: 18px;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

h3 {
	font-size: 12px;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

p {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.4;
}

	p a {
		color: #00234b;
	}
	
ul {
	margin-left: 30px;
	margin-bottom: 22px;
}
	
	ul li {
		font-size: 12px;
		padding-bottom: 1em;
	}

		ul li a {
			color: #00234b;
		}
		
ul.checklist {
	margin-left: 3px;
	list-style: none;
}		

	ul.checklist li {
		padding-left: 29px;
		list-style: none;
		background: url(../images/bullet_check.gif) 0 0 no-repeat;
	}
	

/* Header
-----------------------------------------------------------------------------*/

#header {
	height: 225px;
	background: url(../images/header/bg.jpg);
}

	#header h1 {
		width: 100%;
		height: 225px;
		margin-bottom: 0;
	}

		body.home #header h1 {
			background: url(../images/header/header_image_main.jpg) right top no-repeat;
		}

		body.main #header h1 {
			background: url(../images/header/header_image_main.jpg) right top no-repeat;
		}


/* Navigation
-----------------------------------------------------------------------------*/

#navigation {
	background: #00142c url(../images/navigation/bg.gif) top left repeat-x;
	height: 33px;
}

	#navigation ul {
		list-style: none;
		margin-left: 20px;
		padding-top: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
		
			#navigation ul li a {
				display: block;
				float: left;
				margin-right: 30px;
				color: #FFF;
				font-size: 12px;
				text-decoration: none;
			}

				#navigation ul li a:hover {
					text-decoration: underline;
				}

				#navigation ul li.active a {
					font-weight: bold;
				}

/* Sub-Navigation
-----------------------------------------------------------------------------*/
#submenu {
	width: 216px;
	float: left;
	margin-right: 35px;
}

	#submenu h3 {
		margin-top: 0;
		font-size: 12px;
		color: #666;
		background: url(../images/sub-line.gif) left bottom repeat-x;
		padding: 0 0 8px 15px;
		margin-bottom: 1em;
	}
	
	#submenu ul {
		list-style: none;
		margin-left: 25px;
		margin-right: 10px;
	}
	
		#submenu ul li {
			list-style: none;
			font-size: 12px;
		}
		
			#submenu ul li a {
				list-style: none;
				color: #666;
				text-decoration: none;
			}
			
			#submenu ul li.active a {
				font-weight: bold;
			}

			#submenu ul li a:hover {				
			}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #d6d9de;
	padding: 9px;
}

	#footer ul {
		list-style: none;
		margin-bottom: 0;
	}

		#footer ul li {
			list-style: none;
			display: inline;
			font-size: 10px;
			padding: 0;
		}

			#footer ul li a {
				float: right;
				display: block;
				color: #333;
				text-decoration: none;
			}


/* Content
-----------------------------------------------------------------------------*/

#main {
	padding: 50px 0 150px 0;
}

	body.main #main {
		background: url(../images/bg_content.gif) left top repeat-y;
	}
	
	#content {
		width: 590px;
		float: left;
	}
	
	body.home #content {
		float: none;
		width: 100%;
	}


/* Home
-----------------------------------------------------------------------------*/

#home-content {
	float: left;
	width: 400px;
	margin-right: 30px;
}

	#home-content div.home-banner {
		background: #00234b;
		padding: 15px 0 15px 35px;
		margin-bottom: 20px;
	}

		#home-content div.home-banner h1 {
			color: #FFF;
			font-size: 17px;
			margin-bottom: 5px;
		}

		#home-content div.home-banner p {
			color: #FFF;
			font-size: 13px;
			margin-bottom: 0;
			margin-left: 0;
		}
	
	#home-content p {
		margin-left: 35px;
		margin-right: 10px;
	}	
	
	#home-content p.more-link {
		margin-left: 35px;
		margin-top: 30px;
		font-weight: bold;
		font-size: 14px;
	}

		#home-content p.more-link a {
			color: #00234b;
			text-decoration: none;
		}

#home-sub {
	float: left;
	width: 420px;
}


/* Info-Downloads
-----------------------------------------------------------------------------*/

.infodata-item {
	margin-bottom: 30px;
}

	.infodata-item .id-image {
		float: left;
		width: 210px;
		margin-right: 10px;
	}

		.infodata-item .id-image img {
			border: 1px solid #CCC;
		}

	.infodata-item .id-content {
		float: left;
		width: 300px;
	}
	
		.infodata-item .id-content h3 {
			margin-top: 0;
		}
		
		.infodata-item .id-content p {
			margin-bottom: .3em;
		}



/* Forms
-----------------------------------------------------------------------------*/

.error {
	font-weight: bold;
	color: #900;
}

.success {
	font-weight: bold;
	color: green;
}

form {
	margin-top: 30px;
}

	form label { 
		cursor: pointer;
		float: left;
		padding: 0.3em 7px 0 0;
		width: 150px;
	}

	form ul {
		margin: 0 0 20px 0;
		list-style: none;
	}

		form li {
			padding: 0 0 0.5em 0;
		}

		form li.space {
			padding: 0 0 1.5em 0;
		}

	form label.checkbox {
		float: none;
		padding: 0.3em 1em 0 0;
		text-align: left;
		width: auto;
	}

	input,
	textarea {
		border: 1px solid #CCC;
		padding: 4px;
		width: 270px;
	}

	input[type="text"]:focus, 
	textarea:focus {
		background: #EEE; 
	}

	input#plz {
		width: 40px;
	}

	input#ort {
		margin: 0 0 0 4px;
		width: 216px;
	}
	
	input.submit {
		width: auto;
	}
	

/* Tables
-----------------------------------------------------------------------------*/

table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

	table thead th,
	table tbody td {
		font-size: 12px;
		border: 1px solid #CCC;
		border-collapse: collapse;
		border-spacing: 0;
		padding: 5px 8px;
		vertical-align: top;
		text-align: left;
	}

	table thead th {
		background: #CCC;
		color: #333;
	}
	
	table tbody td {
	}
		
		table tbody td a {
			color: #666;
			text-decoration: none;
		}


