/**
* @site          zabeo MarketingPartner
* @link          http://www.zabeo.de
* @style         Standard Layout
* @media         print
* @version       0.1.2
* @date          2009-10-02
* @lastmodified  2009-10-06
* @author        Marco Ziesing, m.ziesing@mediacluster.de
*/

/*
* @section	reset
* @see		http://meyerweb.com/eric/tools/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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/**
* @section default styles and helper/workarounds
*/

body {
	background-color: transparent;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

a { color: #000; text-decoration: none; border-bottom: 1px dotted #000; }
a:active, a:focus { outline: none; }
a img { border:  0 none; }
.clearer { height: 0.1px; font-size: 0.1px; line-height: 0.1px; clear: both; }


#skiplinks { display: none; }

#container {
	position: relative;
	width: 100%;
	margin: 0;
}

a.pdf {
	padding: 2px 0 2px 20px;
	background: transparent url(../img/icon_pdf.png) no-repeat left center;
}


/**
* @section header
*/

#header {
	position: relative;
	height: 105px;
}

#logo, #speech_balloon, #metanav {
	position: absolute;
}

#logo {
	width: 188px;
	height: 88px;
	left: 6px;
	top: 0px;
	background: transparent none;
}

#logo h1 {
	/*display: none;*/
}

#logo h1 a {
	width: 188px;
	height: 88px;
	display: block;
}

#speech_balloon {
	display: none;
}

#metanav {
	display: none;
}


/**
* @section navigation
*/

div.navigation {
	display: none;
}


/**
* @section image bar
*/

#imgbar {
	display: none;
}


/**
* @section content
*/

#main {
	width: 100%;
	padding-bottom: 5px;
	background: transparent none;
	float: none;
}

#main .frame {
	background-color: #fff;
	border: 0 none;
}

#main h2 {
	display: none;
}

#main .left {
	width: 100%;
	display: block;
}

#main .left h3 {
	margin-top: 18pt;
	color: #000;
	font-size: 18pt;
	font-weight: normal;
}

#main .left .newsblock {
}

#main .left .newsblock .date {
	font-size: 10pt;
	color: #818181;
}

#main .left .newsblock h4 {
	margin: 5px 0;
}

#main .left .newsblock h4 a {
	font-size: 14pt;
	color: #000;
}

#main .left .comments {
	text-align: right;
}

#main .left .comments a {
	display: none;
}

#main .left hr {
	width: 60%;
	height: 1pt;
	border: 0 none;
	border-bottom: 1pt solid #ccc;
}

#main .right {
	width: 100%;
	display: block;
}

#main .right h3 {
	margin-top: 18pt;
	color: #000;
	font-size: 18pt;
	font-weight: normal;
}

#main .right .newsblock {
}

#main .right .newsblock .date {
	font-size: 10pt;
	color: #818181;
}

#main .right .newsblock h4 {
	margin: 5px 0;
}


#main .right .newsblock h4 a {
	font-size: 14pt;
	color: #000;
}

#main .right .morelink {
	display: none;
}

#main .right .morelink a {
	display: none;
}

#main .right hr {
	width: 60%;
	height: 1pt;
	border: 0 none;
	border-bottom: 1pt solid #ccc;
}


/**
* @section sidebar
*/

#sidebar {
	width: 292px;
	margin: 2px 0 0 2px;
	float: left;
}

#sidebar h4 {
	font-size: 18px;
	font-weight: normal;
	color: #5BBD2C;
}

#sidebar .quickcheck {
	display: none;
}

#sidebar .events, #sidebar .tagcloud {
	display: none;
}


/**
* @section subpages
*/

#sub h2 {
	padding: 7px 0 0 14px;
	font-size: 22pt;
	font-weight: normal;
	color: #000;
	background: transparent none;
}

#sub .frame {
	padding: 50px 30px 30px 30px;
	background-color: transparent;
}

#sub h3 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 36pt;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

#sub p {
	width: 100%;
	margin: 17pt 0;
}

#sub #left {
	width: 100%;
	display: block;
}

#sub #right {
	width: 100%;
	display: block;
}

#sub #left h3, #sub #right h3,
#sub #left p, #sub #right p {
	width: 100%;
}


.frame ol {
	list-style-type: decimal;
}

.frame ul {
	list-style-type: square;
}


/**
* @section footer
*/

#footer {
	display: none;
}


/**
* @section tt_news
*/

#sub .tx-ttnews-browsebox td {
	padding: 3px;
}

#sub .tx-ttnews-browsebox p {
	width: 100%;
}


/**
* @section powermail
*/

.tx_powermail_pi1_form legend {
	display: none;
}

.tx_powermail_pi1_form label {
	display: block;
	float: left;
	width: 100px;
}

.tx_powermail_pi1_form input, .tx_powermail_pi1_form select, .tx_powermail_pi1_form textarea {
	display: block;
	float: left;
	width: 200px;
}

.tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

.tx_powermail_pi1_form input.powermail_submit {
	margin-left: 100px;
	float: none;
	width: auto;
}

.tx-powermail-pi1 .powermail_all_td {
	padding: 2px;
}

.tx-powermail-pi1 .powermail_all_td p.bodytext {
	margin: 0;
}

a:link:after, a:link:visited:after {
  content: " (" attr(href) ") ";
  font-size: 76%;
  color: #999;
  background: transparent;
}


/* TEMP */
#footer ol {
	display: none;
}

.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}