* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; /* gilt auch fr alle Links */
	padding: 0;
	margin: 0;
	color: #475678;
}

html {
	overflow-y: scroll;
}

html, body {
	font-size:101.1%;
	height: 100%;
}


body {
	background-color: white;
}

/*
**** LAYOUT ****
*/


#wrap {
	width: 950px;
	position: relative;
	top: 10px;
	margin: 0 auto 20px auto; /* standardkonforme horizontale Zentrierung */
	padding-bottom:20px;
}

#header {
	width: 935px;
	height: 88px;
	border-bottom: #cccccc solid 1px;
	padding-right: 15px;
}

#top_picture {
	position: absolute;
	left: 15px;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

#logo {
	position: absolute;
	left: 187px;
}

#header_right {
	height: 88px;
	padding-right: 10px;
	border-right: #cccccc solid 1px;
	float:right;
	width:400px;
}

#pagetitle {
	font-size: 150%;
	font-weight: bold;
	color: #cccccc;
	text-align: right;
	height: 62px;
}
	
#h_menu {
	position: relative;
	height: 20px;
}

#slice_left {
	position: absolute;
	left: 15px;
	width: 170px;
	height: 20px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

#slice_right {
	position: absolute;
	border-right: #cccccc 1px solid;
	right: 15px;
	height: 20px;
	text-align: right;
}
	
#slice_right p {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}

#slice_right img {
	vertical-align: middle;
}

#metanavi {
	padding-right:10px;
}

#metanavi ul {
	padding: 0;
	margin: 0;
}

#metanavi ul li {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	font-size: 10px;
	line-height: 20px;
}

#crumbnav {
	font-size: 60%;
	text-align:right;
	margin-bottom:10px;
}

#content_container {
	background-color: #ffffff;
	background-image:url('pix/bg_vertlines_blue.gif');
	background-position: 15px;
	background-repeat:repeat-y;
	border-top: #cccccc 1px solid;
	padding-left:15px;
}

#contentclearer { 
	clear:both;
	height:1px;
}

#menu {
	background-color: #00578e;
	position: relative;
	width: 170px;/**/
	float:left;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

#content {
	float:left;
	width: 719px;
	border-right: #cccccc 1px solid; 
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom:20px;
}

#content_field_left {
	float: left;
	width: 500px;
	margin-right:18px;
}

#content_field_right {
	width: 200px;
	float: left;
}

#footer1 {
	position: relative;
	height: 14px;
	border-top: 1px solid #cccccc;
}

#footer2 {
	position: relative;
	height: 15px;
	border-top: 1px solid #cccccc;
}

#footer1 p, #footer2 p, #h_menu p {
	padding: 0;
	margin: 0;
}

#footer_left, #footer_left2 {
	position: absolute;
	left: 15px;
	width: 170px;
	height: 15px;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	text-align: center;
	font-size:70%;
	text-decoration:none
}
#footer_left a, #footer_right a { text-decoration:none; }
#footer_left a:hover, #footer_right a:hover { text-decoration:underline; }

#footer_right, #footer_right2 {
	position: relative;
	left: 189px;
	border-right: #cccccc 1px solid;
	height: 15px;
	right: 15px;
	padding-left: 15px;
	font-size:70%;
	text-decoration:none;
	width: 730px;
}


/* FORMATIERUNG */

p.tinytext { 
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

.tinytext a:link {
	font-weight: normal;
}

.tinytext a:hover {
	color: #FE7F14;
	font-weight: normal;
}

p.smalltext { 
	font-size: 11px;
}

p.smalltext a:link { 
/*	font-size: 11px; */
	font-weight: normal;
	background: url(icons/00_link.gif) no-repeat left;
	padding-left: 15px;
}

p.smalltext a:hover {
/*	font-size: 11px; */
	color: #FE7F14;
}
	
p.csc-linkToTop { clear: both; text-align:right; background-image:url(icons/arrow_up.gif); background-repeat:no-repeat; background-position:right; padding-right:15px;font-size:60%; border-bottom: 1px dotted #ccc; }
.csc-linkToTop a:link { text-decoration:none !important }

.sprachwahl {
	height: 31px;
	float:right; 
	clear:both; 
	font-size:50%; 
	white-space:nowrap;
}



/* MENÜ */

/* ------------ textmenu links mit 3 stufen ---------------- */
#menuleft { font-size:75%; padding: 0; margin-top: 25px; }
#menuleft ul {list-style-type:none; }
#menuleft li a {display:block;}
#menuleft a {text-decoration:none;}
#menuleft a:hover { color:#ffffff }

.level1 { border-bottom:solid 0px #008CC1;  padding-left: 0px;}
.level1 li { background-color: #00578e; border-bottom:solid 1px #008CC1; padding-left: 0px; }
.level1 li a { padding:4px 0px 4px 5px;color:#ffffff; font-weight: bold; }

.level2 { line-height:1.1em;font-size:100%; padding-left: 0px;}
.level2 li { background-color:#006CA3;border-bottom:solid 1px #008CC1; padding-left: 0px;}
.level2 li a { padding:4px 10px 4px 10px;color:#ffffff; font-weight: normal; }
.level2 li a:visited {}

.level3 { line-height:1.1em;font-size:100%; padding-left: 0px; margin: 0 !important; }
.level3 li { background-color:#006CA3;border-bottom:solid 1px #008CC1; padding-left: 0; }
.level3 li a { padding:4px 10px 4px 20px;color:#ffffff; font-weight: normal; }
.level3 li a:visited {}

ul.level1 a:hover {background-color:#008CC1;color:#ffffff; }
ul.level2 a:hover {background-color:#008CC1;color:#ffffff; }
ul.level3 a:hover {background-color:#008CC1;color:#ffffff; }

.level1sel, .level2sel, .level3sel { font-weight: bold !important; background-color:#008CC1 !important; }

.level2sel + .level3 li { background-color:#008CC1 !important; }
.level3sel { margin-top: 1px; }
.level2 li.last { border-bottom: 0; }


/* Linkformatierungen */

#content a:link,#content a:visited {
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover, #metanavi a:hover, #selectors a:hover {
	color: #FE7F14;
}

a.mail {
	text-decoration: underline;
	background: url(/fileadmin/templates/ch.phz.luzern/icons/00mail.gif) no-repeat left;
	padding-left: 20px;
}
	
a.external-link {
	text-decoration: underline;
	background: url(/fileadmin/templates/ch.phz.luzern/icons/00_link.gif) no-repeat left;
	padding-left: 20px;
}
	
a.external-link-new-window {	
	text-decoration: underline;
	background: url(/fileadmin/templates/ch.phz.luzern/icons/00_link.gif) no-repeat left;
	padding-left: 20px;
}

a.internal-link, a.internal-link-new-window  { 
	text-decoration: underline;
	background: url(/fileadmin/templates/ch.phz.luzern/icons/00_link_int.gif) no-repeat left;
	padding-left: 20px;
}

#content a.download {}


/* Aufzählungen */

#content ul, #content ol {
	padding-left: 25px;
	margin-bottom: 16px;
}

#content ul li ul li, #content ol li ol li {
	font-size: 100%;
}

#content ul li, #content ol li {
	line-height: 16px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 80%;
}

#content td ul, #content td ol {
	margin-top: 0px;
}

#content td ul li, #content td ol li {
	font-size: 100%;
}




	
/* Highlightbox */

/*	
#content_field_right div.highlightbox {
	width: 186px;
	margin-bottom: 20px;
}

#content_field_right div.highlightbox p {
	margin-bottom: 0px;
}
*/

div.highlightbox {
	clear: both;
}
	
.highlightbox {
	border: 1px dotted #ff0000;
	background-color: #fafafa;
	padding: 5px 5px 8px 5px;
	width: auto !important;
	font-size: 100%;
}

.highlightbox * {
	font-size: inherit !important;
}

.highlightbox strong {
	font-weight: bold;
	letter-spacing: 1px;
}


/* Spam Protection */
span.spamprotection {
	display: none;
	visibility: hidden;
	}
	
	

	
/* Abweichende Bildformatierungen */

.csc-textpic-caption {
	font-size: 80%;
}

.csc-textpic-above img, .csc-textpic-below img {
	margin-bottom: 10px !important;
}


#content .csc-textpic-border img {
	border: 1px solid #000000;
}



/* Suchbox */

#search {
	clear:both;
	float:right;
	margin-top: 4px;
}

#search input {
	margin: 0;
}

#search form {
	margin: 0;
	padding: 0;
	display: inline;
}


#searchfield {
	margin: 0px 0px 0px 0px !important;
	padding: 1px;
	border: 1px solid #adadad;
	width: 100px;
	height: 13px;
	font-size: 70%;
}

#searchbutton {
	visibility: hidden;
}

#searchform img {
	border: 0;
	padding: 0px 0px 0px 5px;
	margin: 0;
}

#search img {
	border: 0;
}


/* STANDARD-FORMULARELEMENT NEW GENERATION */

.csc-mailform {
	border: none;
	font-size: 80%; 
	margin: 0px 0px 20px 0px;
}

.csc-mailform-header {
	font-size: 80%;
	font-weight: bold;
}

.csc-mailform-field {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}

.csc-mailform-field-error-message {
	clear: left;
	display: block;
	margin-left: 150px; 
}


.csc-mailform label, .csc-mailform-field label {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 18px; /* An Schriftgrösse anpassen */
	font-weight: bold;
	clear: left;
}

.csc-mailform legend {
	display: none;
	visibility: hidden;
}

	/* Innerhalb von Fieldsets sind Radio-Boxen. 
	Diese sollen doch auch schön floaten, n'est-ce que pas? */

.csc-mailform fieldset {
	border: 0;
}

.csc-mailform fieldset input {
	width: 15px;
	float: left;
	clear: left;
	padding: 0;
	margin: 3px 5px 2px 0px;
	font-size: 80%;
}

.csc-mailform fieldset label {
	margin: 0;
	padding: 0;
	float: left;
}


.csc-mailform input, .csc-mailform textarea {
	font-weight:normal;
	border: 1px solid #475678;
	width: 280px;
	padding: 1px;
	margin: 0;
	font-size: 100%;
}

.csc-mailform textarea {
	height: 100px;
	white-space: pre;
}

.csc-mailform select {
	margin: 0;
}

.csc-mailform input.csc-mailform-check {
	width: 20px;
	margin: 3px 5px 2px 0px;
}


.csc-mailform input.csc-mailform-submit {
	font-size: 90%;
	float: left;
	width: 150px;
	cursor: pointer;
	clear: left;
	margin-left: 150px;
}



/* Die neue felogin-Box muss auch reinpassen */

div.tx-felogin-pi1 div {
	font-size: 80%;
}

.tx-felogin-pi1 fieldset {
	border: 0;
	margin-top: 15px;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.tx-felogin-pi1 label {
	clear: left;
	float: left;
	width: 150px;
	line-height: 18px;
}

.tx-felogin-pi1 input {
	float: left;
	margin-bottom: 5px;
	padding: 1px;
}

.tx-felogin-submit {
	clear: left;
	margin-left: 150px;
	margin-top: 5px;
}

/* Indexed Search */

/* default styles for extension "tx_indexedsearch" 

		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; } */

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) 
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; } */

ul.browsebox { padding-left: 0 !important; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }

.tx-indexedsearch-form {
	line-height: 24px;
}

.tx-indexedsearch fieldset {
	border: 0;
}

.tx-indexedsearch-search-submit {
	padding-left: 151px;
}

.tx-indexedsearch-form label {
	font-size: 80%;
	width: 150px !important;
}

.tx-indexedsearch-searchbox-sword, input.tx-indexedsearch-searchbox-sword {
	margin-left: -10px;
}

.tx-indexedsearch-redMarkup {
	color: #f38f1d !important;
}

.tx-indexedsearch-res {

}

.tx-indexedsearch-res-header {
	background-color: #fdd9b3;
	font-size: 80%;
	line-height: 20px;
	margin-top: 2px;
	margin-left: 2px;
	height: 20px;
}

.tx-indexedsearch-icon {
	position: absolute;
	top: 2px;
	left: 2px;
}

.tx-indexedsearch-percent {
	padding-right: 4px;
	float: right;
	width: 7%;
	text-align: right;
}

.tx-indexedsearch-title {
	width: 90%;
	float: left;
}

.tx-indexedsearch-descr {
	font-size: 80%;
	margin-bottom: 10px;
}


.tx-indexedsearch-info {
	background-color: #EEEEEE !important;
}

.tx-indexedsearch-whatis {
	visibility: hidden;
	display: none;
}

.tx-indexedsearch-noresults {
	text-align: left !important;
}


.tx-indexedsearch-res-header a {
	background:url('icons/00link.gif') no-repeat  4px 2px;
	padding-left:25px; 
	font-weight: bold !important;
}

.tx-indexedsearch-res-header a[href $='.pdf'] { background-image:url('icons/pdf.gif'); }
.tx-indexedsearch-res-header a[href $='.dot'] { background-image:url('icons/doc.jpg'); }
.tx-indexedsearch-res-header a[href $='.doc'] { background-image:url('icons/doc.jpg'); }
.tx-indexedsearch-res-header a[href $='.docx'] { background-image:url('icons/doc.jpg'); }
.tx-indexedsearch-res-header a[href $='.rtf'] { background-image:url('icons/doc.jpg'); }
.tx-indexedsearch-res-header a[href $='.xls'] { background-image:url('icons/xls.jpg'); }
.tx-indexedsearch-res-header a[href $='.xlsx'] { background-image:url('icons/xls.jpg'); }
.tx-indexedsearch-res-header a[href $='.tga'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.tif'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.bmp'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.gif'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.jpg'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.pcx'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.png'] { background-image:url('icons/img.gif'); }
.tx-indexedsearch-res-header a[href $='.ppt'] { background-image:url('icons/ppt.jpg'); }
.tx-indexedsearch-res-header a[href $='.ppt'] { background-image:url('icons/ppt.jpg'); }
.tx-indexedsearch-res-header a[href $='.pps'] { background-image:url('icons/ppt.jpg'); }
.tx-indexedsearch-res-header a[href $='.pptx'] { background-image:url('icons/ppt.jpg'); }
.tx-indexedsearch-res-header a[href $='.mp3'] { background-image:url('icons/audio.gif'); }
.tx-indexedsearch-res-header a[href $='.wav'] { background-image:url('icons/audio.gif'); }
.tx-indexedsearch-res-header a[href $='.m4a'] { background-image:url('icons/audio.gif'); }
.tx-indexedsearch-res-header a[href $='.flv'] { background-image:url('icons/video.gif'); }
.tx-indexedsearch-res-header a[href $='.mov'] { background-image:url('icons/video.gif'); }
.tx-indexedsearch-res-header a[href $='.wmv'] { background-image:url('icons/video.gif'); }
.tx-indexedsearch-res-header a[href $='.mp4'] { background-image:url('icons/video.gif'); }
.tx-indexedsearch-res-header a[href $='.zip'] { background-image:url('icons/zip.gif'); }


/* Newsbox */

div.newsbox {
	padding: 0 0 0 0;
	background-color: #FAFAFA;
	border: 1px solid #00578E;
	line-height: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
}

div.newsbox h2 {
	color:#FFFFFF;
	background: #00578E;
	width: 196px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
}

div.newsbox p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00578E;
	padding: 2px 2px 2px 2px;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 11px;
}

/* Kontakt-Suchbox */
div#contactsearchbox {
	float: right !important;
	clear: right;
	width: 270px; 
	background-color:#EFEFEF; 
	padding:5px 5px 5px 5px; 
	float: left; 
	margin: 0px 0px 10px 0px; 
	border: 1px dotted #c0c0c0;
}

div#contactsearchbox p {
	margin-bottom: 5px;
}

div#contactsearchbox select {
	margin-bottom: 5px;
	font-size: 80%;
}

div#contactsearchbox + a + div { 
	height: 183px;
}

	
/* tt_content Sitemap */

/* csc-menu-4 = Unterseitenüberisicht mit Abstract */

dl.csc-menu-4 {
	font-size: 80%;
}

.csc-menu-4 dt a {
	font-weight: bold !important;
}

.csc-menu-4 dd {
	margin-bottom: 15px;
}

/* frame-klassen fuer contentelemente */

div.csc-frame { clear: left; }
div.csc-frame.csc-frame-rulerBefore { clear: both; border-top: solid 1px #d4d4d4;padding-top:1.3em}
div.csc-frame.csc-frame-rulerAfter { clear: both; border-bottom: solid 1px #d4d4d4;padding-bottom:1.3em;margin-bottom:1em}

/* neue frameklassen */
div.csc-frame-float-left { float: left; margin-right:20px; }


div.csc-frame-box-grau { width: 180px; background-color:#EFEFEF; padding:5px 5px 5px 5px; float:left; margin: 0px 0px 10px 0px; border: 1px dotted #c0c0c0; }
div.csc-frame-box-grau h2 {
	margin-top: 0;
}
div.csc-frame-box-grau h3 {
	padding: 0px 0px 8px 0px;
	margin: 0;
}
div.smallfont p {
	font-size: 70%;
	margin-bottom: 5px;
}

.csc-frame-box-grau .tt_address_vcard {
	font-size: 85%;
	margin-bottom: 5px;
}


div.csc-frame-quicklinks { width: 180px; background-color:#EFEFEF; padding:5px 5px 5px 5px; float:left; margin: 0px 0px 10px 0px; border: 1px dotted #c0c0c0; }
div.csc-frame-quicklinks h3 {
	padding: 0px 0px 8px 0px;
	margin: 0;
}
div.csc-frame-quicklinks ul {
	padding: 0 !important;
	margin: 0 !important;
}
div.csc-frame-quicklinks li {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	font-size: 70% !important;
}

div.csc-frame-clearall { clear: both; }

div.csc-frame-quicknavi { width: 180px; background-color:#EFEFEF; padding:5px 5px 5px 5px; float:left; margin: 0px 0px 10px 0px; border: 1px dotted #c0c0c0; }
div.csc-frame-quicknavi h3 {
	padding: 0px 0px 8px 0px;
	margin: 0;
}
div.csc-frame-quicknavi ul { margin: 0 !important; padding: 0 !important; }
div.csc-frame-quicknavi li { list-style-type: none; }


div.csc-frame-infobox-wbza { /*Mit Rahmen oder ohne? padding: 5px; border: #FF9933 1px solid;*/ 	width: auto; }
div.csc-frame-infobox-wbza * { color: #ff6633 !important; }


/* hack fuer floaten des textes und mehr abstand zu bild 
div.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-border { }
div.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-border div.csc-textpic-imagewrap { float:left; display:table; padding-right:10px}
div.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-border div.csc-textpic-text { display:table}*/


/* ---- editpanel ---- */
table.typo3-editPanel { width: auto; margin:5px 0px; clear: both }
table.typo3-editPanel TD.typo3-editPanel-controls { padding:1px 1px 1px 20px;border: 1px solid #ccc; background-color:#ffffff;
background-image:url(pix/pfeil_admpanel.gif); background-repeat:no-repeat; background-position: 2px 2px
}
table.typo3-editPanel TD.typo3-editPanel-label { border: 1px solid #ccc; border-left:none;}

table.typo3-editPanel TD img {padding:2px}
/* table-zellen als divs untereinander
TD.typo3-editPanel-controls, TD.typo3-editPanel-label { display:block;clear:right }
*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Registration für den Newsletter */

div.tx-sremailsubscribe-pi1 {
	padding: 0;
	margin: 0;
}

.tx-sremailsubscribe-pi1 fieldset {
	border: 0;
	padding: 0;
	margin: 0px 0px 15px 0px;
	clear: right;
}

.tx-sremailsubscribe-pi1 legend {
	display: none;
}

.tx-sremailsubscribe-pi1 label {
	display: block;
	float: left;
	width: 150px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 18px; /* An Schriftgrösse anpassen */
	font-weight: bold;
	clear: left;
	font-size: 80%
}

.tx-sremailsubscribe-pi1 input {
	float: left;
	font-size: 80% !important;
	font-weight:normal;
	border: 1px solid #475678;
	width: 280px;
	padding: 1px;
	margin: 0;
	font-size: 100%;

}

img.tx-srfreecap-pi2-image {
	clear: both;
	display: block;
	margin-left: 150px;
	margin-top: 10px;
}

.tx-srfeuserregister-pi1-radio {
}

dd.userregister_gender {
	float: left;
	width: 200px;
}

dd.userregister_gender label {
	margin-bottom: 5px;
}

.userregister_gender input {
	width: 15px;
	float: left;
	clear: left;
	margin: 3px 5px 2px 0px;
	font-size: 80%;
}

.userregister_gender label {
	float: left;
	clear: right;
	margin-left: 10px;
	font-weight: normal;
}

.tx-srfreecap-pi2-cant-read {
	font-size: 75%;
	display: block;
	clear: both;
	margin-left: 150px;
}

.tx-sremailsubscribe-pi1-error {
	clear: left;
	display: block;
	margin-left: 150px; 
	font-size: 75%;
	color: #ff0000;
	margin-bottom: 5px !important;
}

input.tx-sremailsubscribe-pi1-submit {
	font-size: 80%;
	float: left;
	width: 150px;
	cursor: pointer;
	clear: left;
	margin-left: 150px;
}


/* rgsmoothgallery: Slideshow auf der Startseite */

div.tx-rgsmoothgallery-pi1 {
	margin: 5px 0px 5px 0px;

}

/* WT Directory: Dozierendenliste */
.wtdirectory_filter_abc {
	font-size: 80%;
	margin-bottom: 15px;
}