/**
* CSS-Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height:1;	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* General
*/
html {
	height: 101%;
}

body {
	background:#315358 url(../img/hg.jpg) 0 0 repeat-x;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size: 100.01%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, strong, b{
	font-weight:bold;
}

a:focus {
	outline:none
}

/**
* General Classes
*/
.clearer {
	clear:both;
	margin:0;
}

.menu a {
	text-decoration:none;
}

#contentMainInner a.probe {
	background:url(../img/icons/ico_probe.gif) left top no-repeat;
	padding-left:25px;
}

#contentMainInner a.extern {
	background:url(../img/icons/ico_ex.gif) left top no-repeat;
	padding-left:20px;	
}

#contentMainInner a.email {
	background:url(../img/icons/ico_mail.gif) left top no-repeat;
	padding-left:20px;	
}

/**
* Main Wrapper
*/
#mainWrapper {
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:16px;
	text-align:left;
	margin:0 auto;
	width:1050px;
	min-height:600px;
}

/**
* Inner Wrapper
*/
#innerWrapper {
	margin:0 0 12px 9px;
	padding:130px 0 0 0;
}

#sideBar1 {
	float:left;
	width:200px;
}

#sideMenu1 {
	background:url(../img/eck_01a.gif) 0 0 no-repeat;
	margin:0 0 16px 0;
	padding:6px 0 0 0;
}

#sideMenu1 div {
	background:url(../img/eck_01b.gif) left bottom no-repeat;
	padding:0 0 6px 0;
}

#sideMenu1 ul {
	background:#34575d;
	padding:28px 0 14px 0;
	min-height:160px;
	text-align:right;
	text-transform:uppercase;
}

#sideMenu1 ul ul {
	margin:2px 0 0 0;
	padding:0 0 16px 0;
	text-transform:none;
	min-height:16px;
}

#sideMenu1 a {
	color:#c5d6dc;
	display:block;
	font-weight:bold;
	letter-spacing:0.08em;
	line-height:22px;
	padding-right:30px;
}

#sideMenu1 li li a {
	letter-spacing:normal;
	line-height:20px;
}

#sideMenu1 li li a:hover {
	letter-spacing:normal;
}

#sideMenu1 li.current li a {
	background:none;
	color:#c5d6dc;
	font-weight:normal;
}

#sideMenu1 li.current li a:hover {
	color:#fff;
	font-weight:normal;
}

#sideMenu1 li.current a, #sideMenu1 li.current li.current a {
	background:url(../img/dot.gif) center right no-repeat;
	color:#fff;
	font-weight:bold;
}

#sideMenu1 li.parent a {
	color:#c5d6dc;
	background-image:none;
}

#sideMenu1 a:hover, #sideMenu1 li.current li.current a:hover, #sideMenu1 li.parent a:hover {
	color:#fff;
	font-weight:bold
}

#sideMenu1 li {
	margin:0 3px 0 0;
}

#sideMenu1 li li {
	margin-right:0;
}

#sideMenu1 li.current a {
	border-bottom:1px dotted #6e8390;	
}

#sideMenu1 li.current li a {
	border-bottom:none;
}

#quoteTop{
	background:url(../img/eck_02a.gif) 0 0 no-repeat;
	padding:6px 0 0 0;
}

#quoteBottom {
	padding:0 0 6px 0;
	background:url(../img/eck_02b.gif) left bottom no-repeat;
}

#quoteTop blockquote {
	background-color:#c6ced1;
	background-position:left top;
	background-repeat:no-repeat;
	color:#1c2730;
	display:block;
	font-style:italic;
	min-height:24px;
	padding:154px 18px 18px 18px;
	text-align:center;
}

#quoteTop2{
	background:url(../img/eck_02aa.gif) 0 0 no-repeat;
	padding:6px 0 0 0;
}

#quoteBottom2 {
	padding:0 0 6px 0;
	background:url(../img/eck_02bb.gif) left bottom no-repeat;
}

#quoteTop2 blockquote {
	background-color:#1e353a;
	background-position:left top;
	background-repeat:no-repeat;
	color:#ddd;
	display:block;
	font-style:italic;
	min-height:24px;
	padding:154px 18px 18px 18px;
	text-align:center;
}

#content {
	float:left;
	margin-top:4px;
	margin-left:20px;
	width:594px;
	font-size:12px;
	line-height:18px;
	color:#132229;
}

#contentMain {
	background:url(../img/content_top_wide.gif) left top no-repeat;
	padding-top:10px;
	min-height:556px;
}

#contentMain1 {
	background:#f0f2ec url(../img/content_bottom.jpg) left bottom no-repeat;
	min-height:556px;
}

#contentMainInner {
	padding:20px 60px 40px 40px;
}

#contentMainInner a {
	color:#ad5629;
	text-decoration:none;
}

#contentMainInner a:hover {
	text-decoration:underline;
}

#contentMainInner a:before {
	content: "";
}

#contentMainInner a.probe:before, #contentMainInner a.extern:before, #contentMainInner a.email:before {
	content: "";
}

#contentMainInner .cover a, #contentMainInner .navigator a {
	color:#894106;
}

#contentMainInner .cover p a, #contentMainInner .navigator a {
	background:url(../img/icons/ico_probe.gif) left top no-repeat;
	display:block;
	margin-left:15px;
	padding-left:25px;
}

#contentMainInner .navigator {
	clear:left;
}

#pageTitle {
	font-size:25px;
	line-height:25px;
	margin-bottom:30px;
}

#content h2 {
	color:#4d6574;
	font-size:13px;
	margin-bottom:26px;
}

#content p {
	margin-bottom:25px;
}

#topMenu {
	text-align:right;
}

#topMenu li {
	display:inline;
	line-height:30px;
}

#topMenu a {
	color:#c5d6dc;
	margin-right:10px;
	padding:2px;
}

#topMenu a:hover {
	color:#fff;
	text-decoration:underline;
}

#topMenu li.current a {
	background:#c63;
	color:#fff;
}

#english {
	background:url(../img/engl.gif) left center no-repeat;
	padding-left:10px;
}

#sideBar3 {
	margin-top:44px;
	margin-left:822px;
	width:166px;
}

#sideBar2 {
	margin-top:44px;
	margin-left:822px;
	width:166px;
}

#sideBar2 a {
	color:#c5d6dc;
	text-decoration:none;
}

.sidebarImageText {
	color:#782e07;
	font-weight:bold;
	padding:15px 8px 0 0;
}

#sideMenu2 {
	margin-bottom:13px;
}

#sideMenu2 a {
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	line-height:23px;
	padding-left:30px;
}

#sideMenu2 a:hover, #sideMenu2 li.current a:hover {
	color:#fff;
	font-weight:bold;
}

#sideMenu2 li.current a {
	color: #c5d6dc
}

#sideMenu2 li {
	margin-bottom:7px;
}

#pressestimmen {
	background-image:url(../img/icons/icon_presse.jpg);
}

#interview {
	background-image:url(../img/icons/icon_interview.jpg);
}

#reportage {
	background-image:url(../img/icons/icon_report.jpg);
}

#uebersetzungen {
	background-image:url(../img/icons/icon_translate.jpg);
}

#setting {
	background-image:url(../img/icons/icon_sets.gif);
}
#sett {
	background-image:url(../img/icons/icon_set2.gif);
}

#city, .city {
	margin-bottom:10px;
}

#komissare {
	background:url(../img/kommissare.jpg) 0 0 no-repeat;
	height:135px;
}

#komissare span {
	display:block;
	padding-top:96px;
	margin-left:30px;
	line-height:18px;
}

#komissare a {
	display:block;
}

#komissare a:hover {
	color:#fff;
	font-weight:bold;
}

#komissare a.current, #komissare a.current:hover {
	color:#fff;
	font-weight:normal;
}

#footer {
	background:url(../img/footillu.jpg) 0 0 no-repeat;
	color:#c5d6dc;
	font-size:11px;
	margin-left:257px;
	min-height:88px;
	padding-top:12px;
}

#copyright {
	float:left;
}

#toplink {
	margin-left:486px;
}
