* {
	margin: 0;
	padding: 0;
}

html,
body {
	background: #DDD;
	height: 100%;
	margin-bottom: 1px; /* Scrollbalken FF */
	color: #002F67;
	font-size:100.1%;
}

img {
	border: 0;
}

label,
select,
input[type=checkbox],
input[type=radio], 
input[type=button],
input[type=submit] {
	cursor: pointer;
}

.skiplinks {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

.orange {
	color: #EB6B0A;
}

#center {
	width: 968px;
	min-height: 100%;
	margin: 0 auto;
	background: #FFF url(../images/bg_body.gif) top center repeat-y;
	font: 0.82em Arial,sans-serif;
}

#header,
#wrap,
#footer {
	clear: both;
	width: 940px;
	margin: 0 14px;
}

#header {
	background: #FFF url(../images/bg_header.gif) top left repeat-x;
	border-top: 10px solid #FFF;
}

#index #header {
	background: #FFF url(../images/bg_header_index.gif) top left repeat-x;
}

/*** Header: Logo *********************************************************************************/

#header #logo {
	float: left;
	width: 180px;
	height: 57px;
	margin: 18px 0 15px 20px;
}

/*** Header: Top-Navigation ***********************************************************************/

#header ul#topNav {
	float: right;
	width: 300px;
	padding: 7px 0 5px 0;
	background: #03437C url(../images/bg_topNav.gif) top left repeat-x;
	border-bottom: 1px solid #FFF;
}

#header ul#topNav li {
	float: left;
	list-style: none;
	width: 99px; /* zuvor 70px */
	height: 1.4em;
	border-left: 1px solid #80A1BD;
	text-align: center;
}

#header ul#topNav li.first {
	width: 99px; /* zuvor 144px */
	border-left: none;
}

#header ul#topNav li.last {
	width: 100px; /* zuvor 84px */
}

/* Typo: Header Top-Navigation */

#header ul#topNav li a {
	display: block;
	font: normal 1.0em/1.37em Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
}

#header ul#topNav li a:hover,
#header ul#topNav li a.active,
#header ul#topNav li a.active:hover {
	background: #03437C url(../images/bg_topNav.gif) 0px -44px repeat-x;
}

/*** Header: Navigation ***************************************************************************/

#header ul#mainNav {
	clear: both;
	height: 47px;
	margin: 0 0 14px 19px;
	padding: 0 0 0 2px;
	background: transparent url(../images/bg_mainNav.gif) bottom left no-repeat;
}

#header ul#mainNav li {
	float: left;
	list-style: none;
	background: transparent url(../images/bg_mainNav.gif) bottom right no-repeat;
}

#header ul#mainNav li a {
	display: block;
	margin: 0 6px 0 4px;
	padding: 20px 10px 17px 10px;
	text-align: center;
}

/* Typo: Header Navigation */

#header ul#mainNav li a {
	font: normal 1.15em/10px Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
}

#header ul#mainNav li a:hover {
	color: #FFF;
	background: transparent url(../images/bg_mainNav.gif) 0px -47px repeat-x;
}

#header ul#mainNav li a.active,
#header ul#mainNav li a.active:hover {
	color: #00224D;
	background: transparent url(../images/bg_mainNav.gif) 0px 0px repeat-x;
}

/*** Header: Image-Bereich **************************************/

#header #image {
	clear: both;
	width: 940px;
	height: 156px;
	margin: 0 0 35px 0;
	background: transparent url(../images/bg_header_image.jpg) 397px 0px no-repeat;
}

#header #image img {
	float: right;
	border-left: 10px solid #FFF;
}

#header #image h1 {
	float: left;
	width: 660px;
	height: 56px;
	margin: 12px 0 0 20px;
	font: normal 1.3em/1.20em Arial,sans-serif;
}

#header #image h1 .small {
	font: normal 0.8em/1.20em Arial,sans-serif;
}

#header #image h1 .big {
	font: normal 1.17em/1.20em Arial,sans-serif;
}

#header #image h1 #second_row {
	padding-left: 15px;
}

#header #image ul {
	float: left;
	list-style: none;
	margin: 3px 0 0 20px;
}

#header #image ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	font: normal 1.0em/1.05em Arial,sans-serif;
	background: transparent url(../images/bg_square_blue.gif) 0px 4px no-repeat;
}

#header #image ul li.second { background: transparent url(../images/bg_square_yellow.gif) 0px 4px no-repeat; }
#header #image ul li.third  { background: transparent url(../images/bg_square_grey.gif) 0px 4px no-repeat; }
#header #image ul li.fourth { background: transparent url(../images/bg_square_lightblue.gif) 0px 4px no-repeat; }

#header #image ul#two {
	margin: 8px 0 0 20px;
}

#header #image ul#two li {
	margin: 8px 0 0 0;
}

#header #image ul#four {
	margin: 1px 0 0 20px;
}

#header #image ul#four li {
	margin: 2px 0 0 0;
}

/* Header: Image-Bereich Startseite */

#index #header #image {
	height: 218px;
	margin: 0 0 20px 0;
	background: transparent url(../images/bg_header_image_index.jpg) 202px 0px no-repeat;
}

#index #header #image h1 {
	width: 590px;
	height: 76px;
	margin: 20px 0 0 20px;
	font: normal 1.7em/1.20em Arial,sans-serif;
}

#index #header #image ul {
	margin: 8px 0 0 20px;
}

#index #header #image ul li {
	margin: 8px 0 0 0;
	font: normal 1.0em/1.06em Arial,sans-serif;
}

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

#uNav {
	float: right;
	width: 230px;
	margin: 1.9em 0 30px 0;
	padding: 1px 0 3px 0;
	border-top: 1px solid #FECB09;
	border-bottom: 1px solid #80D9FF;
	list-style: none;
}

#uNav li a  {
	display: block;
	width: 158px;
	padding: 9px 25px 8px 45px;
	background: transparent url(../images/bg_uNav.gif) -192px 14px no-repeat;
	border: 1px solid #E3F1FA;
	border-top: none;
}

#uNav li a:hover {
	width: 159px;
	padding: 9px 10px 8px 45px;
	background: transparent url(../images/bg_uNav.gif) 30px 14px no-repeat;
	border-right: 15px solid #E3F1FA;
}

#uNav li a.active,
#uNav li a.active:hover {
	width: 159px;
	padding: 9px 10px 8px 45px;
	background: transparent url(../images/bg_uNav.gif) 30px 14px no-repeat;
	border-left: 1px solid #FFF;
	border-right: 15px solid #FBC100;
	border-bottom: 1px solid #FBC100;
}

#uNav li.first a  {
	width: 188px;
	padding: 9px 10px 8px 30px;
	background: transparent url(../images/bg_uNav.gif) -207px 14px no-repeat;
}

#uNav li.first a:hover {
	width: 174px;
	padding: 9px 10px 8px 30px;
	background: transparent url(../images/bg_uNav.gif) 15px 14px no-repeat;
}

#uNav li.first a.active,
#uNav li.first a.active:hover {
	width: 174px;
	padding: 9px 10px 8px 30px;
	background: transparent url(../images/bg_uNav.gif) 15px 14px no-repeat;
}

#uNav li.level2 a  {
	width: 143px;
	padding: 9px 25px 8px 60px;
	background: transparent url(../images/bg_uNav.gif) -177px 14px no-repeat;
}

#uNav li.level2 a:hover {
	width: 144px;
	padding: 9px 10px 8px 60px;
	background: transparent url(../images/bg_uNav.gif) 45px 14px no-repeat;
}

#uNav li.level2 a.active,
#uNav li.level2 a.active:hover {
	width: 144px;
	padding: 9px 10px 8px 60px;
	background: transparent url(../images/bg_uNav.gif) 45px 14px no-repeat;
}

/* Typo: Unter-Navigation */

#uNav li a {
	font: normal 1.0em/1.45em Arial,sans-serif;
	color: #002F67;
	text-decoration: none;
}

/*** Content: Inhaltsbereich **********************************************************************/
/*** Raster mit 14 Einheiten ***********/
/*** Contentbereich hat 11 Einheiten ***/
/*** 1 Einheit = 62px + 7px margin *****/

#content {
	float: left;
	display: inline; /* IE6 */
	width: 690px;
	margin: 0 0 0 20px;
	padding: 0 0 35px 0;
}

#content img.left {
	float: left;
	padding: 17px 20px 13px 0;
}

#content img.right {
	float: right;
	padding: 15px 90px 15px 15px;
}

#content ul {
	list-style-type: square;
	margin: 0;
	padding: 12px 90px 0 0;
}

#content li {
	margin: 0 25px;
	padding: 2px 0 0 0;
}

#content ul.links,
#content ul.links ul {
	list-style: none;
	margin: 0;
}

#content ul.links li {
	margin: 0;
}

#content #sitemap {
	list-style: none;
	margin: 0 10px;
	padding: 8px 90px 0 0;
}

#content #sitemap ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

#content #sitemap li {
	padding: 6px 0 0 0;
}

#content table {
	margin: 16px 90px 2px 0;
	border-left: 5px solid #E6E6E6;
}

#content table th {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 10px;
}

#content table td {
	padding: 0 0 0 15px;
}

#content input,
#content select,
#content textarea {
	width: 300px;
	padding: 3px;
	border: 1px solid #BBB;
}

#content input:focus,
#content select:focus,
#content textarea:focus {
	background: #FDF8F0;
}

#content input#submit {
	width: 200px;
	background: #FFF url(../images/bg_link_uNav.gif) -190px 55% no-repeat;
}

#content input#submit:hover {
	background: #FDF8F0 url(../images/bg_link_uNav.gif) 10px 55% no-repeat;
}

/* Typo: Content */

h2 {
	font: normal 1.5em/1.2em Arial,sans-serif;
	padding: 0 90px 0.05em 15px;
	background: transparent url(../images/bg_square_blue.gif) 0 11px no-repeat;
	border-bottom: 1px solid #FECB09;
}

h2#shop {
	margin: 0 0 20px 0;
	padding: 0 0 5px 35px;
	background: transparent url(../images/bg_square_blue.gif) 20px 11px no-repeat;
}

h3 {
	font: normal 1.2em Arial,sans-serif;
	padding: 10px 90px 6px 0;
}

h4 {
	clear: left;
	font: bold 1.0em/1.52em Arial,sans-serif;
	padding: 21px 90px 0 0;
}

#content p {
	line-height: 1.52em;
	padding: 14px 90px 0 0;
}

#content li {
	line-height: 1.52em;
}

#content table caption {
	text-align: left;
	padding: 2px 0 14px 0; /* IE */
}
:root #content table caption {
	padding: 16px 0 0 0; /* FF */
}

#content table th,
#content table td {
	font-weight: normal;
	line-height: 1.52em;
}

#content a {
	color: #002F67;
	text-decoration: underline;
	display: inline-block; /* IE (bei Zeilenumbruch)*/
	margin: 0 0 0 5px;
	padding: 0 0 0 14px;
	background: transparent url(../images/bg_link.gif) 0 50% no-repeat;
}

#index #content .teaser a {
	margin: 0;
}

#content a:hover {
	text-decoration: none;
}

#content input,
#content select,
#content textarea {
	color: #002F67;
	font: normal 1.0em Arial,sans-serif;
}

#content input#submit {
	font: normal 1.1em Arial,sans-serif;
}

#content .fehler {
	color: #F00;
	font-weight: bold;
}

/*** Content: Startseite **************************************************************************/

#index #content {
	float: none;
	display: block; /* IE6 */
	width: 960px;
	margin: 0 4px;
	padding: 0;
}

#index #content div.teaser {
	float: left;
	display: inline; /* IE6 */
	width: 300px;
	margin: 0 10px;
	padding: 14px 0 15px 0;
	background: #F7F9FB url(../images/bg_teaser.gif) top left repeat-x;
	border-top: 5px solid #00A6EB;
	border-bottom: 30px solid #FFF;
}

#index #content div.teaser h2 {
	margin: 0 10px;
	padding: 0 10px 8px 25px;
	border-bottom: 1px solid #00A6EB;
	font: bold 1.15em/1.2em Arial,sans-serif;
}

#index #content div#first.teaser h2  { background: transparent url(../images/bg_square_blue.gif) 10px 6px no-repeat; }
#index #content div#second.teaser h2 { background: transparent url(../images/bg_square_yellow.gif) 10px 6px no-repeat; }
#index #content div#third.teaser h2  { background: transparent url(../images/bg_square_grey.gif) 10px 6px no-repeat; }

#index #content div.teaser p {
	margin: 0 10px;
	padding: 9px 10px 0 25px;
	font: normal 1.0em/1.37em Arial,sans-serif;
}

#index #content div.teaser p.last {
	margin: 10px 10px 0 10px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #00A6EB;
}

#index #content div#second,
#index #content div#second h2,
#index #content div#second p { border-color: #FBC100; }
#index #content div#third,
#index #content div#third h2,
#index #content div#third p  { border-color: #C3C4C7; }

#index #content div#second,
#index #content div#third {
	border-bottom: 30px solid #FFF;
}

/*** Footer ***************************************************************************************/

#footer {
	clear: both;
	margin: 0 14px;
	padding: 5px 0 0 0;
	border-top: 1px solid #00A6EB;
	border-bottom: 20px solid #FFF;
}

#footer p {
	margin: 0 20px;
	padding: 3px 0;
	font: normal 0.9em/1.2em Arial,sans-serif;
}

#footer p span {
	padding: 0 6px;
}

#footer p.small {
	padding: 8px 0 0 0;
	font: normal 0.85em/1.15em Arial,sans-serif;
	color: #777782;
}

#footer a {
	color: #002F67;
	text-decoration: underline;
	padding: 0 0 0 14px;
	background: transparent url(../images/bg_link_footer.gif) 0 50% no-repeat;
}

#footer p.small a {
	color: #777782;
	padding: 0;
	background: none;
}

#footer a:hover {
	text-decoration: none;
}