/**
* @site				Fahrsicherheits-Zentrum Thueringen
* @link				http://www.fsz-thueringen.de
* @style			Print Layout
* @media			print
* @version			0.1
* @license			CC-A 3.0 (http://creativecommons.org/licenses/by-nc-nd/3.0/deed.de)
* @date				2008-11-21
* @lastmodified		2009-01-19
* @author			Marco Ziesing, mz@puremedia-online.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	layout
*/

/* global styles and workarounds */
html { height: 100%; }

a:active, a:focus, input { outline: none; }
a { text-align: left; text-decoration: none; }

.clearer { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }
.aright { text-align: right; }

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	background: none;
}

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 25px 0;
	background-color: #fff;
}

#header {
	position: relative;
	width: 100%;
	margin: 0 auto 7em auto;
}


/* service navigation */
#nav_service {
	display: none;
}



/* personas navigation */
#nav_personas {
	display: none;
}


/* BEGIN extra styles for the landing page */
#imgbar_landing {
	width: 930px;
	margin: 0 auto 15px auto;
}

#container_personas {
	width: 930px;
	margin: 0 auto;
}

.box_persona {
	width: 282px;
	float: left;
}

.box_persona h2 {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	color: #fff;
	background: #b2b2b2;
	font-size: 13px;
	line-height: 17px;
}

.box_persona .text {
	height: 85px;
	padding: 15px 20px 0 15px;
	background-color: #e5e5e5;
}

.box_persona .link {
	padding: 0 15px 12px 15px;
	background-color: #e5e5e5;
	text-align: right;
}
/* END extra styles for the landing page */


/* sidebar */
#sidebar {
	width: 183px;
	margin: 0 17px 0 25px;
	line-height: 17px;
	clear: both;
	float: left;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	margin-bottom: 5px;
	padding-left: 10px;
	color: #666;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#menu {
	display: none;
}

.box {
	display:none;
}
 
/* sidebar search */
#search {
	display: none;
}


/* sidebar box */
#sidebar .box {
	position: absolute;
	width: 15em;
	right: 0;
	top: 0;
	color: #999;
}

#sidebar .box p {
	margin: 0 2px 0 10px;
}

#sidebar .box p.aright a.button, #sidebar .infobox_buttons {
	display: none;
}

.infobox_telefonnummer {
	padding-top: 3px;
	color: #999;
	font-size: 18px;
}

.infobox_hinweis {
	padding-top: 1px;
	color: #666;
	font-family: Verdana;
	font-size: 9px;
}


/* content */
#content_area {
	width: 736px;
	float: left;
}

#imgbar {
	/*display: none;*/
}

#breadcrumbs {
	display: none;
}


/* main content */
#content_main {
	width: 100%;
	margin: 0 0 0 1px;
	padding: 0 14px;
	line-height: 17px;
	color: #000;
	background-color: transparent;
	float: none;
}

#content_main h2 {
	margin: 0 0 0 0;
	padding: 10px 0 0px 0;
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
}

#content_main h3 {
	margin: 0 0 17px 0;
	padding: 0px 0 10px 0;
	color: #666;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#content_main a { color: #333; }
#content_main a:hover { text-decoration: underline; }

#content_main ul {
	display:block;
	width:100%;
	
}
#content_main li {
	margin: 0 0 7px 30px;
	padding: 0;
	list-style-image: url(../img/list_point.png);
}

#content_main hr {
	margin: 15px 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0 none;
	clear: both;
}


/* FCEs half boxes */
#content_main .box_half {
	width: 235px;
	margin: 0;
	padding: 0;
	border-bottom: 12px solid #fff;
	float: left;
}

#content_main .box_left { margin-left: -14px; border-right: 6px solid #fff; }

#content_main .box_right { margin-right: -15px; border-left: 6px solid #fff; }

#content_main .box_half .text {
	height: 125px;
	margin: 0;
	padding: 15px 20px 0 15px;
	background-color: #e5e5e5;
}

#content_main .box_half .text li {
	margin: 0 0 7px 15px;
	padding: 0;
}

#content_main .box_half .link {
	margin: 0;
	padding: 0 15px 12px 15px;
	background-color: #e5e5e5;
	text-align: right;
}

#content_main .box_half h3, #content_sidebar h3 {
	margin: 0;
	padding: 1px 0 2px 10px;
	color: #fff;
	background: #b2b2b2;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 5px solid #fff;
}

#content_main .cols2_hr h4 {
	position: relative;
	width: 99px;
	font-weight: bold;
	display: block;
	float: left;
}

#content_main .cols2_hr .text {
	position: relative;
	width: 353px;
	margin-bottom: 18px;
	float: left;
}

#content_main p {
	margin: 0 0 10px 0;
}

#content_main .csc-textpic {
	clear: both;
}

#content_main .csc-textpic-imagewrap {
	margin: 0 0 9px 0;
}

#content_main .csc-textpic-image img {
	border: 4px solid #fff;
}

#content_main .csc-textpic-intext-left .csc-textpic-text {
	/*float: left;
	padding: 0 0 0 15px;*/
}

/* footer for main content */
#content_main .footer {
	display: none;
}


/* content sidebar */
#content_sidebar {
	width: 100%;
	margin: 0 0 0 12px;
	float: none;
	clear: both;
}

#content_sidebar .box,
#content_sidebar .comment
{ margin: 0 0 25px 0; }

#content_sidebar .comment {
	height: 180px;
	background: transparent url(../img/bg_comment_text.png) no-repeat 0 105px;
}

#content_sidebar .comment .text {
	padding: 6px 7px 0 7px;
	color: #333;
	font: 13px Arial;
	line-height: 17px;
}

#content_sidebar .comment .name {
	padding: 4px 7px 0 7px;
	color: #333;
	font: 13px Arial;
	text-align: right;
}





/* tt_news */
.news-latest-container {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}

.news-latest-item {
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}

.news-latest-item h4 {
	margin: 0 0 8px 0;
	padding: 3px 0 2px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.news-latest-item h4 a {
	padding: 0 0 0 10px;
	color: #666;
	display: block;
}

.news-latest-item img {
	margin: 0 10px 10px 0;
	padding: 0;
	border: 0 none;
	background: none;
	float: left;
}

.news-latest-morelink {
	margin: 3px 0 0 0;
	padding: 0;
	border: 0 none;
	background: none;
	text-align: right;
}

.news-latest-morelink a {
	display: none;
}

.news-latest-morelink a:hover, 
.news-latest-morelink a:active { text-decoration: underline; }





/* sk_simplegallery */
.tx-sksimplegallery-pi1 {
	margin: 0;
	padding: 0;
}

.tx-sksimplegallery-pi1 dl.list {
	width: 207px;
	margin: 0 0 20px 0;
	padding: 4px;
	background-color: #fff;
	border: 0 none;
	float: left;
}

.tx-sksimplegallery-pi1 dl.odd {
	clear: both;
}

.tx-sksimplegallery-pi1 dl.even {
	margin-left: 24px;
}

.tx-sksimplegallery-pi1 dl.list dt {
	border: 0 none;
}

.tx-sksimplegallery-pi1 dl.list dd span.title {
	font-size: 12px;
	color: #333;
	float: left;
}

.tx-sksimplegallery-pi1 dl.list dd a {
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	background: transparent url(../img/link_arrow.png) no-repeat 0 2px;
	float: right;
}

.tx-sksimplegallery-pi1 div.thumblist {
	margin-left: -18px;
}

.tx-sksimplegallery-pi1 dl.single {
	width: 100px;
	height: 140px;
	margin: 0 0 15px 18px;
	border: 0 none;
	float: left;
}

.tx-sksimplegallery-pi1 dl.single dt {
	width: 92px;
	height: 92px;
	margin: 0 0 0 0;
	padding: 4px;
	background-color: #fff;
	border: 0 none;
	text-align: center;
}

.tx-sksimplegallery-pi1 dl.single dd {
	margin: 0;
	padding: 5px 0 0 3px;
	font-size: 12px;
}






/* mailformplus */
.tx-thmailformplus-pi1 {
	margin: 0;
	padding: 0 0 20px 0;
}

.mailformplus_contactform div.legend {
	width: 99px;
	font-weight: bold;
	display: block;
	float: left;
}

.mailformplus_contactform div.fields {
	width: 353px;
	float: left;
}

.mailformplus_contactform label {
	width: 150px;
	margin: 0 0 10px 0;
	font-weight: normal;
	float: left;
	display: block;
}

.mailformplus_contactform label.inline {
	margin: 0;
	float: none;
	display: inline;
}

.mailformplus_contactform label.right {
	width: 200px;
	margin: 0;
	float: left;
	display: block;
}

.mailformplus_contactform label#first_name,
.mailformplus_contactform label#last_name {
	width: 50px;
}

.mailformplus_contactform input#adacnumber,
.mailformplus_contactform input#title,
.mailformplus_contactform input#first_name,
.mailformplus_contactform input#last_name,
.mailformplus_contactform input#company,
.mailformplus_contactform input#department,
.mailformplus_contactform input#function,
.mailformplus_contactform input#address,
.mailformplus_contactform input#email {
	width: 201px;
	margin: 0 0 10px 0;
	border: 1px solid #999;
}

.mailformplus_contactform input#zip,
.mailformplus_contactform input#phone1,
.mailformplus_contactform input#fax1 {
	width: 50px;
	margin-right: 5px;
	border: 1px solid #999;
}

.mailformplus_contactform input#city,
.mailformplus_contactform input#phone2,
.mailformplus_contactform input#fax2 {
	width: 140px;
	border: 1px solid #999;
}

.mailformplus_contactform .length2 {
	width: 27px;
	border: 1px solid #999;
}

.mailformplus_contactform .length4 {
	width: 55px;
	border: 1px solid #999;
}

.mailformplus_contactform textarea {
	width: 351px;
	border: 1px solid #999;
}

.mailformplus_contactform a.button {
	float: right;
}

.mailformplus_contactform .nav {
	margin: 15px 0 0 0;
}

.mailformplus_contactform a.next {
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	background: transparent url(../img/link_arrow_grey.png) no-repeat 0 3px;
	float: right;
}

.mailformplus_contactform a.back,
.news-single-backlink a,
.tx-sksimplegallery-pi1 .backlink a {
	display: none;
}


/* link buttons */
input[type=submit],
#sidebar a.button:link, #sidebar a.button:visited,
#content_main a.button:link, #content_main a.button:visited,
#content_sidebar a.button:link, #content_sidebar a.button:visited {
	width: 114px;
	height: 17px;
	margin: 0;
	padding: 0 0 0 20px;
	font: 12px Arial;
	color: #333;
	background: transparent url(../img/bg_link_button.png) no-repeat 0 0;
	border: 0 none;
	text-align: left;
	text-decoration: none;
	display: block;
}

input[type=submit]:hover,
#sidebar a.button:hover,
#content_main a.button:hover,
#content_sidebar a.button:hover {
	width: 114px;
	height: 17px;
	margin: 0;
	padding: 0 0 0 20px;
	font: 12px Arial;
	color: #333;
	background: transparent url(../img/bg_link_button_hover.png) no-repeat 0 0;
	border: 0 none;
	text-decoration: none;
	display: block;
}

input[type=submit]:active,
#sidebar a.button:active,
#content_main a.button:active,
#content_sidebar a.button:active {
	width: 114px;
	height: 17px;
	margin: 0;
	padding: 0 0 0 20px;
	font: 12px Arial;
	color: #333;
	background: transparent url(../img/bg_link_button_active.png) no-repeat 0 0;
	border: 0 none;
	text-decoration: none;
	display: block;
}

input[type=submit],
input[type=submit]:hover,
input[type=submit]:active {
	width: 134px;
}


/* pmtipafriend */
.tx-pmtipafriend-pi1 label {
	width: 150px;
	margin: 0 0 10px 0;
	font-weight: normal;
	float: left;
	display: block;
}

.tx-pmtipafriend-pi1 input[type=text] {
	width: 201px;
	margin: 0 0 10px 0;
	border: 1px solid #999;
}

.tx-pmtipafriend-pi1 textarea {
	width: 201px;
	margin: 0 0 10px 0;
	border: 1px solid #999;
}

/*
.tx-pmtipafriend-pi1 .divSubmit {
	position: relative;
	padding-bottom: 18px;
}

.tx-pmtipafriend-pi1 .buttonSubmit {
	position: absolute;
	right: 0px;
}
*/



