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-color: #FFF;
	background-image: url(images/body_bg.gif);
}
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: "" "";
}

a
{
	text-decoration: none;
}

#container
{
	background-image: url(images/container_bg.jpg);
	background-color: #FFF;
	
	background-repeat: repeat-x;
}

#main
{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(images/main_schatten_bg.png);
	padding-bottom: 10px;
}

.head_img
{
	margin:0;
	padding: 0;
	height: 164px;
	display: block;
}

/* ------------------------------------------------------------  Hauptnavigation  */

#navi
{
	height: 27px;
	padding-left: 5px;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
}

#navi ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

#navi ul li a:hover
{
	color: #D40023;
}

#navi ul li
{
	float:left;
	padding: 6px;
	padding-top: 8px;
}

#navi ul li.act
{
	background-image: url(images/navi_act_btn_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navi ul li.act a
{
	color: #1e1e1e;
}


/* ------------------------------------------------------------  Hauptnavigation Ende */

/* ------------------------------------------------------------  Subnavigation */
#subnavi
{
	padding-left: 11px;
	padding-top: 8px;
	height: 20px;
}

#subnavi ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #e2001a;
}


#subnavi ul li a:hover
{
	text-decoration: underline;
}

#subnavi ul li
{
	float:left;
	margin-right: 12px;
}

#subnavi ul li.act
{
	
}

#subnavi ul li.act a
{
	color: #1e1e1e;
}
/* ------------------------------------------------------------  Subnavigation Ende */

/* ------------------------------------------------------------  Content Allgemein */ 
.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #1e1e1e;
}

.content h1
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.content strong
{
	font-weight: bold;
}

.content a
{
	color: #E2001A;
	text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;
}
/* ------------------------------------------------------------  Content Allgemein Ende */

/* ------------------------------------------------------------  Einspaltig */
#one_col
{
	width: 753;
	padding: 12px;
}
/* ------------------------------------------------------------  Einspaltig Ende */

/* ------------------------------------------------------------  Zweispaltig */
#two_col
{
	width: 753;
	padding: 12px;
}

#two_col #left
{
	width: 495px;
	float:left;
}

#two_col #right
{
	width: 245px;
	float:left;
}
/* ------------------------------------------------------------  Zweispaltig Ende */

/* ------------------------------------------------------------  Footer */
#footer
{
	height: 33px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}

#footer_content
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

#kontakt
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 4px;
	width: 400px;
	margin-right: 200px;
}

#kontakt a
{
	color: #e2001a;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
}

#kontakt a:hover
{
	text-decoration: underline;
}

#sprachen
{
	width: 180px;
	float: left;
	padding-top: 2px;
}

#sprachen a
{
	margin-left: 5px;
}
/* ------------------------------------------------------------  Footer Ende */

/* ------------------------------------------------------------  Teaser Menu */
.teaser_menu
{
	width: 222px;
	float:left;
	height: 200px;
	margin-right: 25px;
}

.teaser_menu .headl
{
	width: 222px;
	text-align:center;
	background-image: url(images/headl_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
}

.teaser_menu .headl a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.teaser_menu .image
{
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------------------------- LONG */
.teaser_menu_long
{
	margin-bottom: 5px;
}

.teaser_menu_long .image
{
	width: 130px;
	float:left;
	margin-right: 10px;
	height: 90px;
	overflow:hidden;
	border: 1px solid #E2001A;
}

.teaser_menu_long .image img
{
	
}

.teaser_menu_long .headl
{
	float:left;
	width: 600px;
	font-weight: bold;
}

.teaser_menu_long .headl .descr
{
	font-weight: normal;
}
/*---------------------------------------------------------------- LONG ENDE*/

/* ------------------------------------------------------------  Teaser Menu Ende*/


/* ------------------------------------------------------------  Galerie */
.tx-gooffotoboek-pi1 a
{
	color: #1E1E1E;
	font-size: 12px;
	font-weight: bold;
}

.tx-gooffotoboek-pi1 a:hover
{
	color: #D40023;
	text-decoration: underline;
}

.tx-gooffotoboek-pi1 .tabel img
{
	border: 1px solid #D40023;
}

.tx-gooffotoboek-pi1 .index
{
	margin-bottom: 6px;
}

.tx-gooffotoboek-pi1 .prev
{
	border: 1px solid #FFF;
	width: 373px;
	float:left;
}

.tx-gooffotoboek-pi1 .next
{
	border: 1px solid #FFF;
	width: 373px;
	float:left;
	text-align: right;
}

.tx-gooffotoboek-pi1 .tabel .thumb_row
{
	width: 750px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.tx-gooffotoboek-pi1 .tabel .thumb_wrap
{
	width: 200px;
	height:135px;
	float:left;
	margin-right: 25px;
	margin-left: 25px;
}

.gallery_overview
{
	width: 152px;
	float:left;
	text-align: center;
	height: 165px;
	margin-right: 14px;
	margin-left: 14px;
}

.gallery_overview img
{
	margin-bottom: 5px;
	border: 1px solid #D40023;
}

/* ------------------------------------------------------------  Galerie Ende*/

.tx-catdets-pi1 .left
{
	width: 502px;
	float:left;
}

.tx-catdets-pi1 .main_image
{
	margin-bottom: 10px;
}

.tx-catdets-pi1 .right
{
	width: 250px;
	float:left;
}

.tx-catdets-pi1 .headl
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 4px;
}

.tx-catdets-pi1 .photo_links div
{
	width: 212px;
	padding-left: 10px;
	background-image: url(images/headl_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tx-catdets-pi1 .photo_links div a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.tx-catdets-pi1 .info_table table
{
	width: 100%;
	border: 1px solid #000;
	padding-top: 5px;
	margin-bottom: 12px;
}

.tx-catdets-pi1 .info_table table thead tr
{
	height: 35px;
}

.tx-catdets-pi1 .info_table table thead tr td
{
	padding-top: 5px;
}

.tx-catdets-pi1 .info_table table tr
{
	height: 20px;
}

.tx-catdets-pi1 .info_table table tr td
{
	padding-left: 5px;
}

div #sb_download_flexWrap
{
	margin-bottom: 20px;
}

#sb_download_flexWrap .dl-link
{
	margin-bottom: 5px;
}


.news-list-item img
{
	border: 1px solid #E2001A;
	float:left;
	margin-right: 8px;
	margin-top: 8px;
}

.news-list-item .news_text
{
	float:left;
	width: 590px;
}

.news-list-item a
{
	font-weight: bold;
}

.tx-ttnews-browsebox tr td
{
	padding: 4px;
}

#list_target
{
	margin-top: 10px;
	padding: 10px;
	border: 1px dashed #E2001A;
}

/* ------------------------------------------------------------  Sitemap Produkte*/
ul.csc-menu
{
	list-style-type: disc;
	color: #E2001A;
	padding-left: 20px;
}

ul.csc-menu li
{
	margin-bottom: 5px;
}


/* ------------------------------------------------------------------- MAILFORM */
.csc-mailform-field 			{ margin-bottom:10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em }
.csc-mailform-field label 		{ display:block; float:left; width:110px; text-align:left; }
.csc-mailform-field input 		{ border:1px solid #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; color:#000000; }
.csc-mailform-field textarea 	{ border:1px solid #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; height:120px; width:300px; }
.csc-mailform-submit 			{ background-color:#ffffff; }

/* ------------------------------------------------------------------- POWERMAIL MAILFORM ------------------------------------------------------------------------*/
#powermaildiv_uid1, #powermaildiv_uid2, #powermaildiv_uid3, #powermaildiv_uid4, #powermaildiv_uid5, #powermaildiv_uid6, #powermaildiv_uid7, #powermaildiv_uid8, #powermaildiv_uid9
{ margin-bottom:10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; }

#powermaildiv_uid1 label, #powermaildiv_uid2 label, #powermaildiv_uid3 label, #powermaildiv_uid4 label, #powermaildiv_uid5 label, #powermaildiv_uid6 label, #powermaildiv_uid7 label, #powermaildiv_uid8 label
{ display:block; float:left; width:110px; text-align:left; }

#powermaildiv_uid1 input, #powermaildiv_uid2 input, #powermaildiv_uid3 input, #powermaildiv_uid4 input, #powermaildiv_uid5 input, #powermaildiv_uid6 input, #powermaildiv_uid7 input, #powermaildiv_uid8 input{ border:1px solid #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; color:#000000; }

#powermaildiv_uid8 textarea { border:1px solid #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1em; height:120px; width:300px; }

/* #powermaildiv_uid9 input { background-color:#ffffff; } */
