 /*##########################################*\
# T3Domain Layout Model v1.0                                                                                        #
# ------------------------------------------------------------------------------------------  #
# +css: BASE                                                                                                                      #
# +css: LAYOUT CONTAINER                                                                                        #
# +css: LAYOUT CONTAINER CLASSES                                                                      #
# +css: MAIN MENU                                                                                                        #
# +css: NAVIGATION MENU                                                                                         #
# +css: IE FIXURE                                                                                                            #
#                                                                                                                                          #
# CSS Einstellungen für Farben und Formen von Links und Verweisen                      #
#                                                                                                                                          #
# @author      Robert Eichholtz                                                                                       #
# @author      Jürgen Luhne                                                                                             #
#                                                                                                                                          #
# @copyright 2008 by t3domain.ch                                                                                #
# @modified  15.08.2008                                                                                                 #
# @version     1.0.0                                                                                                            #
#                                                                                                                                          #
\*##########################################*/

@media all {

/* 
# ------------------------------------------
# BASE 
# ------------------------------------------ 
*/
	* {
		margin:0;
		padding:0;
	}

	html {
		height:100%
	}
	
	body {
		min-height:101%;
		position:relative;
		text-align:left;
		padding:10px;
		background-color:#F1F4F8;
		background:#F1F4F8 url(/fileadmin/design/images/main_bg.jpg) repeat center top;
		padding:10px;
		color:#222222;
		font-size:83.33%;
		font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	}

	a {
    color:#364C97;
    text-decoration:none;
    }
  a:hover {
    background-color:#eef;
    text-decoration:underline;
    }
/* 
# ------------------------------------------
# LAYOUT CONTAINER 
# ------------------------------------------ 
*/	

	/* Formatierung des Layouts */
	#page {
		border:1px #364C97 solid;
		background:#fff;
	}
	
	#page_margins {
		border:0px #ffffff solid;
		width:960px;
		margin:auto;
	}
	
	
	/* Formatierung des Headers */
	#header {
		position:relative;
		height:120px;
		color:#fff;
		background:#ffffff;
		position:relative;
	}

	#banner {
		position:absolute;
		top:0px;
		right:0px;
		/*z-index:10;
*/	}
	
	#topnav {
		top:100px;
		position:absolute;
		top:10px;
		right:10px;
		color:#fff;
		background:transparent;
		text-align:right;
	}

	#teaser h1 {
		font-size:1.0em;
		border:0;
	}
	
	#nav {
		clear:both;
		width:auto;
	}
	
	
	
	/* Formatierung des Contents */
	#main {
		clear:both;
		width:auto;
		background:#ffffff;
		padding-top:0;
	}
	
	#col1 {
		z-index:3;
		float:left;
		width:200px;
		width:22.5%;
	}
	
	#col2 {
		z-index:5;
		float:right;
		width:25%;
	}
	
	#col3 {
		z-index:1;
		width:auto;
		margin-left:22.5%;
		margin-right:25%;
	}
	
	
	#col1_content {
		z-index:4;
		position:relative;
		margin-left:1em;
		margin-right:1em;
		color:#444;
		background:transparent;
		min-height:400px;
	}
	
	#col2_content {
		z-index:6;
		position:relative;
		margin-left:1em;
		margin-right:1em;
	}
	
	#col3_content {
		z-index:2;
		position:relative;
		margin-left:1em;
		margin-right:1em;
		min-height: 600px;
	}

	
	#ie_clearing {
		display:none
	}

	
	/* Formatierung der Fusszeile */
	#footer {
		clear: both;
		overflow: auto;
    height:auto;
		line-height:auto;
		font-size:0.85em;
		text-align:left;
		color:#888;
		background:#FEFEFE;
		margin:0px;
		padding:0px;
		border-right:1px transparent solid;
		border-bottom:1px transparent solid;
		border-left:1px transparent solid;
		border-top:1px #EBEDF5 solid;
	}
	
	#footer div {
		width:auto;
		border:1px transparent solid;
		margin:0;
		padding:0;
		text-align:left;
	}
	
	#footer .langMenu {
		float:left;
		margin:0;
		padding:2px;
		border-right:1px #E6E6E6 solid;
		border-bottom:1px #E6E6E6 solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}
	
	#footer .selectFontSize {
		float:left;
		margin:0;
		padding:2px;
		border-right:1px #E6E6E6 solid;
		border-bottom:1px #E6E6E6 solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;;
	}
	
	#footer .selectFontSize a {
		color:#334;
	}
	
	#footer .selectFontSize a:hover {
		background:transparent;
	}
	
	#footer .aktDatum {
	
		margin:0px;
		float:left;
		padding-left:2px;
		padding-right:2px;
		padding-top:3px;
		padding-bottom:4px;
		border-right:1px #E6E6E6 solid;
		border-bottom:1px #E6E6E6 solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}
	
	#footer .location_1 {
		margin:0;
		float:none;
		padding-left:2px;
		padding-right:2px;
		padding-top:3px;
		padding-bottom:4px;
		overflow:hidden;
		border-right:1px transparent solid;
		border-bottom:1px #E6E6E6 solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}
	
	#footer .location_1 a {
		color:#334;
	}
	
	#footer .location_1 a:hover {
		background:transparent;
	}
	
	#footer .location_2 {
		overflow: auto;
	  clear:both;
		float:left;
		padding:2px;
		margin: 0;
		border-right:1px #E6E6E6 solid;
		border-bottom:1px transparent solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}
	
	#footer .location_2 a img {
		padding-right: 2px;
		position: relative;
	}
	
	#footer .location_3 {
		float:right;
    border:1px transparent solid;
    border-right:1px transparent solid;
		border-bottom:1px transparent solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}
	
/*	#footer .location_4 {
		float:right;
		padding:5px;
	  border-right:1px #E6E6E6 solid;
		border-bottom:1px transparent solid;
		border-left:1px transparent solid;
		border-top:1px transparent solid;
	}*/
	
	#footer div.cag_pagebrowser {
		display: none;
	}
	
	
	
/* 
# ------------------------------------------
# LAYOUT CONTAINER CLASSES 
# ------------------------------------------ 
*/	

	.level0 {
		background-color:#fff;
	}
	.level1 {
		padding-left:10px;
		background-color:#eee;
	}
	.level2 {
		padding-left:10px;
		background-color:#ddd;
	}
	.level3 {
		padding-left:10px;
		background-color:#ccc;
	}
	.level4 {
		padding-left:10px;
		background-color:#bbb;
	}

	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:block;
	}
	.floatbox {
		overflow:hidden;
	}

	.subcolumns {
		width:100%;
		padding:0 1px 0 1px;
		margin:0 -1px 0 -1px;
		overflow:hidden;
	}
	.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l {
		float:left;
		overflow:hidden;
	}
	.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r {
		float:right;
		overflow:hidden;
	}
	
	.c25l,.c25r {
		width:24.999%;
	}
	
	.c33l,.c33r {
		width:33.333%;
	}
	
	.c50l,.c50r {
		width:49.999%;
	}
	
	.c66l,.c66r {
		width:66.666%;
	}
	
	.c75l,.c75r {
		width:74.999%;
	}
	
	.c38l,.c38r {
		width: 38.196%;
	}
	
	.c62l,.c62r {
		width: 61.803%;
	}
	
	.subc {
		padding:0 0.5em 0 0.5em;
		overflow:hidden;
	}
	.subcl {
		padding:0 1em 0 0;
		overflow:hidden;
	}
	.subcr {
		padding:0 0 0 1em;
		overflow:hidden;
	}
	.skip {
		position:absolute;
		left:-1000em;
		width: 20em;
	}
	
	

/* 
# ------------------------------------------
# MAIN MENU
# ------------------------------------------ 
*/		
	
	.mainMenu {
		width:100%;
		overflow:hidden;
		color:#000;
		margin:0 0 0 0; 
		padding:0 0 0 0;
	}
	.mainMenu img {
		margin-right:0.7em;
	}
	.mainMenu ul {
		width:100%;
		overflow:hidden;
		margin:0em 0 0em 0;
		margin-top: 14px;
		list-style-type:none;
		border-top:1px #CACFE3 solid;
		border-bottom:0px #fff solid;
		background-color:#ffffff;
	}
	.mainMenu ul a {
		display:block;
		text-decoration:none;
	}
	.mainMenu ul li {
		float:left;
		width:100%;
		margin:0;
		padding:0;
	}
	.mainMenu ul li strong {
		display:block;
		width:95%;
		padding:3px 0px 6px 5%;
		background-color:#364C97;
		color:#ffffff;
		font-weight:normal;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li strong {
		display:block;
		width:95%;
		padding:3px 0px 6px 10%;
		background-color:#364C97;
    /*background:transparent url(/fileadmin/design/images/col_menu_a_bg.png) repeat-y center top;*/
		color:#ffffff;
		font-weight:normal;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li ul li strong {
		display:block;
		width:95%;
		padding:3px 0px 6px 15%;
		background-color:#364C97;
		color:#ffffff;
		font-weight:normal;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li ul li ul li strong {
		display:block;
		width:95%;
		padding:3px 0px 6px 20%;
		background-color:#364C97;
		color:#ffffff;
		font-weight:normal;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li a {
		width:95%;
		padding:3px 0px 6px 5%;
		background-color:#ffffff;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li a:hover {
		background-color:#364C97;
		color:#ffffff;
		font-weight:normal;
	}
	.mainMenu ul li ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.mainMenu ul li ul li {
		float:left;
		width:100%;
		margin:0;
		padding:0;
	}
	.mainMenu ul li ul li a {
		width:90%;
		padding:3px 0px 6px 10%;
		background-color:#ffffff;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.mainMenu ul li ul li ul li {
		float:left;
		width:100%;
		margin:0;
		padding:0;
	}
	.mainMenu ul li ul li ul li a {
		width:90%;
		padding:3px 0px 6px 15%;
		background-color:#ffffff;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li ul li ul li a {
		width:90%;
		padding:3px 0px 6px 20%;
		background-color:#ffffff;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li a:hover {
		background-color:#364C97;
		color:#ffffff;
		font-weight:normal;
	}
	.mainMenu ul li#title {
		width:95%;
		padding:3px 0px 6px 7%;
		font-weight:bold;
		color:#000;
		background-color:#f0f0f0;
		border-bottom: 1px #fff solid;
	}
	
	.mainmenu dfn,#col1_content .hidden {
		position:absolute;
		left:-1000em;
		width: 20em;
	}

/* 
# ------------------------------------------
# NAVIGATION MENU
# ------------------------------------------ 
*/		
	#nav_main {
		width:100%;
		overflow:hidden;
		background-color:#ffffff;
		border-top:1px #CACFE3 solid;
		border-bottom:1px #CACFE3 solid;
	}
	#nav_main ul {
		display:block;
		margin:0;
		padding:0;
		font-size:1em;
		line-height:1em;
	}
	#nav_main ul li {
		float:left;
		margin:0;
		padding:0;
		font-size:1em;
		line-height:1em;
		list-style-type:none;
		border-left:1px #fff solid;
		border-right:1px #aaa solid;
	}
	#nav_main ul li#first {
		border-right:1px #aaa solid;
		border-left:none;
		padding:0.5em 0em 0.5em 0em;
		width:48px;
	}
	#nav_main ul li#last {
		border-left:1px #fff solid;
		border-right:none;
		padding:0.5em 0em 0.5em 0em;
	}
	#nav_main ul li a {
		display:block;
		width:auto;
		font-size:1em;
		font-weight:normal;
		background:transparent;
		text-decoration:none;
		color:#000;
		margin:0;
		padding:0.5em 0.8em 0.5em 0.8em;
	}
	#nav_main ul li a:hover {
		background-color:#364C97;
		color:#ffffff;
		text-decoration:none;
	}
	#nav_main ul li#current {
		border-left:1px #444 solid;
		border-right:1px #888 solid;
		background-color:#ffffff;
	}
	#nav_main ul li#current a,#nav_main ul li#current a:hover {
		color:#ffffff;
		background-color:#364C97;
		text-decoration:none;
	}
	#nav_main .tx-macinasearchbox-pi1 {
		padding-top:3px;
		float:right;
		font-size:0.8em;
	}
	#nav_main .tx-macinasearchbox-pi1 input {
		margin:1px;
		border: 0px;
	}

/* 
# ------------------------------------------
# NAVIGATION MENU
# ------------------------------------------ 
*/	
    div.jumpBack {
    background:transparent url(/fileadmin/design/icons/backwards.png) no-repeat scroll left center;
    border:1px solid #787878;
    font-size:0.9em;
    padding:2px 2px 2px 20px;
    width:80px;
    margin:10px 0px 10px 0px;
  }
    div.jumpBack a, a em.file {
    color:#000000;
    text-decoration:none;
  }

/* 
# ------------------------------------------
# IE FIXURE
# ------------------------------------------ 
*/	

	/* Hides from IE-mac \*/
	/* wird von anderen Browsern Ignoriert */
	* html #col1_content .mainMenu li a { \width: 100%; }
	* html #col1_content .mainMenu li ul li a { \width: 100%; }
	* html #col1_content .mainMenu li ul li ul li a { \width: 100%; }
	* html #col1_content .mainMenu li span { \width: 100%; }
	* html #col1_content .mainMenu li#title { \width: 100%; }
	* html #col1_content .mainMenu li.active { \width: 100%; }
}


/*##########################################*\
# T3Domain Layout Model v1.0                                                                                        #
# ------------------------------------------------------------------------------------------  #
# +css: FORMULARE                                                                                                         #
# +css: AUFLISTUNGEN                                                                                                 #
# +css: ELEMENTS                                                                                                           #
# +css: IMAGES                                                                                                                #
# +css: TABELLEN                                                                                                            #
# +css: ANDERE                                                                                                                #
#                                                                                                                                          #
# CSS Einstellungen für Farben und Formen von Links und Verweisen                      #
#                                                                                                                                          #
# @author      Robert Eichholtz                                                                                       #
# @author      Jürgen Luhne                                                                                             #
#                                                                                                                                          #
# @copyright 2008 by t3domain.ch                                                                                #
# @modified  15.08.2008                                                                                                 #
# @version     1.0.0                                                                                                            #
#                                                                                                                                          #
\*##########################################*/

@media all {

/* 
# ------------------------------------------
# FORMULARE 
# ------------------------------------------ 
*/
	form {
		overflow:					hidden;
	}

	fieldset,img {
		border:						0;
	}
		
	select {
		font-size:					99%;
	}	

	option {
		padding-left:				0.4em;
	}

	input,textarea {
		font-size:					99%;
		width:						auto;
		font-family: 				Verdana,Arial,Helvetica,Sans-Serif;
		font-size: 					1.0em;
		border:						1px #ccc solid;
		background-color:			#fafafa;
		color:						#777;
		margin-left:				1em;
		padding:					2px;
	}

	input[type=text]:focus,
	input[type=password]:focus,
	textarea:focus {
		background:					#f0f0f0;
		color:						#333;
		border-color:				#666;
	}




/* 
# ------------------------------------------
# AUFLISTUNGEN 
# ------------------------------------------ 
*/

	ul,ol,dl {
		margin:0 0 1em 1em;
		line-height:1.5em;
	}

	li {
		margin-left:1.5em;
		line-height:1.2em;
	}

	ul.linklist {
		list-style-type:none;
		margin:0 0 1em 0;
	}

	ul.linklist li {
		margin:0 0 1em 0;
	}






/* 
# ------------------------------------------
# ELEMENTS 
# ------------------------------------------ 
*/

	dt {
		font-weight:bold;
		line-height:1.5em;
	}

	dd {
		margin:0 0 1em 2em;
		line-height:1.5em;
	}


	p {
		line-height:1.5em;
		margin:0 0 0.7em 0;
	}

	p.demo {
		background-color:#fee;
		border:1px #fcc solid;
		padding:6px;
		margin-bottom:0.5em;
	}

	p.navlink {
		background-color:#f4f8f4;
		border:1px #aca dotted;
		padding:6px;
		margin-bottom:0.5em;
	}

		
	pre, code {
		font-family:"Courier New",Courier,monospace;
		display:block;
		margin:0 0 1em 1em;
		padding:0.5em;
		color:#000;
		background:#f0f0f0;
		border:1px #ccd solid;
		border-left:8px #ccd solid;
	}


	address {
		font-style:normal;
		line-height:1.5em;
		margin:0 0 1em 0;
	}

	acronym,abbr {
		border-bottom:1px dashed #c00;
		cursor:help;
	}

	blockquote {
		font-family:"Times New Roman",Times,serif;
		color:#222;
		background:#f8f8f8;
		border:1px #ddd solid;
		border-left:8px #ddd solid;
		padding:1em 1em 0 1em;
		margin:0 0 1em 1em;
	}

	blockquote,cite {
		margin:0 0 1em 1.5em;
		font-size:0.93em;
		width:auto;
	}






/* 
# ------------------------------------------
# IMAGES 
# ------------------------------------------ 
*/

	img {
		border:0;
		margin:0;
	}

	img.float_left {
		float:left;
		margin-right:1em;
		margin-bottom:0.15em;
		border:0;
	}
		
	img.float_right {
		float:right;
		margin-left:1em;
		margin-bottom:0.15em;
		border:0;
	}

	img.center {
		text-align:center;
		background:#fff;
		padding:4px;
		border:1px #ddd solid;
	}
	
	#header img {
		position:absolute;
		top:20px;
		left:15px;
		font-size:208%;
		z-index:2;
	}
	
	
	#banner img {
		position:relative;
		top:0px;
		left:0px;
		font-size:100%;
		z-index:1;
	}

/* 
# ------------------------------------------
# TABELLEN 
# ------------------------------------------ 
*/
	table {
		border-collapse:collapse;
		margin-bottom:0.5em;
	}

	table.bugs {
		margin-bottom:1em;
		margin-top:0.5em;
		width:100%;
	}

	table.bugs th {
		background:#fff;
		color:#222;
		padding:0.5em;
		text-align:center;
		border-bottom:1px #ccd solid;
		border-right:1px #ccd solid;
	}

	table.bugs td {
		background:#f0f0f0;
		color:#222;
		padding:0.5em;
		text-align:center;
		border-bottom:1px #ccd solid;
		border-right:1px #ccd solid;
	}







/* 
# ------------------------------------------
# FONTSTYLES 
# ------------------------------------------ 
*/

	strong,b {  
		font-weight:bold; 
	}

	em,i { 
		font-style:italic; 
	}
		
	em.mono,em.file,em.directory {
		font-family:"Courier New",Courier,monospace;
		font-style:normal;
	}

	em.mono {
		padding:0 0.3em 0 0.3em;
		background:#f0f0f0;
		border:1px #ccd solid;
	}

	em.file {
		padding:0 0 0 14px;
		color:#008;
		background:transparent url(/fileadmin/design/icons/file.gif) no-repeat left;
	}

	em.directory {
		padding:0 0 0 15px;
		color:#008;
		background:transparent url(/fileadmin/design/icons/dir.gif) no-repeat left;
	}



/* 
# ------------------------------------------
# ANDERE 
# ------------------------------------------ 
*/

	hr {
		color:#fff;
		background:transparent;
		margin:0 0 0.5em 0;
		padding:0 0 0.5em 0;
		border:0;
		border-bottom:1px #eee solid;
	}

	hr.clear_columns {
		clear:both;
		float:left;
		content:".";
		display:block;
		height:0;
		line-height:0px;
		visibility:hidden;
		border:0;
		padding:0;
		margin:-1.1em 0 0 0;
	}
}

/*##########################################*\
# t3domain layout model v1.0                                                                                        #
# ------------------------------------------------------------------------------------------  #
# +css: formulare                                                                                                         #
# +css: auflistungen                                                                                                 #
# +css: elements                                                                                                           #
# +css: images                                                                                                                #
# +css: tabellen                                                                                                            #
# +css: andere                                                                                                                #
#                                                                                                                                          #
# css einstellungen für farben und formen von links und verweisen                      #
#                                                                                                                                          #
# @author      robert eichholtz                                                                                       #
# @author      jürgen luhne                                                                                             #
#                                                                                                                                          #
# @copyright 2008 by t3domain.ch                                                                                #
# @modified  15.08.2008                                                                                                 #
# @version     1.0.0                                                                                                            #
#                                                                                                                                          #
\*##########################################*/

@media all {

/* 
# ------------------------------------------
# css styled content
# ------------------------------------------ 
*/

	p.csc-linktotop {
		text-align:right;
	}
	p.csc-form-label-req {
		font-weight:bold;
	}
	.csc-caption {
		font-size:0.9em;
		background-color:#e0e7f5;
		padding:2px;
	}
	dd.csc-textpic-caption {
		font-style:italic;
		font-size:0.9em;
		background-color:#e0e7f5;
		padding:0;
	}
	
	.csc-mailform-field label {
		color:#369;
		display:block;
		font-size:0.8em;
		margin-top:1em;
	}
	.csc-mailform-radio label {
		display:inline;
		margin-left:0.3em;
	}
	.csc-mailform-radio legend {
		display:none;
	}
	.csc-mailform-submit {
		margin-top:1em;
	}
	

	/* Main */
.clear {
	clear: both;
}	

/* 
# ------------------------------------------
# wt_directory
# ------------------------------------------ 
*/
dl.wtdirectory_all_detail {
	padding: 3px;
	border: 1px solid #787878;
}

dt.wtdirectory_all {
	float: left;
	clear: left;
	padding-bottom: 0px;
	margin:0;
}

dt.wtdirectory_all ul,ol,dl{
	margin:0;
}



dd.wtdirectory_all {
	padding-bottom: 0px;
	padding-left: 200px;
}
dd.wtdirectory_all h2 {
	margin: 0;
}
dd.wtdirectory_all_even,
dt.wtdirectory_all_even {
	background-color: #ffffff;

}

	/* List view */
ul.wtdirectory_list {
	list-style-type: none;

	margin: 0;
}
ul.wtdirectory_list li {
	padding-left:5px;
	margin-bottom: 5px;
	border: 1px solid #787878;
}
div.wtdirectory_all_detaillink {
margin-left:400px;

}

div.wtdirectory_all_vcard,
div.wtdirectory_all_powermail,
div.wtdirectory_all_googlemaplink {
	margin-left: 10px;
}
/* 
# ------------------------------------------
# sk_simple_gallery
# ------------------------------------------ 
*/

.tx-sksimplegallery-pi1 {
    border: 1px solid #C0C0C0;
    background:#ffffff;
    width:98%;
    color:#000000;
    float:left;
    padding:0;
    margin:0;
}

.tx-sksimplegallery-pi1 p {
 margin:5px;
}

.tx-sksimplegallery-pi1 a {
color:#BC8013;
}
.tx-sksimplegallery-pi1 p.pagebrowser {
margin:8px 4px !important;
background:#ffffff;
}
.tx-sksimplegallery-pi1 p.pagebrowser span {
	padding:0 4px
}
.tx-sksimplegallery-pi1 p.pagebrowser span.active {
	background:#269151;
    color:#111;
}
.tx-sksimplegallery-pi1 dl.list {
	float:left;
	margin:5px;
	border: 1px solid #C0C0C0;
	background-color: #ffffff;
}
.tx-sksimplegallery-pi1 dl.list dt {
	line-height:0em;
	border-bottom: 1px solid #000;
	margin: 0;
}
.tx-sksimplegallery-pi1 dl.list dd {
	margin: 0;
	padding: 3px;
	font-size:0.85;
	text-align:center;
	font-weight:normal;
	height:1.5em;
	overflow:hidden;
}

.tx-sksimplegallery-pi1 dl.single {
	float:left;
	margin: 6px;
	border: 1px solid #C0C0C0;
}
.tx-sksimplegallery-pi1 dl.single img {
    display:block;
}

.tx-sksimplegallery-pi1 dl.single dt {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	padding:0;
	line-height:0;
}
.tx-sksimplegallery-pi1 dl.single dd {
	background-color: #ffffff;
	margin: 0;
	padding: 3px;
	font-size:0.85em;
	text-align:center;
	font-weight:normal;
	overflow:hidden;
}

.tx-sksimplegallery-pi1 h3 {
	margin-left:12px;
}

.tx-sksimplegallery-pi1 .description {
	margin:6px;
	padding-bottom:4px;
	border-bottom:1px solid #000;
}
.tx-sksimplegallery-pi1 br.clear {
	clear:both;
}

.tx-sksimplegallery-pi1 .exifData {
	color:#000000;
  padding-left:12px;
}

.tx-sksimplegallery-pi1 .exifData-Label {
	color:#003399;
  padding-right:12px;
}


/* 
# ------------------------------------------
# tt_news v2
# ------------------------------------------ 
*/	
	
	.tx-ttnews-browsebox {
		text-align:center;
		padding:0;
		margin:1.2em 0 1em 0;
		padding:1px;
		border:1px solid #ccd;
		background:#f0f0f0;
	}
	.tx-ttnews-browsebox a,.tx-ttnews-browsebox strong {
		padding:0 0.4em 0.4em 0;
		margin:0;
		background:transparent;
	}
	p.news-catmenu-header {
		line-height:1em;
		margin:0;
	}
	
	/* prevent floated images from overlapping the div-containers they are wrapped in */
	.news-list-container hr.clearer,.news-single-item hr.clearer,.news-latest-container hr.clearer {
		clear:right;
		height:1px;
		border:1px solid transparent;
	}
	.news-latest-container hr.clearer {
		clear: left;
	}
	/*----------------------------------- tt_news latest view -----------------------------------*/
	.news-latest-container {
		border:1px solid #C0C0C0;
		background-color: #ffffff;
	}
	.news-latest-container a {
		color: #cccccc;
	}
	.news-latest-container h3,.news-latest-gotoarchive {
		color:#000;
		padding:3px;
		margin:0px;
		border:1px solid #ffffff;
		/*background-color:#d8fa70;
		*/
		background-color:#ffffff;
	}
	.news-latest-gotoarchive {
		font-weight:normal;
		margin-top:5px;
	}
	.news-latest-gotoarchive a:link,.news-latest-gotoarchive a:visited,.news-latest-gotoarchive a:hover {
		color:#787878;
	}
	.news-latest-gotoarchive a {
		color: #fff;
	}
	.news-latest-item {
		/* ie hack */
		height:1%;
		line-height:1.3;
		/* ie hack end */
		height:auto !important;
		padding:3px;
		margin:3px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-latest-item img {
		margin-bottom:5px;
		margin-right:5px;
		border:1px solid #C0C0C0;
		float:left;
	}
	.news-latest-category img {
		float:none;
		border:none;
		margin:0px;
	}
	.news-latest-date,.news-latest-morelink,.news-latest-category {
		font-size:0.8em;
	}
	.news-latest-morelink {
		height:1em;
	}
	.news-latest-morelink a {
		float: right;
	}
	/*--------------------------------- tt_news list view -----------------------------------*/
	.news-list-container {
		border:1px solid #C0C0C0;
		background-color: #ffffff;
	}
	.news-list-item {
		/* ie hack */
		height:1%;
		line-height:1.3;
		/* ie hack end */
		height:auto !important;
		padding:3px;
		margin:3px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-search-form {
		padding:3px;
		margin-bottom:5px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-search-emptymsg {
		margin:0px;
	}
	.news-search-form form {
		margin:0px;
	}
	.news-list-container h3 {
		margin-bottom:5px;
		padding:2px;
		border-bottom:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-list-container h3 a:link,.news-list-container h3 a:visited,.news-list-container h3 a:hover {
		color:#000000;
		padding-left:2px;
	}
	.news-list-container h3 a {
		color:#000000;
	}
	.news-list-container p {
		padding-left:3px;
	}
	.news-list-date {
		float:right;
		color:#787878;
		width:180px;
		text-align:right;
		height:20px;
		margin-top:-2px;
		margin-right:-2px;
		font-size:0.8em;
		font-weight:normal;
		background-color:#ffffff;
	}
	.news-list-imgcaption {
		float:right;
		padding-top:3px;
		padding-right:3px;
		font-size:0.7em;
	}
	.news-list-container img {
		float:right;
		border:1px solid #C0C0C0;
		margin-bottom:5px;
		margin-right:2px;
		margin-left:5px;
	}
	.news-list-category img {
		float:none;
		border:none;
		margin:0px;
	}
	.news-list-morelink,.news-list-category {
		font-size:0.7em;
		margin:3px;
	}
	.news-list-morelink {

		font-size:0.9em;
	}
	.news-list-browse {
		text-align: center;
	}
	/*--------------------------------- tt_news page-browser ---------------------------------*/
	.tx-ttnews-browsebox {
		margin:3px;
		border:1px solid #C0C0C0;
		padding:3px;
		background-color:#ffffff;
	}
	.tx-ttnews-browsebox td {
		font-size:0.9em;
	}
	.tx-ttnews-browsebox-strong,.tx-ttnews-browsebox-scell {
		font-weight:bold;
	}
	.tx-ttnews-browsebox-scell p,.tx-ttnews-browsebox td p {
		margin:0px;
	}
	.tx-ttnews-browsebox-scell {
		background-color:#ffffff;
		border:1px solid #C0C0C0;
	}
	.news-search-emptymsg {
		font-size:1em;
		margin-left: 10px;
	}
	/*--------------------------------- tt_news single view ---------------------------------*/
	.news-single-item {
		padding:5px;
		margin-bottom:5px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-single-item h3 {
		font-size:1em;
		font-weight:bold;
		margin-bottom:5px;
	}
	.news-single-sub h3 { 
   }
	.news-single-img {
		float:right;
		margin-left:5px;
	}
	.news-single-imgcaption {
		padding:3px;
		clear:both;
	}
	.news-single-category {
		float:right;
	}
	.news-single-backlink,.news-single-backlink a {
		font-weight:bold;
		font-size:1em;
		margin-bottom:15px;
		margin-top:10px;
	}
	.news-single-timedata {
		float:right;
	}
	.news-single-timedata,.news-single-author,.news-single-imgcaption {
		font-size:0.8em;
	}
	.news-single-author {
		padding-bottom: 3px;
	}
	.news-single-additional-info {
		background-color:#f0f0f0;
		/* clear:both;
		*/
		margin-top:15px;
		border:1px solid #C0C0C0;
		padding:3px;
		padding-bottom:0px;
	}
	.news-single-related,.news-single-files,.news-single-links {
		border:1px solid #C0C0C0;
		margin:0px;
		margin-bottom:3px;
		padding:3px;
		background-color:#ffffff;
	}
	.news-single-related dd,.news-single-links dd,.news-single-files dd {
		margin-left:20px;
	}
	.news-single-related dt,.news-single-links dt,.news-single-files dt {
		font-weight:bold;
		font-size:1em;
		margin-left:5px;
		width: 90%;
	}
	/*--------------------------------- tt_news archivemenu (amenu) --------------------------------- */
	.news-amenu-container {
		margin-top:10px;
		padding:3px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-amenu-container li {
		padding-bottom:1px;
	}
	.news-amenu-container ul {
		padding:3px;
		margin-top:5px;
		margin-left:0px;
		margin-bottom:0px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
		list-style-type:none;
	}
	.news-amenu-container h2 {
		color:#000000;
		padding:3px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-amenu-item-year {
		font-weight:bold;
		border:1px solid #C0C0C0;
		padding:2px;
		background-color:#ffffff;
		color: #000000;
	}	
	
	
	/*--------------------------------- tt_news categorymenu (catmenu) --------------------------------- */
	.news-catmenu {
		padding:5px;
		margin:10px 0px 10px 10px;
		border:1px solid #C0C0C0;
		background-color:#ffffff;
	}
	.news-catmenu-header {
		font-size:1em;
		font-weight:bold;
	}
	.news-catmenu div {
		font-size:1em;
		white-space:nowrap;
	}
	.news-catmenu div img {
		margin:0px;
		padding:0px;
		vertical-align:middle;
	}
	.news-catmenu-act {
		font-weight: bold;
	}
/* 
# ------------------------------------------
# slightbox
# ------------------------------------------ 
*/	

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #2D4191;
	cursor: pointer;
	z-index: 15;
}

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 20;
	border: 1px solid #666;
}

#rglbCenter {
	padding: 10px;
}

.rglbLoading {
	background: #fff url(/fileadmin/design/img_slight/loading-bar-black.gif) no-repeat center;
	border: 1px solid #666;
}

#rglbImage {
	z-index: 25;
}

#rglbPrevLink, #rglbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#rglbPrevLink {
	left: 0;
}

#rglbPrevLink:hover {
	background: transparent url(/fileadmin/design/img_slight/fleche1.png) no-repeat 0% 50%;
}

* html #rglbPrevLink:hover { background: transparent url(/fileadmin/design/img_slight/fleche1.gif) no-repeat 0% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url(/fileadmin/design/img_slight/fleche2.png) no-repeat 100% 50%;
}

* html #rglbNextLink:hover { background: transparent url(/fileadmin/design/img_slight/fleche2.gif) no-repeat 100% 50%; }

#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url(/fileadmin/design/img_slight/close9yj.gif) no-repeat center;
	margin-bottom: 10px;
}

#rglbNumber {
	display: block;
	float: left;
}

#rglbNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#rglbDescription {
	float: left;
	padding-right: 10px;
}

#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

#rglbDescription #rglbCaption {
	margin-left: 0;
}

#rglbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(/fileadmin/design/img_slight/printer.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

#rglbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(/fileadmin/design/img_slight/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}


/* 
# ------------------------------------------
# Shared styles for lightbox & slimbox
# ------------------------------------------ 
*/

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	/*cursor:pointer;*/
	z-index:90;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%;
	background:transparent url(/fileadmin/design/img_perf/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(/fileadmin/design/img_perf/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(/fileadmin/design/img_perf/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/design/img_perf/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/design/img_perf/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/design/img_perf/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(/fileadmin/design/img_perf/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
	background:#fff url(/fileadmin/design/img_perf/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	color:#666;
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}



/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(/fileadmin/design/img_perf/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumber {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	color:#666;
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}
/* 
# ------------------------------------------
# indexed_search
# ------------------------------------------ 
*/	
		
	
	.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
		width:100px;
		margin:0.5em 0em 0em 0em;
	}
	.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
		width:200px;
		margin:0 0 0.5em 0;
	}
	.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
		font-weight:bold;
		font-style:italic;
	}
	.tx-indexedsearch .tx-indexedsearch-whatis {
		margin-top:10px;
		margin-bottom:5px;
	}
	.tx-indexedsearch p.tx-indexedsearch-noresults {
		text-align:center;
		font-weight:bold;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
		background:#eeeeee;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p {
		font-weight:bold;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent {
		font-weight:normal;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p {
		font-style:italic;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redmarkup {
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
		background:#e0e7f5;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead {
		margin-top:20px;
		margin-bottom:5px;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead h2 {
		color:#006699;
		margin-top:0px;
		margin-bottom:0px;
		background:transparent;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead table {
		background:#ffffff;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead td {
		vertical-align:middle;
	}
	.tx-indexedsearch .tx-indexedsearch-res .noresume {
		color:#666666;
	}
	.tx-indexedsearch-sw,.csc-sword,.tx-indexedsearch-redmarkup {
		font-family:monospace;
		font-style:normal;
		padding:0 0.3em 0 0.3em;
		background:#ffff88;
		border:1px #ccd solid;
	}
	.tx-indexedsearch-descr strong {
	background:#ffff88;
  }
	
	

/* 
# ------------------------------------------
# Language Menu
# ------------------------------------------ 
*/		
	
	div.langmenu {
		padding:0 0 0 0;
	}
	div.langmenu a:hover {
		background:transparent;
	}
	div.langmenu img.flag {
		margin-top:4px;
		padding-right:4px;
	}
	div.langmenu img.arrow {
		margin-left:2px;
		margin-right:2px;
	}
	
	

/* 
# ------------------------------------------
# dropdownsitemap
# ------------------------------------------ 
*/			
	
	.tx-dropdownsitemap-pi1 a {
		font-weight:bold;
	}
	.tx-dropdownsitemap-pi1 li.open ol {
		display:block;
	}
	.tx-dropdownsitemap-pi1 li.closed ol {
		display:none;
	}
	.tx-dropdownsitemap-pi1 li.open ul {
		display:block;
	}
	.tx-dropdownsitemap-pi1 li.closed ul {
		display:none;
	}
	.tx-dropdownsitemap-pi1 div {
		border:solid 1px #ccd;
		background:#f0f0f0;
		padding:2px;
		margin-bottom:5px;
	}
	.tx-dropdownsitemap-pi1 div.level_2 {
		background:#ffffff;
	}
	.tx-dropdownsitemap-pi1 div.level_2 a {
		font-weight:normal;
	}
	.tx-dropdownsitemap-pi1 div.level_3 {
		background:#f0f0f0;
	}
	.tx-dropdownsitemap-pi1 div.level_4 {
		background:#ffffff;
	}
	.tx-dropdownsitemap-pi1 div.level_5 {
		background:#f0f0f0;
	}
	.tx-dropdownsitemap-pi1 div.expall {
		text-align:center;
		border:solid 1px #ccd;
		background:#f0f0f0;
	}
	.tx-dropdownsitemap-pi1 img {
		margin-right:0.5em;
	}
	.tx-dropdownsitemap-pi1 a:hover {
		background:transparent;
	}
	
	


/* 
# ------------------------------------------
# pagecomments
# ------------------------------------------ 
*/			

	.sk-pagecomments-error {
		color:red;
		font-weight:bold;
		background:#ffe8cf;
		border:1px solid #000;
		margin:8px 12px;
		padding:4px;
	}
	.sk-pagecomments-success {
		color:blue;
		font-weight:bold;
	}
	.sk-pagecomments-counter {
		color:#600;
		text-align:right;
		text-decoration:underline;
		margin-bottom:12px;
	}
	.sk-pagecomments-headline {
		border-bottom:1px solid #000;
		font-weight:bold;
		background:#d1d1d1;
		padding-left:6px;
		height:20px;
	}
	.sk-pagecomments-answerheadline {
		border-bottom:1px solid #000;
		font-weight:bold;
		background:#f7f3ef;
		padding-left:6px;
		height:20px;
	}
	.sk-pagecomments-namedate {
		float:left;
	}
	.sk-pagecomments-emailhomepage {
		float:right;
	}
	.sk-pagecomments-answer {
		float:right;
		padding:0 4px 0 12px;
	}
	.sk-pagecomments-comment {
		background:#ffffff;
		padding:4px 28px;
		clear:both;
	}
	.sk-pagecomments-teaser {
		margin-top:-40px
	}
	.sk-pagecomments-teaser h4 {
		background:#eee;
		font-size:85%;
		margin:0;
		color:green;
		padding-left:4px;
	}
	.sk-pagecomments-teaser h4 span {
		padding-right:4px
	}
	.sk-pagecomments-teaser p {
		margin:0;
		font-size:90%
	}
	.tx-skpagecomments-pi1 form {
		margin:16px 0;
		width:480px;
	}
	.tx-skpagecomments-pi1 form fieldset {
		border:1px solid #eee;
	}
	.tx-skpagecomments-pi1 form p.userinfos {
		text-align:center;
		padding:6px;
	}
	.tx-skpagecomments-pi1 span.sk-pagecomments-number {
		float:left;
		font-size:70%;
		color:red;
		padding:3px 10px 3px 0;
	}
	.tx-skpagecomments-pi1 form legend {
		background:#ffffff;
		border:1px solid #000;
		padding:4px;
	}
	.tx-skpagecomments-pi1 form label {
		width:120px;
		float:left;
		margin-left:8px;
	}
	.tx-skpagecomments-pi1 form label.check {
		width:100%;
		float:none;
	}
	.tx-skpagecomments-pi1 form p {
		margin:6px 0;
		clear:both;
	}
	.tx-skpagecomments-pi1 form p img {
		vertical-align:bottom;
		margin-left:8px;
	}
	.tx-skpagecomments-pi1 div.smileytext {
		margin-left:0px;
	}
	.tx-skpagecomments-pi1 form input#name,.tx-skpagecomments-pi1 form input#email,.tx-skpagecomments-pi1 form input#homepage {
		width:320px;
		background:#ffe1bf;
	}
	.tx-skpagecomments-pi1 form textarea {
		width:320px;
		height:160px;
		background:#ffe1bf;
	}
	.tx-skpagecomments-pi1 form input#name:focus,.tx-skpagecomments-pi1 form input#email:focus,.tx-skpagecomments-pi1 form input#homepage:focus,.tx-skpagecomments-pi1 form textarea:focus {
		background:#ffc480;
	}
	.tx-skpagecomments-pi1 form input#skcommentssubmit {
		background:#ffa540;
		color:#804400;
		float:right;
		margin:8px 20px;
	}
	.tx-skpagecomments-pi1 img {
		border: 0px
	}
	
	div.tx-rtwpcc-pi1 {
		margin:0;
		padding:0;
	}
	
	div.tx-rtwpcc-pi1 table {
		margin: 0px;
		margin-top: 0px;
		padding:0;
	}
	
	div.tx-rtwpcc-pi1 table td{
		margin:0;
		padding:0;
	}
	
	div.tx-rtwpcc-pi1 table td a img{
		margin:0;
		padding:1px;
	}
}


