

body {
	font-family: Arial;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}

/* Generische Klassen */

.left {
	float: left;
}

table td.left {
	text-align: left !important;
	float: none;
}

.right {
	float: right;
}

.image.right {
	margin: 0px 0px 15px 15px;
}

table td.right {
	text-align: right !important; 
	float: none;
}

table .center {
	text-align: center !important;
}



.monospace {
	font-family: monospace !important;
}


.rot {
	color: #c00 !important;
}

.gruen {
	color: #0c0 !important;
}

.blau {
	color: #00c !important;
}

.grau {
	color: #888 !important;
}


.rotBG {
	background-color: #c00 !important;
}

.gruenBG {
	background-color: #0c0 !important;
}

.blauBG {
	background-color: #00c !important;
}

.grauBG {
	background-color: #888 !important;
}

.schwarzBG {
	background-color: #000 !important;
}


/* Brushed
.brushed {
	background-color: #ccc;
	background-image: url('../../../se_gfx/misc/brushedbg.png');
}
*/

.opaque50 {
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */

}

.opaque80 {
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */

}

#htmlProgress {
	color: #fff;
	width: auto !important;
}

.listeDatamenu {
	color:#aaa;
	font-size:11px;
	padding:5px;
}

.listeDatamenu a:hover{
		color:#fff;
		font-weight:normal;
}


.listeDatamenu a.gray, .listeDatamenu a.gray:hover{
		color:#333;
		font-weight:normal;
}

.listeDatamenu b{
		color:#fff;
		font-weight:bold;
		font-size:12px;
}






form {
	margin: 0px;
	padding: 0px;
}





/* Content */

	.content {
		padding: 20px 20px 20px 20px;
	}
	
	.content H3 {
		font-size: 15px;
		color: #222;
		margin: 0px 0px 10px 0px;

	}
	
	.content .abschnitt H3 {
		font-size: 13px;
		color: #222;
		margin: 0px 0px 10px 0px;

		border-bottom: 1px solid #999;
	}
	
	.content .abschnitt {
		margin: 0px;
		padding: 0px 0px 25px 0px;
		font-family: Arial;
		font-size: 12px;
		color: #444;
	}
	
	.content .column {
		float: left;
		width: 31%;
		margin-right: 15px;
	}
	
	
	
	
	
	
	/* Helpintro */

	div.baustelle {
		height: 30px;
		background-color: #FFC600;
		background-image: url(/se_data/se_gfx/gui/warning_bar.jpg);
		
	}
	
	div.baustelle span {

		color: #fff;
		font-family: Arial;
		font-size: 13px;
		background-color: #000;
		padding: 2px 12px 2px 12px;
		margin-left: 31px;
		
	}


	div.helpintro {
		background-color: #FFFFFF;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		font-size: 11px;
		border-bottom: 1px solid #aaa;
		position: relative;
	}

	div.helpintro h1, div.activeintro h1, div.alertintro h1, div.infointro h1 {
		font-size: 18px !important;
		margin: 0px;
		color: #222;
	}
	
	div.helpintro h3 {
		font-size: 15px !important;
		margin: 0px;
		color: #666;
	}
	
	div.helpintro p, div.activeintro p, div.alertintro p, div.infointro p {
		font-size: 12px !important;
		line-height: 16px; 
		margin: 0px;
		margin-top: 5px;
		color: #444;
	}

	div.alertintro h1,
	div.alertintro h3,
	div.alertintro p {
		color: #fff;
	}


	div.helpintro strong {
		color: #273986;
	}

	.helpdivider {
		clear: left;
		display: block;
		float: none;
		padding: 15px 0px 2px 0px;
		margin-bottom: 10px !important;
		border-bottom: 1px solid #999;
		font-size: 13px;
		color: #222;
		font-weight: bold;
	}


	/* Infointro */

	div.infointro {
		background-color: #eee;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ddd;
		font-size: 11px;
	}

	/* Alertintro */

	div.alertintro {
		background-color: #ffdddd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #ff9999;
		font-size: 11px;
	}
	
	div.alertintro {
		background-color: #AF2716;
		padding: 10px 20px;
		font-family: Arial;
		color:#fff;
		font-size: 11px;
		border-left: 0px solid #AF2716;
	}
	


	/* Activeintro */

	div.activeintro {
		background-color: #ddffdd;
		padding: 20px 15px 20px 20px;
		font-family: Arial;
		border-left: 15px solid #99ff99;
		font-size: 11px;
	}

	div.infointro img.icon, div.activeintro img.icon, div.helpintro img.icon, div.alertintro img.icon{
		position:relative;
		top: 3px;
		left: -10px;
	}






/* Trenner zwischen Tabellen, divs et */


.tabelle  {
	border-bottom: 1px solid #bbb;

}

.tabelle .header {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	color: #666;
	padding: 12px 0px 5px 5px;
	border-bottom: 1px solid #bbb;
}




/* Tabelle für die meisten Überssichtslisten */

table.tabelle {
	table-layout: auto;
	border-collapse: collapse;
	border-top: 1px solid #bbb;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #fff;
	border-right: 1px solid #bbb;
	
}


table.tabelle th {
	height: 10px;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	white-space: nowrap;
	color: #888;
	vertical-align: top; 
	border-right: 1px solid #bbb; 
	padding: 2px 6px 2px 6px;
	background-color: #eee;
	border-bottom: 1px solid #bbb;
}

table.tabelle th.on {
	background-color: #77d;
	background-image: url(../../../se_gfx/misc/header_bg_on.gif); 
}

table.tabelle th.desc {
	background: #abd5ff url(../../../se_gfx/misc/header_bg_desc.gif) no-repeat right center; 
}

table.tabelle th.asc {
	background: #abd5ff url(../../../se_gfx/misc/header_bg_asc.gif) no-repeat right center;
}

table.tabelle th[onclick] {
	cursor: pointer;
}




table.tabelle td {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;  
	border-right: 1px solid #e0e0e0;  
	vertical-align: top; 
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

table.tabelle.light td {
	border-bottom: 0px;  
	border-right: 1px solid #e0e0e2;  
}


table.tabelle td[onclick] {
	cursor: pointer;
}

table.tabelle tr[onclick] td {
	cursor: pointer;
}

table.tabelle tr.inaktiv td {
	color: #999;
}

table.tabelle td.primary {
	background-color: #eee; 
}

table.tabelle td.highlight {
	background-color: #ff3; 
}

table.tabelle td.bold {
	font-weight: bold; 
}

table.tabelle td.big {
	font-size: 17px; 
}


table.tabelle td.huge {
	font-size: 21px; 
}

table.tabelle td p {
	margin: 0em 0em 1em 0em;
	padding: 0px; 
}

table.tabelle td.monospace {
	font-family: monospace;
}

table.tabelle td.bline {
	border-bottom: 1px solid #999; 
}

table.tabelle td span.box {
	background-color: #ddd;
	padding: 1px 2px 1px 2px; 
	font-size: 10px;
}

table.tabelle tr.alternate td.primary {
	background-color: #dde; 
}

table.tabelle .bild {
	padding: 0px;
	width: 24px;
	padding: 1px 4px 0px 5px;
}

table.tabelle td.free {
	padding: 0px;
}

table.tabelle td.free td {
	text-align: inherit;
	border: inherit;  
	vertical-align: inherit; 
	padding: inherit;
	white-space: normal;

}

table.tabelle td.textwrap {
	white-space: normal;

}

table.tabelle td.tag {
	white-space: normal;
	width: 14.5%;
	height: 140px;

}

table.tabelle .bild img {
	width: 16px;
	height: 16px;
}

table.tabelle .eingabe {
	padding: 0px;
}

table.tabelle td.summary {
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: oblique;
	border-top: 2px solid #666;
}

table.tabelle td.summary_group {
	padding-top: 5px;
	padding-bottom: 10px;
	font-style: oblique;
	border-top: 2px solid #ccc;
}


table.tabelle .eingabe input[type="text"] {
	padding: 0px;
	font-size: 11px;
	text-align: left;
	margin: 0px;
}



table.tabelle .eingabe textarea {
	padding: 0px;
	margin: 0px;
	width: 99%;
	height: 40px;
	font-size: 11px;
	text-align: left;
}

table.tabelle .eingabe input[type="password"] {
	padding: 0px;
	font-size: 10px;
	text-align: left;
	margin: 0px;
}

table.tabelle tr.alternate {
	background-color: #edf3fe;
}

table.tabelle .description {
	font-size: 11px;
	font-style: oblique;
	color: #999;
	margin: 2px 5px 1px 0px;
}

table.tabelle .widget {
	
	margin-bottom: 0px;

}

table.tabelle td.notiz {
	text-align: left;
	font-weight: 100;
	font-size: 10px;
	font-style: oblique;
	color: #666;
	padding: 3px 6px 6px 6px;

}

table.tabelle td.headline {
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 30px !important;
	color: #666 !important;
}

/* Tabelle in Abschnitt */

fieldset div.tabelle {
	border: 1px solid #ccc;
}


/* Tabelle in detailsData */

table.tabelle.details {
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: transparent;
}

table.tabelle.details td {
	border: 0px; 
}

table.tabelle.details td.value {
	border: 0px; 
	white-space: normal;
	font-size: 12px;
}

table.tabelle.details td.eingabe  {
	vertical-align: middle;
	padding-bottom: 3px;
}


table.tabelle.details td.eingabe select {
	font-size: 11px;
}


table.tabelle.details td.eingabe input {
	font-size: 11px;
}

table.tabelle.details tr.headline td.key {
	padding-top: 7px;
}

table.tabelle.details tr.headline td.value {
	font-size: 16px;
	font-weight: bold;
}

table.tabelle.details tr.text td.value {
	font-size: 12px;
	line-height: 16px;
}

table.tabelle.details tr.absatz td.value {
	padding-bottom: 17px;
}


table.tabelle.details tr.bild td.key img {
	width: 32px;
	height: 32px;
}

table.tabelle.details tr.bild td.value {
	padding-top: 14px;
}


table.tabelle.details td.key {
	text-align: right;
	color: #aaa;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top; 
}







.rahmen {

	border: 1px solid #888;

}

.abstand {

	margin: 20px;

}


.absatzneu {
	background-image: url(/se_data/se_gfx/gui/verlauf_grau.jpg);
	background-repeat:repeat-x;
	background-color:#eee;
	border-bottom: 1px solid #aaa;
	
}


.karo {
	background-image: url('../../../se_gfx/misc/karo.gif');
}

.hinweis {

	margin: 10px;
	border: 1px dotted #ccc;
	font-size: 12px;
	text-align: center;
	padding: 15px;
	color: #999;

}

div.warning {

	margin: 5px;
	border: 1px solid #aa0;
	background-color: #ff0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 3px;

}



/* Controller über der Übersichtsliste */

.controller {
	
	margin: 0;
	background-color: #E0D7AC;
	/*background-image: url('../../../se_gfx/misc/brushedbg-2.png');*/
	border-bottom: 1px solid #666;
	min-height: 38px;
	font-weight: bolder;
}

.controller .left {
	margin: 8px 0 0 8px;
}

.controller .right {
	margin: 8px;
	margin-left: 0;
}


.controller select {
	margin: 2px 0px 0px 0px !important;
}

.controller input {
	margin: 2px 0px 0px 0px !important;
}


/* GUI */



.widget {
	
	margin-bottom: 10px;

}


.widget.plotkit {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}


.widget.plotkit .label {
	position: absolute;
	top: -10px;
	left: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 7px 1px 7px;
	z-index: 5;

}

fieldset.widget {

	border: 1px solid #AAA;

}

.widget legend {
	
	color: #888;
	font-weight: bold;
	font-size: 11px;

}

.widget.boxed {
	
	border: 1px solid #ccc;
	padding: 7px;
}



.linkWidget input {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/se_data/se_gfx/16/sync3.gif);
	
}




.freeform .widget.boxed {
	
	border: 0px;
	padding: 0px;
}


.freeform .widget {
	margin-bottom: 1px;
	margin-right: 4px;
	float: left;
}



.freeform .widget legend {
	font-weight: 100;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}


.widget input {
	font-family: Arial;
	font-size: 12px;
}


.widget input.input_alert {
	background-color: #faa;
	border-color: #f00;
}


.widget.big input {
	font-weight: bold;
	font-size: 18px;
}


.widget .label {
	
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 2px;

}

.widget .help {
	
	font-family: Arial;
	font-size: 11px;
	color: #273986;
	font-style: oblique;
	margin: 5px 10px 2px 20px;

}

.checkboxWidget ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.checkboxWidget li {
	list-style: none;
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

.checkboxWidget li.long {
	float: none;
	display: block;
	width: auto;
}

.checkboxWidget  li.divider {
	clear: both;
	display: block;
	float: none;
	padding: 10px 0px 2px 3px;
	margin: 0px 0px 5px 0px;
	color: #aaa;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	width: auto;
}

.gruppe .checkboxWidget  li.divider {
	background: #eee;
	border: none;
}


.checkboxWidget label {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	color: #222;
}

.checkboxWidget label[title] {
	cursor: help;
}


/* Buttons */
/*
button {
	
	cursor: pointer;
	width: 120px; 
	height: 15px;  
	text-align: left; 
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 4px 1px;
	margin-bottom: 8px;
	
	border: 2px outset #ddd;
}

button:hover {
	
 
	background-color: #ff4;

}

button:active {
	
 
	border: 2px inset #f3f3f3;

}

button span {	
	padding-left: 25px;
}
*/


/* Debug */

.debug {
	
	margin: 10px;
	border: 1px solid #f00;
	padding: 10px;
	white-space: wrap;
	font-family: Courier;
	font-size: 11px;


}


/*// BEZEL //////////////////////////////////////////////////////////////////*/

#bezel
{
	position: fixed;
	background: url('/se_data/global/gfx/gui/bezel.png');
	behavior: url('/se_data/global/js/behaviors/pngfix.htc');
	height: 150px;
	width: 200px;
	
	text-align: center;
	color: #FFF;
	z-index: 800;
	
	display: none;
}

#bezel *
{
	line-height: 150px; /* vertikal zentrieren */
}

* html #bezel
{
	position: absolute;
}

dl.legende {

	margin: 0px;
	padding: 0px;
	
}

dl.legende dt {

	display: block;
	font-size: 11px;
	width: 16px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	float: left;
	
}

dl.legende dd {

	display: block;
	margin: 0px 20px 0px 10px;
	font-size: 12px;
	color: #000;
	float: left;
	
	
}


		
/* Older Classes */


.se_theme_button { border: 1px solid Black; cursor:pointer; }


.se_text {font-size:12px; font-family: Arial; line-height: 15px;}
.se_helptext {font-size:11px; font-family: Arial; line-height: 14px; color: #555599;}
.se_alert {font-size:11px; font-family: Arial; line-height: 14px; color: #cc0000;}

.se_cell {border-bottom: 1px solid #e0e0e0;  border-right: 1px solid #e0e0e0;  
		vertical-align: top; font-family: Arial; font-size: 11px; 
		padding-left: 6px; padding-right: 6px; padding-bottom: 3px; padding-top: 3px;}
		
.se_cell2 {border-bottom: 1px solid #e0e0e0;  border-right: 1px solid #e0e0e0; 
		padding: 0px;
		vertical-align: top; font-family: Arial; font-size: 11px;}

.se_table_header {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}

.se_table_header_on {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg_on.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}
		
.se_table_header2 {vertical-align: top; font-family: Arial; font-size: 11px; color: #222222;
		border-right: 1px solid #bbbbbb; background-color: #e0e0e0;
		background: url(../../../se_gfx/misc/header_bg.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 0px; padding-top: 0px;}

.se_listview_header_dark {vertical-align: top; font-family: Arial; font-size: 11px; color: #555555;
		border-right: 1px solid #777777; background-color: #cccccc;
		background: url(../../../se_gfx/gui/listview_header_dark.gif); height: 17px; text-align: center;
		padding-left: 6px; padding-right: 6px; padding-bottom: 1px; padding-top: 2px;}
		
.se_big {font-size:23px; font-family: Arial; font-weight: bold; color: #666666;}
.se_headline {font-size:16px; font-family: Arial; font-weight: bold; color: #666666;}
.se_normal {font-size:12px; font-family: Arial;}
.se_middle {font-size:11px; font-family: Arial;}
.se_small {font-size:10px; font-family: Arial;}


.dmenu {font-size:9px;  font-family: Arial; cursor: pointer;}
h1:style {font-size:14px;  font-family: Arial;}
a:link { color: #145b96; text-decoration: underline; font-weight: bold;}
a:visited {color: #145b96; text-decoration: underline; font-weight: bold;}
a:hover {color: #ff0000; text-decoration: bold; font-weight: bold;}
A.blind:link {color: #000000; text-decoration: none; font-weight: 100;}
A.blind:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.blind:hover {color: #ff0000; text-decoration: none; font-weight: 100;}

A.se_blind:link {color: #000000; text-decoration: none; font-weight: 100; }
A.se_blind:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.se_blind:hover {color: #222222; text-decoration: underline; font-weight: 100;}

A.se_blindbold:link {color: #000000; text-decoration: none; font-weight: bold; }
A.se_blindbold:visited {color: #000000; text-decoration: none; font-weight: bold;}
A.se_blindbold:hover {color: #222222; text-decoration: underline; font-weight: bold;}

A.se_navig:link {color: #000000; text-decoration: none; font-weight: 100;}
A.se_navig:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.se_navig:hover {color: #ff0000; text-decoration: none; font-weight: 100;}

A.blind2:link {color: #000000; text-decoration: none; font-weight: 100;}
A.blind2:visited {color: #000000; text-decoration: none; font-weight: 100;}
A.blind2:hover {color: #ff0000; text-decoration: underline; font-weight: 100;}






/* ---  CSS Tricks --- */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* VorschauData */

.modulegroup {
border-bottom:1px solid #CCCCCC;
clear:left;
color:#999999;
font-family:Arial;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
padding-bottom:2px;
padding-left:10px;
padding-top:10px;
}

ul.vorschauData {
	margin: 0px;
	padding-left: 15px;
	padding-top: 15px;
}
.vorschauData li {
	position: relative;
	list-style-type: none;
	padding: 4px;
	width:90px;
	height: 120px;
	float: left;
	overflow: hidden;
	color: #aaa;
	border: 1px solid #000;
}

.vorschauData li:hover {
	color: #fff;
}

.vorschauData li img.starrater{
	position:absolute;
	top: 95px;
	left: 19px;
	background:#000;
	padding:2px;
	display:none;
}

.vorschauData li:hover img.starrater{
	display:block;
}

.vorschauData li.active {
	color: #fff;
	border:1px solid #666;
}


.vorschauData li .name{
	position:absolute;
	top: 110px;
	left: 0px;
	width: 95px;
	text-align: center;
	font-size: 11px;
}

.vorschauData li .name small{
	font-size: 9px;
}

.vorschauData li .icon img, .vorschauData li .icon{
	width: 90px;
	height: 90px;
}

 /* Spezial-Button NEU */ 

DIV.seButton_new {
	width: 78px;
	height: 18px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 5px;
	font-size:12px;
	color: #fff;
	background: url("/se_data/se_gfx/gui/button_new.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

DIV.seButton_new:active {
	color: #000;
	background: url("/se_data/se_gfx/gui/button_new_hover.png");
	background-repeat: no-repeat;
}

.seButton_go {
	display: block;
	border: none;
	width: 122px;
	height: 23px;
	text-align: center;
	padding-top: 3px;
	font-size:12px;
	color: #fff;
	background: #f00;
	background: url("/se_data/se_gfx/gui/button_go.png");
 	background-repeat: no-repeat;
	cursor: pointer;
}

.seButton_go:active {
	color: #000;
	padding-top: 3px;
	background: url("/se_data/se_gfx/gui/button_go_hover.png");
	background-repeat: no-repeat;
}

DIV.seButton_go2:active {
	color: #000;
	background: url("/se_data/se_gfx/gui/button_go2.png");
	background-repeat: no-repeat;
}


DIV.seButton_go2 {
	width: 22px;
	height: 18px;
	padding: 5px;
	color: #fff;
	background: #f00;
	background: url("/se_data/se_gfx/gui/button_go2_hover.png");
 	background-repeat: no-repeat;
	cursor: pointer;
}


DIV.seButton_del {
	width: 78px;
	height: 18px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 5px;
	font-size:12px;
	color: #fff;
	background: url("/se_data/se_gfx/gui/button_del.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

DIV.seButton_del:active {
	color: #000;
	background: url("/se_data/se_gfx/gui/button_del_hover.png");
	background-repeat: no-repeat;
}

DIV.seButton_close {
	position:absolute;
	top:-15px;
	left:-15px;
	width:30px;
	height:30px;
	background-image: url(/se_data/se_gfx/gui/button_close_h.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

DIV.seButton_close:hover {
	background-image: url(/se_data/se_gfx/gui/button_close.png);
}


/* SE TAGCLOUOD */



DIV.seTagCloudWidget.border {
	padding:20px;
	margin:30px;
	border: 1px dashed #999;
}

DIV.seTagCloudWidget.big {
	font-size:12px;
}

DIV.seTagCloudWidget.small {
	font-size:10px;
}



DIV.seTagCloud {
	display: inline;
	vertical-align: middle;
	float:left;
	padding:4px;
	line-height:22px;
}



DIV.seTagCloud a {
	display: block;
	text-decoration: none;
}

.big DIV.seTagCloud a {			height:14px; }
.small DIV.seTagCloud a {		height:12px; }
.black DIV.seTagCloud a {		color: #555; }
.white DIV.seTagCloud a {		color: #666; }


DIV.seTagCloud.size1 a {		font-size: 1.1em; }
DIV.seTagCloud.size2 a {		font-size: 1.2em; }
DIV.seTagCloud.size3 a {		font-size: 1.3em; }
DIV.seTagCloud.size4 a {		font-size: 1.4em; }
DIV.seTagCloud.size5 a {		font-size: 1.5em; }
DIV.seTagCloud.size6 a {		font-size: 1.6em; }
DIV.seTagCloud.size7 a {		font-size: 1.7em; }
DIV.seTagCloud.size8 a {		font-size: 1.8em; }
DIV.seTagCloud.size9 a {		font-size: 1.9em; }
DIV.seTagCloud.size10 a {		font-size: 2.0em; }

DIV.seTagCloud.highlight a { color: #f80 !important; }

.black DIV.seTagCloud.size5 a {		color: #666; }
.black DIV.seTagCloud.size6 a {		color: #777; }
.black DIV.seTagCloud.size7 a {		color: #888; }
.black DIV.seTagCloud.size8 a {		color: #999; }
.black DIV.seTagCloud.size9 a {		color: #aaa; }
.black DIV.seTagCloud.size10 a {	color: #bbb;	font-size: 2em;}
.black DIV.seTagCloud a:hover {		color: #fff; }

.white DIV.seTagCloud.size5 a {		color: #999;	font-size: 1.5em;}
.white DIV.seTagCloud.size6 a {		color: #888;	font-size: 1.6em;}
.white DIV.seTagCloud.size7 a {		color: #777;	font-size: 1.7em;}
.white DIV.seTagCloud.size8 a {		color: #666;	font-size: 1.8em;}
.white DIV.seTagCloud.size9 a {		color: #555;	font-size: 1.9em;}
.white DIV.seTagCloud.size10 a {	color: #444;	font-size: 2em;}
.white DIV.seTagCloud a:hover {		color: #000; }


/* Controller Travel-Betriebe */



.controller a.icon {
	display:block;
	float:left;
	height:24px;
	width:25px;
	margin-left:5px;
} 


.controller a.icon.home {
	background: url(/se_data/se_gfx/24/icon_home.png);
}
.controller a.icon.bild {
	background: url(/se_data/se_gfx/24/icon_bild.png);
}
.controller a.icon.freimeldung {
	background: url(/se_data/se_gfx/24/icon_freimeldung.png);
}
.controller a.icon.preise {
	background: url(/se_data/se_gfx/24/icon_preise.png);
}
.controller a.icon.info {
	background: url(/se_data/se_gfx/24/icon_info.png);
}
.controller a.icon.zimmer {
	background: url(/se_data/se_gfx/24/icon_zimmer.png);
}


.controller a.icon.aktiv {
	background-position: 0px -24px;

}

.controller a.icon:hover {
	background-position: 0px -24px;

}

.controller label.betriebsname {
	font-size:14px;
	font-weight:bold;
	color: #000;
}


.controller input.betriebsname {
	font-size:14px;
	font-weight:bold;
	width:300px;
	padding:2px;
	color: #333;
	background: #FFF;
	border: 1px solid #FFF;
}
