 /*##########################################*\
# 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:#0000ff url(/fileadmin/design/images/sub_b_bg.gif) repeat scroll center top;
		padding:10px;
		color:#222222;
		font-size:83.33%;
		font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	}

	a {
    color:#0000ff;
    text-decoration:none;
    }
  a:hover {
    background-color:#ffff00;
    color:#0000ff;
    text-decoration:underline;
    }
/* 
# ------------------------------------------
# LAYOUT CONTAINER 
# ------------------------------------------ 
*/	

	/* Formatierung des Layouts */
	#page {
		border:1px #ffff00 solid;
		background:#fff;
	}
	
	#page_margins {
		border:0px #ffffff solid;
		width:960px;
		margin:auto;
	}
	
	
	/* Formatierung des Headers */
	#header {
		position:relative;
		height:120px;
		color:#fff;
		background:#0000ff;
		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 {
	  background: transparent url(/fileadmin/design/images/col_3_bg.gif) no-repeat center;
		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:#cccccc;
		color:#0000ff;
		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:#cccccc;
    /*background:transparent url(/fileadmin/design/images/col_menu_a_bg.png) repeat-y center top;*/
		color:#0000ff;
		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:#cccccc;
		color:#0000ff;
		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:#cccccc;
		color:#0000ff;
		font-weight:normal;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li a {
		width:95%;
		padding:3px 0px 6px 5%;
		background-color:#f0f0f0;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li a:hover {
		background-color:#cccccc;
		color:#0000ff;
		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:#f0f0f0;
		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:#f0f0f0;
		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:#f0f0f0;
		color:#000;
		border-bottom:1px #fff solid;
	}
	.mainMenu ul li ul li a:hover {
		background-color:#cccccc;
		color:#0000ff;
		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:#0000ff url(/fileadmin/design/images/menu_bg.gif) repeat-x center;
		border-top:1px #7D7E7F solid;
		border-bottom:1px #7D7E7F 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:bold;
		background:transparent;
		text-decoration:none;
		color:#ffff00;
		margin:0;
		padding:0.5em 0.8em 0.5em 0.8em;
	}
	#nav_main ul li a:hover {
		background:#0000ff url(/fileadmin/design/images/menu_bg_a.gif) repeat-x center;
		color:#0000ff;
		text-decoration:none;
	}
	#nav_main ul li#current {
		border-left:1px #444 solid;
		border-right:1px #888 solid;
		background-color:#cccccc;
	}
	#nav_main ul li#current a,#nav_main ul li#current a:hover {
		color:#0000ff;
		background:#0000ff url(/fileadmin/design/images/menu_bg_a.gif) repeat-x center;
		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 #0000ff;
    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:0px;
		left:0px;
		font-size:208%;
		z-index:2;
	}
	
	
	#banner img {
		position:relative;
		top:5px;
		left:-5px;
		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: #FDFAF3;

}

	/* 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:#FDFAF3;
    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:#cccccc;
}
.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: #cccccc;
}
.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: #cccccc;
	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;
}

/* 
# ------------------------------------------
# tx_veguestbook
# ------------------------------------------ 
*/	
.tx-veguestbook-pi1 {
	font-size: 100%;
	width:100%;
}
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight: bold;
	color: #990000;
}
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight: normal;
	font-size:0.7em;
	color:#787878;
	float: none;
}
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-weight: normal;
	float: left;
	margin-bottom:10px;
}
.tx-veguestbook-pi1 .tx-guestbook-pagination strong{
	padding-right:3px;
  padding-left:3px;
  font-weight: normal;
  background-color:#FFFF00;
  }

.tx-veguestbook-pi1 .tx-guestbook-pagination a{
  font-size:1em;
	padding-right:3px;
	padding-left:3px;
}
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	color: #ffff00;
	margin-bottom:0;
	margin-top:0;
}

.tx-veguestbook-pi1 .tx-guestbook-left p{
  line-height:1em;
  }
.tx-veguestbook-pi1 .tx-guestbook-left {
  font-size:1em;
	float: left;
	width: 12%;
	background: #E6E6FF;
	/*min-height: 4em;*/
	padding: .2em;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	height: auto;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color: #333;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float: left;
	width: 80%;
	background: #FFF;
	padding-left: 0.5em;
}
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p, .tx-veguestbook-pi1 .tx-guestbook-right p {
	color: #333;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date, .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	font-weight: normal;
	color:#0000ff;
	font-size:0.8em;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
	background: none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size: 75%;
	color: #333;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
  background-color:#E6E6FF;
	display: block;
	padding: 0.25em;
	clear: both;
}
/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear: both;
	width: 100%;
	display: block;
	padding: 1em 0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float: left;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float: left;
	width: 20em;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 30em;
	display: block;
	float: left;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color: #990000;
}
.tx-veguestbook-pi1 fieldset {
	border: none;
}
.tx-veguestbook-pi1 legend {
	display: none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float: left;
	display: block;
	background: #F7F7F7;
	border: 1px solid #CCC;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left: 2.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float: left;
	display: block;
	padding-left: 0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float: left;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear: both;
	display: block;
	float: none;
	width: 10em;
	margin-bottom: 0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size: 75%;
	padding: 0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display: none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color: #990000;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear: both;
	display: block;
	line-height:0;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width: auto;
	display: block;
}
/* 
# ------------------------------------------
# tt_news v2
# ------------------------------------------ 
*/	
/*-----------------------------------  clearer  -----------------------------------*/
/* 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 #F9FFE5;
}
.news-latest-container HR.clearer {
	clear: left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border: 1px solid #333;
	background-color: #ffffff;
}
.news-latest-container h3{
	background-color: #0000ff;
	color:#FFFF00;
	margin:0;
	padding:0.2em;
}
.news-latest-container H2 {
	color: #fff;
	padding: 3px;
	margin: 3px;
	border: 1px solid #666;
	/*background-color: #D8FA70;
*/
	background-color: #769024;
}
.news-latest-gotoarchive {
	font-weight: bold;
	margin-top: 5px;
	color: #FFFF00;
	padding: 3px;
	margin: 3px;
	background-color: #0000ff;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#ffff00;
	background:#0000ff;
}
.news-latest-gotoarchive A {
	color: #FFFF00;
}
.news-latest-item {
/* IE hack */
	height: 1%;
	line-height: 1.3;
/* IE hack end */
	height: auto !important;
	padding: 1px;
	margin: 1px;
	border-bottom: 1px solid #0000ff;
	background-color: #fffffff;
}
.news-latest-item h3{
  background-color:#ffffff;
  }
.news-latest-item IMG {
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #666;
	float: left;
}
.news-latest-category IMG {
	float: none;
	border: none;
	margin: 0px;
}
.news-latest-date, .news-latest-morelink, .news-latest-category {
	font-size: 9px;
}
.news-latest-morelink {
	height: 12px;
}
.news-latest-morelink A {
	float: right;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: 1px solid #ffffff;
	background-color: #fffff0;
}
.news-list-item {
/* IE hack */
	height: 1%;
	line-height: 1.3;
/* IE hack end */
	height: auto !important;
	padding: 3px;
	margin: 3px;
	border: 1px solid #666;
	background-color: #ffffff;
}
.news-search-form {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #666;
	background-color: #F9FFE5;
}
.news-search-emptyMsg {
	margin: 0px;
}
.news-search-form FORM {
	margin: 0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #000ff;
	background-color: #0000ff;
	color:#ffff00;
}
.news-list-container H3 A:LINK {
	color: #ffff00;
	background:#0000ff;
	padding-left: 2px;
}
.news-list-container h3 a:hover{
  color: #0000ff;
  background:#FFFF00;
}
.news-list-container H3 A {
  background:#0000FF;
	color: #FFFF00;
}
.news-list-container P {
	padding-left: 3px;
	padding-right: 3px;
}
.news-list-date {
	float: right;
	color: #0000ff;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #E6E6FF;
}
.news-list-imgcaption {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border: 1px solid #666;
	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: 9px;
	margin-left: 3px;
}
.news-list-morelink {
	margin-bottom: 3px;
}
.news-list-browse {
	text-align: center;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin: 3px;
	border: 1px solid #666;
	padding: 3px;
	background-color: #ffffff;
}
.tx-ttnews-browsebox TD {
	font-size: 1em;
}
.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: #ffff00;
	border: 1px solid #0000ff;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #0000ff;
	background-color: #ffffff;
}
.news-single-item H2 {
	font-size: 16px;
	font-weight: bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.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: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #ffffff;
	/*clear: both;
*/
	margin-top: 15px;
	border: 1px solid #0000ff;
	padding: 3px;
	padding-bottom: 0px;
}
.news-single-related, .news-single-files, .news-single-links {
	border: 1px solid #666;
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
	background-color: #f0f0f0;
}
.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: 11px;
	margin-left: 5px;
	width: 90%;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #333;
	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 #666;
	background-color: #f0f0f0;
	list-style-type: none;
}
.news-amenu-container H2 {
	color: #fff;
	padding: 3px;
	border: 1px solid #666;
	background-color: #769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #0000ff;
	padding: 2px;
	background-color: #0000ff;
	color: #ffff00;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu {
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #666;
	background-color: #F9FFE5;
}
.news-catmenu-header {
	font-size: 11px;
	font-weight: bold;
}
.news-catmenu DIV {
	font-size: 10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight: bold;
}
/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding: 1px;
	padding-left: 10px;
	background-color: #ebf8bf;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
.level2 {
	padding: 1px;
	padding-left: 10px;
	background-color: #ddf393;
	border-left: 1px solid #666;
}
.level3 {
	padding: 1px;
	padding-left: 10px;
	background-color: #cae46e;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
.level4 {
	padding: 1px;
	padding-left: 10px;
	background-color: #b0cb51;
	border-left: 1px solid #666;
}
/* 
# ------------------------------------------
# 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:#cccccc;
	}
	.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;
	}
	
	

/* 
# ------------------------------------------
# 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 UL, .tx-dropdownsitemap-pi1 OL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
	color: #0000ff;
	background-color: inherit;
}
.tx-dropdownsitemap-pi1 DIV {
	margin-left: 20px;
	margin-top: 2px;
	padding: 2px;
}
.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 SPAN.ifsub {

	font-weight: bold;
}
.tx-dropdownsitemap-pi1 SPAN.spc {

	font-style: italic;
}
.tx-dropdownsitemap-pi1 .description {
	font-style: italic;
	font-size: 80%;
	margin-left: 5px;
}
.tx-dropdownsitemap-pi1 DIV {
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	border: solid 1px #0000ff;
	background-color: #f0f0f0;
	color: inherit;
	padding: 5px;
}
.tx-dropdownsitemap-pi1 IMG {
	margin-right: 5px;
}
	
	


/* 
# ------------------------------------------
# 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:#cccccc;
		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:#cccccc;
		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;
	}
}


@media print {
	body * {
		font-size:12pt;
		font-family:"Times New Roman",Times,serif;
	}
	blockquote {
		font-family:"Times New Roman",Times,serif;
	}
	code.css,code.xhtml,em.file {
		font-family:"Courier New",Courier,mono;
	}
	h1 {
		font-size:16pt;
		font-weight:bold;
		color:#336699;
		background:inherit;
		margin:0.4em 0 0.5em 0;
		border-bottom:1px #ccc solid;
	}
	h2 {
		font-size:14pt;
		font-weight:bold;
		color:#666;
		background:inherit;
		margin:0.2em 0 0.5em 0;
		padding:0.3em;
	}
	h3 {
		font-size:12pt;
		font-weight:bold;
		margin: 0.4em 0 0.3em 0;
	}
	/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
	h1,h2,h3 {
		page-break-after:avoid;
	}
	abbr[title]:after,acronym[title]:after {
		content: '(' attr(title) ')';
	}
	/* Sichtbare Auszeichnung der URLs von Links */
	#col3 a[href^="http:"],#col3 a[href^="https:"],#col1 p a[href^="http:"],#col1 p a[href^="https:"],#col2 p a[href^="http:"],#col2 p a[href^="https:"] {
		padding-left:0;
		background-image:none;
	}
	a[href]:after {
		content:" <URL:"attr(href)">";
		color:#444;
		background-color:inherit;
		font-style: italic;
	}
	/* Umformatierung der Layoutboxen */
	body {
		margin:0;
		padding:0;
	}
	#page_margins,#page {
		min-width:inherit;
		margin:0;
		padding:0;
		border:0;
	}
	#topnav {
		display:none;
	}
	#header {
		height:auto;
	}
	#header img {
		position:relative;
		top:0;
		left:0;
		padding:0;
	}
	#nav_main {
		display:none;
	}
	#teaser {
		display:none;
	}
	#main {
		margin:0;
		padding:0;
	}
	#col1 {
		display:none;
	}
	#col1_content {
		display:none;
	}
	#col2 {
		display:none;
	}
	#col2_content {
		display:none;
	}
	#col3 {
		margin:0;
		padding:0;
		border:0;
	}
	#col3_content {
		margin:0;
		padding:0;
		border:0;
	}
	#col3_innen {
		overflow:visible;
	}
	#footer {
		display: none;
	}
}


