/* HTML-Editor */
div.div_htmleditor {
	border:solid 1px #D1D3DD;
	padding:5px 5px 5px 5px;
	
	
}
div.div_htmleditor, div.div_htmleditor  * 
{
	/*font-size:10pt;
	font-family: Arial; */
}

div.div_htmleditor p, div.div_htmleditor ul, div.div_htmleditor ol, div.div_htmleditor div, div.div_htmleditor table, div#formDesign p, div#formDesign ul, div#formDesign ol, div#formDesign div, div#formDesign table, table#aspTableTableContents p, table#aspTableTableContents ul, table#aspTableTableContents ol, table#aspTableTableContents div, table#aspTableTableContents table  {
	margin-top:0px;		
	margin-bottom:0px;
	
}
div.div_htmleditor ul, div#formDesign ul, table#aspTableTableContents ul
{
	margin-left:20px;
}
div.div_htmleditor ol, div#formDesign ol, table#aspTableTableContents ol
{
	margin-left:30px;
}

div.div_htmleditor li, div#formDesign li, table#aspTableTableContents li
{
	margin:0px;		
	
} 

/** Elemente im Editor **/
div.sl_cell div
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;	
	margin-top:0px;margin-bottom:0px;
	margin-left:0px; margin-right:0px;
	font-family:Arial;
	border:0px solid gray;
}
div.sl_cell p
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;	
	margin-top:0px;margin-bottom:0px;
	margin-left:0px; margin-right:0px;
	font-family:Arial;
}
div.sl_cell ul
{
	margin-top:2px;
	margin-left:22px;
	font-family:Arial;
}
div.sl_cell ol
{
	margin-top:2px;	
	margin-left:35px;
	font-family:Arial;
}
div.sl_cell ol li, div.sl_cell ul li
{
	font-family:Arial;
}
divl.sl_cell table
{
	font-family:Arial;
}
divl.sl_cell td
{
	font-family:Arial;
}
divl.sl_cell th
{
	font-family:Arial;
}
divl.sl_cell tr
{
	font-family:Arial;
}
divl.sl_cell tbody
{
	font-family:Arial;
}
divl.sl_cell colgroup
{
	
}
divl.sl_cell col
{
	
}
/*Tabellenfarben*************/

.tablecolor_bg
{
background-color: #FFFFEF;
}

/*pastell_turkies*/
.tablecolor1
{
background-color: #C7DED0;
border: solid 2px #FFFFFF;
padding:4px 4px 4px 4px;

}
/*pastell-orange*/
.tablecolor2
{
background-color: #FFCC66;
border: solid 2px #FFFFFF;
padding:4px 4px 4px 4px;

}
/*pastell-gruen*/
.tablecolor3
{
background-color: #DBDB4D;
border: solid 2px #FFFFFF;
padding:4px 4px 4px 4px;

}

/** Links **/
a, a:visited
{
	color:#173C5B;
	font-weight:normal;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	width:70%;
	color: #003300;
}
text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	width:70%;
	color: #003300;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	font-weight: normal;
	width:70%;
	color: #003300;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #003300;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	font-weight: normal;
	color: #003300;
}