/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Css-Reset ---------------------------------------------------------------*/


html {
	height: 100%;
	font-size: 14px;
}

body {
	background-color: #fafafa;
	/*margin-top: 22px;*/
	font: 1em/1.28571428571em Arial;
	padding-bottom: 5em;
}

body.grid {
		background: url("../images/grid.gif");
}

#accessibility_navigation {
	display: none;
}

hr {
	display: none;
}

a:link,
a:visited {
	color: #7b7b7c;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 768px;
	overflow: hidden;
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
}

/* Main Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#main_navigation {
	clear: both;
	border-top: 1px solid #b6c0c6;
	border-bottom: 1px solid #b6c0c6;
	text-align: center;
	margin-bottom: 44px;
	padding: 2px 0;
	display: block;
	height: 24px;
	line-height: 23px;
}

#main_navigation li {
	display: inline;
	line-height: 18px;
	padding-bottom: 1px;
}

#main_navigation a {
	line-height: 22px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0;
}

#main_navigation a:hover,
#main_navigation .active a {
	background: #f0f0f0;
}
/* Main Navigation ---------------------------------------------------------*/

/* Content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content {
	margin-bottom: 2px;
	overflow: hidden;
	color: #7b7b7c;
	font-family: Arial;
	margin-bottom: 3em;
}

#content h1 {
	clear: none;
	font-size: 30px;
	line-height: 36px;
	font-family: "CorporateS-Light";
	color: #7b7b7c;
	margin-bottom: 23px;
}

#wrapper .start a {
	text-decoration: none;
}
#wrapper .start a:hover {
	color: #7B7B7C;
	text-decoration: underline;
}

#content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px;
}

#content p.bildunterschrift {
	font-size: 12px;
	line-height: 15px;
}

#content p img {
	margin-bottom: -12px;
}

#content hr {
	display: block;
	clear: both;
	background: #fff;
	border: 1px solid;
}

#wrapper .p_columns {
	overflow: hidden;
	width: auto;
	margin-right: -24px;
}

#wrapper .p_columns p{
	float: left;
	width: 234px;
	margin-right: 24px;
}

.links {
	float: left;
	width: 308px;
	margin-bottom: 29px;
}

.rechts {
	width: 247px;
	float: right;
	margin-bottom: 29px;
}

#content ul {
	clear: both;
	padding: 8px 12px 8px 24px;
	list-style: outside;
	line-height: 22px;
	list-style-type: disc;
}

.leistungen {
	border: 1px solid #7b7b7c;	
	position: relative;
	margin-bottom: 12px;
}

#content .date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

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

/* Startseite ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#wrapper .start {
	padding: 0;
	float: none;
	width: 100%;
}

.tripple_h1 {
	overflow: hidden;
	width: auto;
}

#content .tripple_h1 h1{
	float: left;
	font-family: Arial;
	font-size: 14px;
}

.tripple_h1 img {
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}

.tripple_h1 object {
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
}

.dark {
	border-top: 1px solid #b6c0c6;
/*	background: #f5f5f5;*/
	margin-bottom: 1em;
}

.tripple_div {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	padding-bottom: 0px;
}

.tripple_div div {
	float: right;
	width: 100px;
	padding-top: 5px;
	padding-right: 0px;	
	padding-left: 0px;	
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000000;
}

.tripple_div h1 {
	margin-bottom: 0px;
}

.tripple_div .date {
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 0.1em;
	color: #5D5D5D;
	padding-bottom: 12px;
	display: block;
}

.tripple_div p {
	font-family: Arial;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 0.1em;
	color: #333333;
	padding-bottom: 12px;
	display: block;
}

/*Startseite ---------------------------------------------------------------*/


/*sIFR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*sIFR ---------------------------------------------------------------------*/