/*----------------------------------- CSS HEAD */

/*
*			Colors
*			SGK-Blue:	#173152 ; #173152 ; #173152
*			SGK-Red:	#D2001B ; #D2001B
*
*
*
*
*/
/*----------------------------------- CSS RESET */
* { margin: 0; padding: 0;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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 {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}

/*----------------------------------- CSS elements */
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #333333;
	text-align: center;
	background: url('/fileadmin/templates/img/body_bg.jpg') repeat-x 0 0;
}

ul {  }

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

/*----------------------------------- CSS layout */
#wrapper_ext {
	width: 98.8em;
	height: 90em;
	margin: 0 auto;
}

body.intern {
	background: url('/fileadmin/templates/img/body_bg_intern.jpg') repeat-x 0 0;
}

#wrapper {
	width: 98.8em;
	height: 90em;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.meta.top {
	width: 20em;
	position: absolute;
	top: 2.7em;
	right: 0;
	width: auto;
}

#meta_bottom {
	float: left;
	margin: 4.3em 0 0 0;
}

#page {
	width: 100%;
	height: auto;
	min-height: 74em;
	float: left;
	background: none;
	border: 1px solid #A9A9A9;
	position: relative;
	top: 4em;
	z-index: 50;
	background: #FFFFFF;
}

#header {
	width: 100%;
	height: 14.2em;
	background: transparent;
	position: relative;
}

#logo {
	width: 26.5em;
	height: 8.5em;
	position: absolute;
	top: 1em;
	left: 3em;
	background: url('/fileadmin/templates/img/sgk_logo.gif') no-repeat 0 0;
	z-index: 100;
	text-indent: -999em;
}

#logo a {
	height: 100%;
	display: block;
}

#branding {
	width: 92.8em;
	height: 10.8em;
	position: absolute;
	top: 2.2em;
	left: 3em;
	background: #173152;
	z-index: 50;
}

#navigation {
	width: 92.8em;
	padding: 0 0 0 0;
	margin: 0 auto;
	z-index: 100;
	background: url('/fileadmin/templates/img/navigation_bg_blue.gif') no-repeat 0 100%;
}

#search {
	width: 19em;
	float: right;
	padding: 0 2px 1em 0;
}

#container {
	width: 100%;
	height: auto;
	min-height: 5em;
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	float: left;
	position: relative;
	z-index: 50;
}

#col1 {
	width: 23.5em;
	height: auto;
	min-height: 5em;
	float: left;
	margin: 1.2em 0 0 3em;
	position: relative;
	z-index: 50;
}
.intern #col1 {
	position: relative;
}

#col2 {
	width: 49.5em;
	height: auto;
	min-height: 5em;
	float: left;
	padding: 0 0 .4em 0;
	margin: 0 0 1em 2em;
	position: relative;
	z-index: 50;
}

#col2_content {
	width: 100%;
	float: left;
	border-left: .1em solid #173152;
	border-top: .1em solid #173152;
	border-right: .1em solid #173152;
	background: url('/fileadmin/templates/img/col2_bottom_bg_blue.jpg') repeat-x 0 100%;
}

#col3 {
	width: 15.8em;
	height: auto; min-height: 5em;
	float: left;
	margin: 0 0 0 2em;
	border: 0px solid #E3001B;
	position: relative;
	top: -1.9em;
	z-index: 50;
}

#col12 {
	width: 63.7em;
	height: auto;
	min-height: 5em;
	float: left;
	margin: 0 0 0 3em;
	padding: 0 0 1.2em 0;
	position: relative;
	z-index: 50;
}

#col12_content {
	width: 100%;
	float: left;
	border-left: .1em solid #173152;
	border-top: .1em solid #173152;
	border-right: .1em solid #173152;
	background: url('/fileadmin/templates/img/col2_bottom_bg_blue.jpg') repeat-x 0 100%;
}

#ext_news {
	border-left: .1em solid #173152;
	
	border-right: .1em solid #173152;
}

/*----------------------------------- CSS navigation */
/*--- META */
.meta li {
	display: inline;
	padding: .1em .8em 0em .8em;
	border-right: .1em solid;
}

.meta li.last {
	border-right: none;
}

.meta.top li {
	border-color: #FFFFFF;
}

.meta.bottom li {
	border-color: #555555;
}

.meta.top a:link, .meta.top a:visited {
	color: #FFFFFF;
}

.meta.top a:hover, .meta.top a:active {
	text-decoration: underline;
	color: #AAAAAA;
}

.meta.bottom a:link, .meta.bottom a:visited {
	 color: #555555;
}

.meta.bottom a:hover, .meta.bottom a:active {
	text-decoration: underline;
	color: #AAAAAA;
}

/*--- M1 */
ul#m1 a:link, ul#m1 a:visited {
	display: block;
	color: #FFFFFF;
}

ul#m1 a:hover, ul#m1 a:active {
	display: block;
	color: #FFFFFF;
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
}

ul#m1 {
	width: 65em;
	float: left;
	z-index: 100;
	position: relative;
}
ul#m1 li {
	float: left;
	position: relative;
	font-size: 1.3em;
	color: #FFFFFF;
	border-right: .1em solid #E74E36;
}

ul#m1 li a:link,ul#m1 li a:visited,
ul#m1 li a:hover, ul#m1 li a:active {
	padding: .2em 1.3em .2em 1.3em;
}

ul#m1 .cur a, ul#m1 .act a {
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
	color: #FFFFFF;
}

ul#m1 li.cur.first a:link,
ul#m1 li.cur.first a:visited,
ul#m1 li.no.act.first a:link,
ul#m1 li.no.act.first a:visited {
	background: url('/fileadmin/templates/img/m1_cur_bg_red.jpg') no-repeat 0 0;
}

ul#m1 li.cur.first a:hover,
ul#m1 li.cur.first a:active,
ul#m1 li.no.first a:hover,
ul#m1 li.no.first a:active {
	background: url('/fileadmin/templates/img/m1_cur_bg_red.jpg') no-repeat 0 0;
}

ul#m1 li.cur li.no a:link,
ul#m1 li.cur li.no a:visited {
	background: #3E5368;
}

ul#m1 li.cur li.no a:hover,
ul#m1 li.cur li.no a:active,
ul#m1 li.no li.no.first a:hover,
ul#m1 li.no li.no.first a:active {
	background: #E2031B;
	
}

ul#m1 ul {
	height: 0;
	width: auto;
	width: 15.5em;
	position: absolute;
	top: 1.7em;
	left: 0;
	padding-top: 0.2em;
	overflow: hidden;
	z-index: 100;
	font-size: .8em;
}

ul#m1 ul li {
	float: none;
	border: none;
}

ul#m1 ul.focus,
ul#m1 li:hover ul,
ul#m1 li.hover ul {
	height: auto;
}

ul#m1 ul li a:link,
ul#m1 ul li a:visited,
ul#m1 li.no.act ul li.cur a:link,
ul#m1 li.no.act ul li.cur a:visited,
ul#m1 li.no.act ul li.no.act.first a:link,
ul#m1 li.no.act ul li.no.act.first a:visited,
ul#m1 li.no.first ul li.no a:link,
ul#m1 li.no.first ul li.no a:visited,
ul#m1 li.no.act.first ul li.cur a:link,
ul#m1 li.no.act.first ul li.cur a:visited,
ul#m1 li.no.act.first ul li.no a:link,
ul#m1 li.no.act.first ul li.no a:visited,
ul#m1 li:focus li a:link,
ul#m1 li:focus li a:visited,
ul#m1 li.focus li a:link,
ul#m1 li.focus li a:visited,
ul#m1 li:hover li a:link,
ul#m1 li:hover li a:visited,
ul#m1 li.hover li a:link,
ul#m1 li.hover li a:visited {
	background: #3E5368;
	border: 0;
	border-bottom: .1em solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: .3em 1.5em .3em 1.5em;
	font-size: .8em;
}

ul#m1 ul li a:hover,
ul#m1 ul li a:active,
ul#m1 li.no.act ul li.cur a:hover,
ul#m1 li.no.act ul li.cur a:active,
ul#m1 li.no.first ul li.no a:hover,
ul#m1 li.no.first ul li.no a:active,
ul#m1 li.no.act.first ul li.cur a:hover,
ul#m1 li.no.act.first ul li.cur a:active,
ul#m1 li.no.act.first ul li.no a:hover,
ul#m1 li.no.act.first ul li.no a:active,
ul#m1 li.no.act ul li.no.act.first a:hover,
ul#m1 li.no.act ul li.no.act.first a:active,
ul#m1 li:focus li a:hover,
ul#m1 li:focus li a:active,
ul#m1 li.focus li a:hover,
ul#m1 li.focus li a:active,
ul#m1 li:hover li a:hover,
ul#m1 li:hover li a:active,
ul#m1 li.hover li a:hover,
ul#m1 li.hover li a:active {
	background: #E2031B;
	border: 0;
	border-bottom: .1em solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: .3em 1.5em .3em 1.5em;
	font-size: .8em;
}

ul#m1 ul li.last a {
	border: 0;
}

/*--- M2 */
#col1 #m2 {
	border-left: .1em solid #173152;
	border-right: .1em solid #173152;
	border-top: .1em solid #173152;
}

/*-- m2 title */
#col1 #m2.l1 li.act {
	background: url('/fileadmin/templates/img/m1_hover_bg_blue.jpg') repeat-x 0 0;
}
#col1 #m2.l1 .act a:link,
#col1 #m2.l1 .act a:visited {
	font-size: 1.2em;
	padding: .3em .5em .6em 1.5em;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}

#col1 #m2.l1 .act a:hover,
#col1 #m2.l1 .act a:active {
	font-size: 1.2em;
	padding: .3em .5em .6em 1.5em;
	display: block;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*-- m2.l1 */
#col1 #m2.l1 .no a:link, #col1 #m2.l1 .no a:visited { font-size: 1.1em; padding: .4em .5em .3em 3em; display: block; color: #555555; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 1.7em .4em; }
#col1 #m2.l1 .no a:hover, #col1 #m2.l1 .no a:active { font-size: 1.1em; padding: .4em .5em .3em 3em; display: block; color: #D2001B; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 1.7em .4em; }

/*-- m2.l2 */
#col1 #m2 li {
	line-height:150%;
}

#col1 #m2.l1 ul.l2 {
	padding: 0 0 .6em 0;
	background: #FFFFFF;
}

#col1 #m2.l1 .l2 li.act { background: #FFFFFF; }
#col1 #m2.l1 .l2 a:link, #col1 #m2.l1 .l2 a:visited { padding: .2em .5em .2em 4.2em; display: block; font-size: 1.1em; color: #555555; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 3em .2em; font-weight: normal; }
#col1 #m2.l1 .l2 a:hover, #col1 #m2.l1 .l2 a:active { padding: .2em .5em .2em 4.2em; display: block; font-size: 1.1em; color: #D2001B; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 3em .2em; font-weight: normal; }

#col1 #m2.l1 .l2 .act a:link, #col1 #m2.l1 .l2 .act a:visited { padding: .2em .5em .2em 4.2em; display: block; font-size: 1.1em; color: #173152; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 3em .2em; text-decoration: underline;  }
#col1 #m2.l1 .l2 .act a:hover, #col1 #m2.l1 .l2 .act a:active { padding: .2em .5em .2em 4.2em; display: block; font-size: 1.1em; color: #D2001B; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 3em .2em; text-decoration: underline; }
#col1 #m2.l1 .l2 .cur a:link, #col1 #m2.l1 .l2 .cur a:visited { padding: .2em .5em .2em 4.2em; display: block; font-size: 1.1em; color: #173152; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 3em .2em; text-decoration: underline; }

/*-- m2.l3 */
#col1 #m2.l1 .l2 ul.l3 { padding: .3em 0 .6em 0; background: #FFFFFF; text-decoration: none; }
#col1 #m2.l1 .l2 .l3 li.act a:link, #col1 #m2.l1 .l2 .l3 .act a:visited { padding: .2em .5em .2em 5.4em; display: block; font-size: 1.1em; color: #555555; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .2em; }
#col1 #m2.l1 .l2 .l3 li.act a:hover, #col1 #m2.l1 .l2 .l3 .act a:active { padding: .2em .5em .2em 5.4em; display: block; font-size: 1.1em; color: #D2001B; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .2em; }
/*#col1 #m2.l1 .l2 .l3 li.cur { padding: .2em .5em .2em 5.4em; display: block; color: #D2001B; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .1em; }*/
#col1 #m2.l1 .l2 .l3 .no a:link,
#col1 #m2.l1 .l2 .l3 .no a:visited {
	font-size: 1.1em;
	padding: .2em .5em .2em 5.4em;
	display: block;
	color: #555555;
	background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .2em;
	text-decoration: none;
}

#col1 #m2.l1 .l2 .l3 .no a:hover,
#col1 #m2.l1 .l2 .l3 .no a:active {
	font-size: 1.1em;
	padding: .2em .5em .2em 5.4em;
	display: block;
	color: #D2001B;
	background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .2em;
	text-decoration: none;
}
#col1 #m2.l1 .l2 .l3 .cur a:link, #col1 #m2.l1 .l2 .l3 .cur a:visited { padding: .2em .5em .2em 5.4em; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .1em; color: #D2001B; }
#col1 #m2.l1 .l2 .l3 .cur a:hover, #col1 #m2.l1 .l2 .l3 .cur a:active { padding: .2em .5em .2em 5.4em; background: url('/fileadmin/templates/img/li_bg.jpg') no-repeat 4.2em .1em; }

/*--- BREADCRUMB */
ul#breadcrumb { width: 49.5em; margin: 1.2em 0 0 2em; float: left; padding: .4em 0 .3em 0; position: relative; border-top: .1em solid #173152; z-index: 50; }
/*#page_16 ul#breadcrumb { width: 63.7em; margin: 1.2em 0 0 3em; padding: 0 0 0 0; position: relative; border-bottom: 0em solid #173152; z-index: 50; }*/
ul#breadcrumb li { display: inline; font-size: 1.2em; }
ul#breadcrumb li.act.first { padding: 0 .3em 0 0; }
ul#breadcrumb li.act { padding: 0 .3em 0 .3em; color: #555555; line-height: 1.6em; }
ul#breadcrumb li.cur { padding: 0 0 0 .5em; line-height: 1.6em; }
ul#breadcrumb a:link, ul#breadcrumb a:visited { text-decoration: underline; color: #555555; }
ul#breadcrumb a:hover, ul#breadcrumb a:active { text-decoration: underline; color: #D2001B; }

/*--- Servicebox */
ul#servicebox-tabs { /*background: #173152;*/border: .1em solid #173152; }
ul#servicebox-tabs a:link, ul#servicebox-tabs a:visited { display: block; color: #173152; text-decoration: none; }
ul#servicebox-tabs a:hover, ul#servicebox-tabs a:active { display: block; color: #FFFFFF; background: #D2001B; text-decoration: none; }
ul#servicebox-tabs { width: 60em; float: left; z-index: 100; position: relative; }
ul#servicebox-tabs li { float: left; position: relative; font-size: 1.3em; color: #FFFFFF; border-right: 0em solid #D2001B; }

/*----------------------------------- CSS styles */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


hr.clearer {
	margin: 1.5em 0 0 0;
}

#ext_news h3 {
	margin: 0 0 0 0;
	padding: .3em .5em .6em 1.5em;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url('/fileadmin/templates/img/m1_hover_bg_blue.jpg') repeat-x 0 0;
}

#col1_content h1.csc-firstHeader {
	margin: 0 0 .3em 0;
	padding: .4em 0 .3em 1.5em;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background: #173152;
}

#container {
	line-height: 170%;
}

.single-content-item {
	font-size: 1.06em;
	margin: 1.2em 1.9em 1em 1.9em;
}

#page_16 .single-content-item.first {
	margin:0px 0px 1em 0px;
}

.single-content-item h1 {
	color: #D2001B;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 0;
}

p.bodytext, p.MsoBodyText, p.MsoNormal, fieldset p {
	font-size: 1.2em;
	margin: 0 0 .7em 0;
}

#page_45 .single-content-item.middle p.bodytext {
	margin: 0 0 0 0;
}

.single-content-item ul {
	margin: 0 0 1em 0;
}

.single-content-item li {
	background: url(/fileadmin/templates/img/content_li_bg.jpg) no-repeat scroll .3em 0.8em;
	display: block;
	font-size: 1.1em;
	padding:.4em .5em .3em 1.5em;
}

.single-content-item #sitemap li {
	font-size: 1.1em;
}

.single-content-item #sitemap li li {
	font-size: 1em;
}

.single-content-item a:link,
.single-content-item a:visited {
	color: #173152;
	text-decoration: underline;
}

.single-content-item a:hover,
.single-content-item a:active {
	color: #D2001B;
	text-decoration: underline;
}

.single-content-item div.csc-textpic {
	display: block;
}

.single-content-item div.csc-textpic-imagewrap {
	float: left;
}

.single-content-item div.csc-textpic-imagewrap .csc-textpic-image {
	display: block;
}

.single-content-item div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
}

.single-content-item div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: .1em solid #AAAAAA;
	padding: .3em;
}
dd.pdf {
	font-size: 1.1em;
	margin: .3em 0 .3em 0;
	padding: .5em .5em .4em 2em;
	background: url('/typo3/gfx/fileicons/pdf.gif') no-repeat 0 .6em;
}

.single-content-item.middle {
	margin: 0 1.9em 1em 1.9em;
}

#col3 .csc-header h1 {
	padding: .3em .5em .6em 1em;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url('/fileadmin/templates/img/m1_hover_bg_blue.jpg') repeat-x 0 0;
	border-left: .1em solid #173152;
	border-right: .1em solid #173152;
}
#col3 .csc-textpic, #col3 .csc-textpic-text { border-left: .1em solid #173152; border-right: .1em solid #173152; }
#col3 .csc-textpic .csc-textpic-text { border-left: 0em solid #173152; border-right: 0em solid #173152; }
#col3 .csc-textpic .csc-textpic-image { margin-top: 0; margin-left: 0; margin-bottom: 0; }
#col3 .bodytext { margin: 0 1em 0 1em; }
#col2 .filelinks dt { display: block; color:#173152; font-size: 1.3em; font-weight: bold; margin: 0 0 0 0; }

#col2 .filelinks .doc {
	background-image: url(/typo3/gfx/fileicons/doc.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 .6em;
	margin: .3em 0;
	padding: .5em .5em .4em 2em;
	font-size: 1.1em;
}

.intern #ext_news {
	border-left: .1em solid #D2001B;
	border-right: .1em solid #D2001B;
}

.intern #ext_news h3 {
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
}
.intern #col3 .csc-header h1 {
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
	border-left: .1em solid #D2001B;
	border-right: .1em solid #D2001B;
}

.intern #col3 .csc-textpic {
	border-left: .1em solid #D2001B;
	border-right: .1em solid #D2001B;
}

.intern #col3 .csc-textpic, .intern #col3 .csc-textpic-text {
	border-left: .1em solid #D2001B;
	border-right: .1em solid #D2001B;
}

.intern #col3 .csc-textpic .csc-textpic-text {
	border-left: 0em solid #173152;
	border-right: 0em solid #173152;
}

#page span.bl {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: -.1em;
	left: -.1em;
	background: url('/fileadmin/templates/img/page_bg_left.jpg') no-repeat 0 100%;
}

#page span.br {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: -.1em;
	right: -.1em;
	background: url('/fileadmin/templates/img/page_bg_right.jpg') no-repeat 100% 100%;
}


.col1-bg {
	height: 1.3em;
	margin: 0 0 1.9em 0;
	background: url('/fileadmin/templates/img/col1_bottom_bg_blue.gif') no-repeat -.3em 100%;
}

.col1-bg-intern {
	height: 1.3em;
	margin: 0 0 1.9em 0;
	background: url('/fileadmin/templates/img/col1_bottom_bg_red.gif') no-repeat -.3em 100%;
}

.col2-bg {
	clear: both;
	width: 100%;
}

#page .col2-bg span.bl {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: 2.2em;
	left: -.3em;
	background: url('/fileadmin/templates/img/col1_bottom_bg_blue.gif') no-repeat 0 100%;
}

#page .col2-bg span.br {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: 2.2em;
	right: -.4em;
	background: url('/fileadmin/templates/img/col3_bottom_bg_blue.gif') no-repeat 100% 100%;
}

#page .col12-bg {
	clear: both;
	width: 100%;
}

#page .col12-bg span.bl {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: 2.8em;
	left: -.3em;
	background: url('/fileadmin/templates/img/col1_bottom_bg_blue.gif') no-repeat 0 100%;
}

#page .col12-bg span.br {
	height: 1.3em;
	width: 1.3em;
	display: block;
	position: absolute;
	bottom: 2.8em;
	right: -.4em;
	background: url('/fileadmin/templates/img/col3_bottom_bg_blue.gif') no-repeat 100% 100%;
}

.col3-bg {
	height: 1.3em;
	margin: 0 0 1.9em 0;
	background: url('/fileadmin/templates/img/col3_bottom_bg_blue.gif') no-repeat -.2em 100%;
}

.intern .col3-bg {
	height: 1.3em;
	margin: 0 0 1.9em 0;
	background: url('/fileadmin/templates/img/col3_bottom_bg_red.gif') no-repeat -.2em 100%;
}


.csc-header h1 {
	margin: 0 0 .7em 0;
}

#col3 .csc-header h1 {
	margin: 0 0 0 0;
}

#col3 a:link, #col3 a:visited {
	color: #173152;
	text-decoration: underline;
}
#col3 a:hover, #col3 a:active {
	color: #D2001B;
	text-decoration: underline;
}

div.csc-frame-rulerAfter {
	border-bottom:0.1em dotted #D2001B;
	padding-bottom:1.9em;
	margin-bottom:1em;
}


/*----------------------------------- CSS for EXTENSIONS */

/*-------------------------------- TT_NEWS */
.morelink { display: inline; }
.morelink a:link, .box-emailLink a:link, .morelink a:visited, .box-emailLink a:visited { color: #173152; text-decoration: underline; }
.morelink a:active, .box-emailLink a:active, .morelink a:hover, .box-emailLink a:hover { color: #D2001B; }

/*---------- LATEST */
/*-- col1 */
#col1 .news-latest-container .news-latest-item {  padding: 1em 1.5em .5em 1.5em; }
#col1 #ext_news .news-latest-container .news-latest-item {  padding: 0.9em 1.5em .2em 1.5em; }
#col1 .news-latest-container .news-latest-item h2 { margin: 0 0 .3em 0; font-size: 1.3em; font-weight: bold; color: #173152; }
#col1 #ext_news .news-latest-container .news-latest-item h2 { font-size: 1.2em; }
#col1 .news-list-container.error { padding: .2em .5em 0 1.7em; margin: 0 0 0 0; }

/*-- col2 */
#col2 .news-latest-container, #col2 .news-list-container { width: 100%; float: left; margin: 1em 0 0 0; border-bottom: .1em dotted #D2001B; }
#page_16 #col2 .news-list-container { border-bottom:none; }
#col2 .news-latest-item .img img { margin: 0 .8em .8em 0; float: left; }
#col2 .news-latest-container.home { float: left; margin: 0; border-bottom: .1em dotted #D2001B; }
#col2 .news-latest-item h1 { padding: .4em 0 .3em .5em; font-size: 1.2em; font-weight: bold; color: #D2001B; }
#col2 .news-latest-item .teasertext { font-size: 1.16em; padding: 0 .5em .5em .5em; }
#col2 .news-latest-container { width: 100%; float: left; margin: 0; border-bottom: .1em dotted #D2001B; }
#col2 .news-list-container.error { font-size: 1.1em; }

/*-- col12 */
#col12 .news-latest-item { width: 100%; padding: 0 0 .5em 0; float: left; background: url('/fileadmin/templates/img/top_news_bg.jpg') repeat-x 0 0; border-bottom: .1em dotted #D2001B; }
#col12 .news-latest-container .news-latest-item img { margin: 0 .8em .8em 0; float: left; }
#col12 .news-latest-item .teasertext { font-size: 1.16em; padding: 0 .5em .5em .5em; }
#col12 .news-latest-item h1 { padding: .4em 0 .3em .5em; font-size: 1.2em; font-weight: bold; color: #D2001B; }
/*---------- LIST */
/*-- col2 */
.news-list-container { margin: 0 0 1.9em 0; }
.news-list-item { width: 100%; padding: 0 0 1.9em 0; float: left; }



.home .news-list-item h2 { margin: .4em 0 .3em 0; font-size: 1.2em; font-weight: bold; color: #173152; }
.news-list-item h2 { margin: 0 0 .3em 0; font-size: 1.2em; font-weight: bold; color: #173152; }
.news-list-item .img { float: left; }
.news-list-item .content { float: left; width:370px; }
.news-list-item .img img { padding: 0 .8em 0 0; float: left; }
.teasertext { font-size: 1.16em; margin: 0 .5em .7em 0; }
#ext_news .teasertext { font-size: 1.06em;< }
.news-single-item { width: 42.5em;  }
.news-single-item p { font-size:1.1em; margin:0 0 1em; }
.news-list-browse { float: left; padding: 0 0 1.2em 0; font-size: 1.1em; }
.news-single-item h3 { padding: .4em 0 .3em 0; font-size: 1.2em; color: #D2001B; }
.news-single-timedata, #col2 .news-list-date { margin: 0 0 .7em 0; display: block; font-size:1.1em; }



#col2 .news-latest-item { width: 100%; float: left; background: url('/fileadmin/templates/img/top_thema_bg.gif') repeat-x 0 0; border-bottom: .1em dotted #D2001B; }
#col2 .news-latest-item h1 { margin: .4em 0 .3em 0; font-size: 1.2em; font-weight: bold; color: #D2001B; }

.single-content-item .filelinks li,
.filelinks li {
	background: none;
	padding-left: 0;
}

.filelinks span {
	display: inline;
}

.filelinks .pdf {
	background-repeat: no-repeat;
	display: block;
	padding-left: 2em;
}


/*---------- SINGLE */
/*-- col2 */
#col2 .news-single-item h3.csc-firstHeader { color:#173152; font-size: 1.3em; font-weight: bold; margin: 0 0 0 0; }
#col2 .news-single-item .news-single-img { float: left; margin: 0 .8em .8em 0; }
#col2 .news-single-item .news-single-img img { float: left; }
#col2 .news-single-item p.teasertext { font-weight: bold; margin: .7em 0 0 0; }
#col2 .news-single-backlink { margin: 1.9em 0 0 0; }
#col2 .news-single-item .news-single-additional-info { margin: 1em 0 0 0; }
#col2 .news-single-item .filelinks dt,
#col2 .news-single-item .news-single-related dt,
#col2 .news-single-item .news-single-links dt { color:#173152; font-size: 1.3em; font-weight: bold; margin: 0 0 0 0; }

#col2 .news-single-item .filelinks dd, #col2 .news-single-item .news-single-related dd {
	margin: .3em 0 .3em 0;
}

#col2 .news-single-item .filelinks dd img, #col2 .news-single-item .news-single-related dd img {
	vertical-align: middle;
}
#col2 .news-single-item dl.news-single-links,
#col2 .news-single-item dl.filelinks,
#col2 .news-single-item dl.news-single-related {
	margin: 0 0 1em 0;
}

#col2 .news-single-item .news-single-links p {
	margin: 0 0 0 0;
}

/*---------- AMENU */
/*-- col3 */
#col3 .news-amenu-container {
	padding: 0 0 0 0;
	border-right: .1em solid #173152;
	border-left: .1em solid #173152;
}

.intern #col3 .news-amenu-container {
	padding: 0 0 0 0;
	border-right: .1em solid #D2001B;
	border-left: .1em solid #D2001B;
}

#col3 .news-amenu-container h2 {
	padding: .3em .5em .6em 1em;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url('/fileadmin/templates/img/m1_hover_bg_blue.jpg') repeat-x 0 0;
}

.intern #col3 .news-amenu-container h2 {
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
}

#col3 .news-amenu-container li {
	font-size:1.1em;
	margin: .4em 0 0 0;
	padding: .4em 0.5em 0.3em 2.5em;
	background: url(/fileadmin/templates/img/content_li_bg.jpg) no-repeat scroll 1.5em .9em;
}

#col3 .news-amenu-container li.news-amenu-item-year { margin: .4em 0 .3em 0; padding: 0.4em 0.5em 0.3em 1em; font-size: 1.2em; font-weight: bold; color: #173152; background: none; }
#col3 .news-amenu-container a:link, #col3 .news-amenu-container a:visited { color: #173152; text-decoration: underline; }
#col3 .news-amenu-container a:hover, #col3 .news-amenu-container a:active { color: #D2001B; text-decoration: underline; }


/*-------------------------------- FELOGIN */
#loginbox {
	float: left;
	width: 156px;
	margin-left: 20px;
	position: relative;
	top: -28px;
	color: #FFF;
	font-size: 8.5pt;
	background: #D2001B;
	box-shadow: 0 0 7px #888;
	-webkit-box-shadow: 0px 0 7px #888;
	-webkit-box-shadow: 0px 0 7px rbga(136, 136, 136, .5);
	-moz-box-shadow: 0px 0 7px #888;
	-moz-box-shadow: 0px 0 7px rbga(136, 136, 136, .5);
	box-shadow: 0px 0 7px #888;
	box-shadow: 0px 0 7px rbga(136, 136, 136, .5);
	border-bottom-right-radius: 8px 8px;
	-moz-border-radius-bottomright: 8px 8px;
	background: #e2001a; /* Old browsers */
	background: -moz-linear-gradient(top, #e2001a 0%, #d2001b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2001a), color-stop(100%,#d2001b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2001a 0%,#d2001b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2001a 0%,#d2001b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2001a 0%,#d2001b 100%); /* IE10+ */
	background: linear-gradient(top, #e2001a 0%,#d2001b 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#d2001b',GradientType=0 ); */ /* IE6-9 */
	border: 1px solid #ff0000;
}

.intern #loginbox {
	background: #173152;
	border: 1px solid #173152;
}

#loginbox .tx-felogin-pi1 {
	margin: 9px;
}

.tx-felogin-pi1 h3 {
	font-size: 9pt;
	margin-bottom: 9px;
}

#loginbox .tx-felogin-pi1 h3 {
	color: #FFF;
}

.tx-felogin-pi1 fieldset {
	display: block;
}

.tx-felogin-pi1 input {
	width: 130px;
	display: block;
	margin-bottom: 9px;
	font-size: 9pt;
	padding: 2px 4px;
}

#loginbox .tx-felogin-pi1 input {
	border: none;
}

.tx-felogin-pi1 #submit {
	width: 138px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}

.tx-felogin-pi1 a {
	color: #FFF;
}

.tx-felogin-pi1 p {
	margin-bottom: 9px;
}


/*-------------------------------- INDEXED SEARCH */
.searchbox {
	width: 100%;
	height: 100%;
}

.searchbox input.searchbox-sword {
	width: 11em;
	width: 135px;
	height: 1.6em;
	font-size:1.1em;
	position: relative;
	top: 0.15em;
	border: none; 
	margin: 0 0 0 34px;
}

.searchbox input.submit {
	vertical-align: middle;
	margin: 0 0 0 .4em;
}

.tx-indexedsearch {
	margin: 1em 0 0 0;
	font-size: 1.16em;
}

.tx-indexedsearch-res {
	margin: 0 0 1.5em 0;
}

.tx-indexedsearch-form label.tx-indexedsearch-searchbox-sword {
	font-size: 1.06em;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-searchbox {
	padding: 0 0 1.5em 0;
}

.tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	border: .1em solid #173152;
	padding: .3em .5em;
}

/*.tx-indexedsearch .tx-indexedsearch-search-submit {
	margin: 1em 0 0 6.4em;
}*/

.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
	border: .1em solid #173152;
	padding: .2em .5em;
	margin: 0 0 0 1em;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	border-top: .1em dotted #D2001B;
	padding: 1em 0 .5em 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	color: #D2001B;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	padding: 0 0 0 0;
}
.single-content-item .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
	padding: .5em 0 1em 0;
	text-align: center;
	border-bottom: .1em dotted #D2001B;
}

.single-content-item .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
	background: none;
	display: inline;
	padding: 0 .2em 0 .2em;
}

.tx-indexedsearch .tx-indexedsearch-res {
	clear: both;
	padding: 1em 0 0 0;
}

.tx-indexedsearch .tx-indexedsearch-res h3 span.tx-indexedsearch-title a {
	color: #173152;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
	margin: .2em 0 0 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #D2001B;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	margin: .2em 0 0 0;
	color: #A6A6A6;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dt,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dd {
	display: inline;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info dt.tx-indexedsearch-icon {
	padding: 0 0 0 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .item-size,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .item-crdate {
	position: relative;
	top: -.2em;
}


/*-------------------------------- tx-bzdstaffdirectory-pi1 */
#col2 .staffdirectory-box-item { margin: 0 0 1.2em 0; }
#col2 .staffdirectory-box-item img { float: left; margin: 0 1em 1em 0; }
#col2 .staffdirectory-box-item h2 { color: #173152; font-size: 1.3em; font-weight: bold;  }
#col2 .staffdirectory-box-item .sgk-funktion { font-weight: bold; color: #D2001B; font-size: 1.1em; }
#col2 .staffdirectory-box-item .text { margin: .8em 0 0 0; font-size: 1.1em; }
.tx_bzdstaffdirectory_teamlist_detailLink { font-size: 1.1em; }

#page_20 #col2 .staffdirectory-box-item .text { margin: 0 0 0 0; font-weight: bold; color: #D2001B; }

#col2 .staffdirectory-kv-list th {font-weight: bold; color: #173152; font-size:1.1em; padding: 0em .3em 0em .3em; text-align:left; }
#col2 .staffdirectory-kv-list th.kv { width: 9.7em; }
#col2 .staffdirectory-kv-list th.firstname { width: 4.5em; }
#col2 .staffdirectory-kv-list th.lastname { width: 8.2em; }
#col2 .staffdirectory-kv-list th.mail { width: 3.7em; }
#col2 .staffdirectory-kv-list th.phone { width: 9.3em; }
#col2 .staffdirectory-kv-list td { padding: .4em .3em .2em .3em; }

#col2 .tx-bzdstaffdirectory-pi1 h2.team { padding: 1em 0 0em 0; font-size: 1.2em; color: #D2001B; }
#col2 ul.staffdirectory-teamlist { margin: 0 0 0 1.5em; }
#col2 ul.staffdirectory-teamlist .staffdirectory-teamlist-item { width: 60%; }

#col2 .staffdirectory-detail-container {  }
#col2 .staffdirectory-detail-container .image { float: left; margin: 0 .8em .8em 0; }
#col2 .staffdirectory-detail-container h2.name { margin: 0 0 0 0; padding: 0 0 0 0; font-size: 1.2em; color: #173152; font-weight: bold; }
#col2 .staffdirectory-detail-container p.sgk-funktion { margin: 0 0 0 0; padding: 0 0 .6em 0; color: #D2001B; font-weight: bold; }
#col2 .staffdirectory-detail-container p.function { margin: 0 0 0 0; padding: 0 0 .6em 0; color: #D2001B; font-weight: bold; font-size:1.1em; }
#col2 .staffdirectory-detail-container td.label { width: 5em; font-weight: bold; font-size:1.1em;  }
#col2 .staffdirectory-detail-container .bodytext { margin: 0 0 0 0; }

#col3 .staffdirectory-box-container { margin: 0 0 0 0; border-left: .1em solid #173152; border-right: .1em solid #173152; border-top: .1em solid #173152; }
.intern #col3 .staffdirectory-box-container { margin: 0 0 0 0; border-left: .1em solid #D2001B; border-right: .1em solid #D2001B; border-top: .1em solid #D2001B; }

#col3 .staffdirectory-box-container h3.box-title {
	margin: 0 0 0 0;
	padding: .3em .5em .6em 1em;
	font-size: 1.2em;
	color: #FFFFFF;
	background: url('/fileadmin/templates/img/m1_hover_bg_blue.jpg') repeat-x 0 0;
}

.intern #col3 .staffdirectory-box-container h3.box-title {
	background: url('/fileadmin/templates/img/m1_hover_bg_red.jpg') repeat-x 0 0;
}

#col3 .staffdirectory-box-item { padding: 0 0 1.2em 0; }
#col3 .staffdirectory-box-item .image { margin: 0 0 0 1em; }
#col3 .staffdirectory-box-item h4 { margin: 0 0 0em 0; padding: .3em .5em 0 1em; font-size: 1.2em; color: #D2001B; }
#col3 .box-emailLink  { padding: 0em .5em 0 1.2em; font-size: 1.1em; }

/*-------------------------------- sr_fe_user_register */

form#tx-srfeuserregister-pi1-fe_users_form legend {
	font-size:1.2em;
}

.tx-srfeuserregister-pi1 dl {
	width: 82%;
	margin: 3em auto 0 auto;
}

.tx-srfeuserregister-pi1 dt {
	clear: both;
	font-size: 1.08em;
}

.tx-srfeuserregister-pi1 dt span {
	color: #D2001B;
}

.tx-srfeuserregister-pi1 dd {
	clear: both;
	margin: 0 0 1.3em 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-gender input {
	font-size: 1.08em;
	border: .1em solid #173152;
	padding: .3em .5em;
	width: 1em;
}

.tx-srfeuserregister-pi1 dd input {
	font-size: 1.08em;
	border: .1em solid #173152;
	padding: .3em .5em;
	width: 25.9em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-gender .tx-srfeuserregister-pi1-radio {
	vertical-align: middle;
}

.tx-srfeuserregister-pi1  dt.tx-srfeuserregister-pi1-kommunalmail input#tx-srfeuserregister-pi1-kommunalmail {
	vertical-align: text-bottom;
}

.tx-srfeuserregister-pi1 dd.tx-srfeuserregister-pi1-gender label {
	margin: .5em 1em 0 .5em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-zip-city {
	clear: both;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-zip-city span {
	color: #D20018;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-zip {
	width: 7.5em;
	float: left;
	display: inline;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-zip input {
	width: 5.8em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-city {
	width: 21.2em;
	float: left;
	display: inline;
	margin: 0 0 0 .5em;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-city input {
	width: 18.5em;
}

.tx-srfeuserregister-pi1 .preview dd {
	font-size: 1.08em;
	border: .1em solid #173152;
	border: 0 solid #173152;
	padding: .3em .5em;
	background: #F6F6F6;
	color: #888888;
}

.tx-srfeuserregister-pi1 .preview dd input {
	font-size: 1em;
}

.tx-srfeuserregister-pi1 .preview dd.tx-srfeuserregister-pi1-radio {
	border: 0 solid #173152;
}

.tx-srfeuserregister-pi1 dd.tx-srfeuserregister-pi1-radio input {
	vertical-align: middle;
	width: auto;
}

.tx-srfeuserregister-pi1 dd.tx-srfeuserregister-pi1-radio label {
	margin: 0 1em 0 .5em;
}

.tx-srfeuserregister-pi1 .preview .tx-srfeuserregister-pi1-kommunalmail.label {
	width: 90%;
	display: inline;
	float: left;
	color: #333333;
}

.tx-srfeuserregister-pi1 .preview dd.tx-srfeuserregister-pi1-submit {
	font-size: 1em;
	border: 0 solid #173152;
	padding: 0 0;
	background: none;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit,
.tx-srfeuserregister-pi1 .preview input.tx-srfeuserregister-pi1-submit {
	width: auto;
	background: #F6F6F6;
}

.tx-srfeuserregister-pi1 .preview dd.tx-srfeuserregister-pi1-zip-city {
	background: none;
	color: #333333;
	padding: 0;
}

.tx-srfeuserregister-pi1 form.preview div.tx-srfeuserregister-pi1-city {
	width: 19em;
}

.tx-srfeuserregister-pi1 .preview dd.tx-srfeuserregister-pi1-zip-city .field {
	background: #F6F6F6;
	color: #888888;
	padding: .3em .5em;
}

.tx-srfeuserregister-pi1 dd p.tx-srfeuserregister-pi1-error,
.tx-srfeuserregister-pi1 dt p.tx-srfeuserregister-pi1-error {
	color: #D2001B;
}

ul#col2-menu, ul#col12-menu { border: none; clear: both; }
ul#col2-menu a:link, ul#col2-menu a:visited { color: #555555; font-size:1.1em; }
ul#col2-menu a:hover, ul#col2-menu a:active { color: #AAAAAA; text-decoration: underline; }
ul#col2-menu li { float: right; }
li.printlink { background: url('/fileadmin/templates/img/print_bg.jpg') no-repeat 0 0; padding: .1em 0 0 1.7em; margin: 0 1em 0 0; }
li.tellafriend { border-left: .1em solid #555555; padding: .2em 0 0 1em; }

/*-------------------------------- tx-powermail-pi1 */

#page_5 legend {
	display: none;
}

.tx-powermail-pi1 fieldset {
	margin: 0 0 1.9em 0;
	padding: 0 0 1em 0;
	border-bottom: .1em dotted #D2001B;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_content {
	margin: 0 0 1em 0;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_text {
	clear: both;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_text label {
	width: 11em;
	display: block;
	float: left;
	font-weight: bold;
	padding: .4em 0 0 0;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_text input {
	width: 10em;
	display: block;
	float: left;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .powermail_radio_inner.powermail_radio_inner_uid42_0 {
	display: none;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_text {

}

.tx-powermail-pi1 span.required {
	color: #D2001B;
}

.tx-powermail-pi1 .powermail_text {
	width: 20em;
	border: .1em solid #173152;
	font-size: 1em;
	padding: .3em .5em;
}

h2.event-title {
	margin: 0 0 1em 0;
}

/*---------------- Anschrift */

.tx-powermail-pi1 {
	margin: 1.2em 0 0 0;
}

.tx-powermail-pi1 #powermaildiv_uid36 h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #D2001B;
	margin: 0 0 1em 0;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .tx_powermail_pi1_fieldwrap_html_text,
.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .tx_powermail_pi1_fieldwrap_html_radio {
	padding: 0 0 1em 0;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .tx_powermail_pi1_fieldwrap_html_text input {
	width: 16em;
	display: block;
	float: left;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .tx_powermail_pi1_fieldwrap_html_text label {
	width: 11em;
	font-size:1.1em;
	display: block;
	float: left;
	font-weight: normal;
	padding: .4em 0 0 0;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .tx_powermail_pi1_fieldwrap_html_radio_title {
	font-size:1.1em;
	width: 12em;
	display: block;
	float: left;
	padding: 0 0 0 0;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .powermail_radio_inner {
	width: 4em;
	display: block;
	float: left;
}

.tx-powermail-pi1 .tx-powermail-pi1_fieldset_anschrift .powermail_radio_inner .powermail_radio {
	vertical-align: middle;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit,
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_reset {
	float: left;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit input {
	width: 7em;
	padding: .3em .5em;
	background: #FFFFFF;
	border: .1em solid #173152;
	margin: 1em 0 0 127px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_reset input {
	width: 7em;
	padding: .3em .5em;
	background: #FFFFFF;
	border: .1em solid #173152;
	margin: 1em 0 0 2.5em;
}

/*---------------- Vorschau */

dl.powermail_all {
	width: 82%;
	margin: 3em auto 0 auto;
}

.powermail_all dt {
	clear: both;
	font-size: 1.08em;
}

.powermail_all dd {
	clear: both;
	margin: 0 0 1.3em 0;
}

.powermail_all dd {
	font-size: 1.08em;
	border: .1em solid #173152;
	border: 0 solid #173152;
	padding: .3em .5em;
	background: #F6F6F6;
	color: #888888;
}

.tx-powermail-pi1_formconfirmation_buttons form {
	display: inline;
}

.tx-powermail-pi1 .tx-powermail-pi1_confirmation_submit {
	width: auto;
	padding: .3em .5em;
	background: #FFFFFF;
	border: .1em solid #173152;
	margin: 1em 0 0 1em;
}

.tx-powermail-pi1 .tx-powermail-pi1_confirmation_back {
	width: auto;
	padding: .3em .5em;
	background: #FFFFFF;
	border: .1em solid #173152;
	margin: 1em 0 0 3.5em;
}
