/* main.css >> skin: nukedit_DE 	*/
/* version: 1.0		14.06.2005 	*/

/* Wichtige Farben:
schwarz = #000000
weiss 	= #FFFFFF
gelb 	= #FFFF00
rot 	= #FF0000
grün 	= #00FF00
blau 	= #0000FF
h'grau 	= #C0C0C0
d'grau	= #808080

orange	= #FFCC00
*/

/***************** HTML-Tags ******************************************/
html, body, div, span, p, h1, h2, h3, h4, h5, h6, li, ul, ol, 
table, td, form, a, img, input, select, textarea {
   padding: 0;
   font-family: Tahoma;	/* Verdana, Geneva, Arial, Helvetica, sans-serif; */
   font-size: 12px;
}
/* Hintergrundfarbe im Editor: */
/* >> die Hintergrundfarbe für die eigentliche Seite als Stylesheet in skin.asp einbinden! */
body {
	/* background-color: #FFFFFF; */
}

 /* EDITOR => diese Styles können mit dem Editor zugewiesen werden. */
 /* --------------------------------------------------------------- */
h1 {
	color: #000000;
	font-size:20px;
	font-weight:bold; 
	margin: 10px 10px 10px 0px;
}

h2 {
	color: #000000;
	font-size:16px;
	font-weight:bold; 
	margin: 10px 10px 10px 0px;
}

h3 {
	color: #000000;
	font-size:16px;
	font-style:italic; 
	margin: 10px 10px 10px 0px;
}

h4 {
	color: #000000;
	font-size:14px;
	font-weight:bold; 
	margin: 10px 10px 10px 0px;
}
	
h5 {
	color: #000000;
	font-size:14px;
	font-style:italic; 
	margin: 10px 10px 10px 0px;
}

h6 {
	color: #000000;
	font-size:12px;
	font-weight:bold; 
	margin: 10px 10px 10px 0px;
}

ADDRESS {
	font-family:Courier,'Courier New',monospace;
	color: #000000;
	/* font-siez:12px; */
}

PRE {
	font-family:Verdana,Arial,Helvetia,sans-serif;
	color: #000000;
	/* font-size:12px; */
}

 /* /EDITOR ------------------------------------------------*/


p {
  margin: 2px 5px 2px 5px;
}

hr {
  margin: 5px 10px 5px 10px;
}

ul {
  margin: 1px 10px 1px 20px;
}

ol {
  margin: 1px 10px 1px 25px;
}

table {
  margin: 0px 0px 0px 0px;
}


input.radio {
	background: #FFFFFF; 
	color:#000000;
}
input,select {
	color:black;
	font-size:11px;
}
textarea {
	color:black;
	font-size:11px;
}
img {border-style:none;}


/***************** Klassen ********************************************/

/*--- LAYOUT ---*/
.lay_html {
	COLOR: #000000;  		/* #CCCCFF; */
	BACKGROUND-COLOR: #FFFFFF;	/* weiss */
}

.lay_bg {
	COLOR: #000000;  		/* #CCCCFF; */
	BACKGROUND-COLOR: #000000;	/* schwarz */
}
.lay_menu {
	COLOR: #000000;  		/* #CCCCFF; */
	BACKGROUND-COLOR: #FFCC00;	/* orange */
}
.lay_data {
	COLOR: #000000;  		/* #CCCCFF; */
	BACKGROUND-COLOR: #FFFFFF;	/* weiss */
}
/*--- /LAYOUT ---*/

/*--- MENU und NAVI ---*/
.footer  {
	FONT-SIZE : 10px;
	COLOR : #808080;
	TEXT-DECORATION : none;
}

.footer_black  {
	FONT-SIZE : 10px;
	COLOR : #000000;
	TEXT-DECORATION : none;
}

.untermenu {
	FONT-SIZE : 10px;
	COLOR : #000000;
	FONT-FAMILY : Verdana,Arial,Helvetia,sans-serif;
	TEXT-DECORATION : none;
}
/*--- /MENU und NAVI ---*/


.smaller {
	font-size:10px;
}



  .k {color:black;font-family:Verdana,Arial,Helvetia,sans-serif;
	font-size:10px;}
  .n {color:black;font-family:Verdana,Arial,Helvetia,sans-serif;
	font-size:12px;}

  .left {text-align:left;}
  .right {text-align:right;}
  .center {text-align:center;}
  .b {font-weight:bold;}
  .i {font-style:italic;}
  .u {text-decoration:underline;}
  .code {font-family:Courier,'Courier New',monospace;
	color:black;}


/***************** Individualformate **********************************/
	/* Rahmen:	border:1px solid #FF9900; */
	/* td#idxyz {style für td's mit id=idxyz} */
/* ID's: --------------- */
/* htmlbody */

#htmlbody {
	position:absolute;
	padding:0px;
	top:10px;
	bottom: 10px;
	left:10px;
	border:0px solid #00FF00; 
	BACKGROUND-COLOR: #FFFFFF;  /* #333300; /* #000000; */
}

td.idhtmlarea {background-color: #FFFFCC;}

td#idhtmlarea {
  border-width:1px;
  border-style:dashed;	/* solid;	*/
  border-color:grey;
}

/***************** Pseudoformate **************************************/
/* >> Reihenfolge a:link, a:visited, a:hover, a:active nicht ändern! */

A:link  {
	color:#0000FF;
	text-decoration:underline;
}

A:visited  {
	color:#0000FF;
	text-decoration:underline;
}

A:hover  {
	color:#0000FF;
	text-decoration:underline;
}

A:active  {
	COLOR :#0000FF;
	text-decoration:underline;
	font-weight:bold; 
}

/* nicht eingefärbte und nicht unterstrichene links */
A.normal:link  {
	COLOR :#000000;
	text-decoration: none;
}

A.normal:visited  {
	COLOR :#000000;
	text-decoration: none;
}

A.normal:hover  {
	COLOR :#000000;
	text-decoration:underline;
}

A.normal:active  {
	COLOR :#000000;
	text-decoration:underline;
	font-weight:bold; 
}


A.smaller:link  {
	COLOR :#000000;
	font-size:10px;
	text-decoration: none;
}

A.smaller:visited  {
	COLOR :#000000;
	font-size:10px;
	text-decoration: none;
}

A.smaller:hover  {
	COLOR :#000000;
	font-size:10px;
	text-decoration:underline;
}

A.smaller:active  {
	COLOR :#000000;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold; 
}


/***************** Used for stuff when printing ***********************/
@media screen {
	.hideprint
	{			
	}
	.onlyprint
	{			
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
}

@media print {
	.hideprint
	{	
		position:absolute;
		left:-1000;
		top:-1000;
		visibility:hidden;
	}
	.onlyprint
	{			
	}
}


/***************** Used for general Links in the Site *****************/
A.imagelink:visited IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:link IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:hover IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

A.imagelink:active IMG  {
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/********************************************************/

.contenthandler
{
	padding-left: 20px;
	/* overflow: hidden; */
	padding-top: 8px;
}


.content
{
	font-size: 12px;
	color: #444455;
	font-family: Tahoma;
}

.lefted {
	position:absolute;
}

/**************************SITE ADMIN STYLE ***************************/

TD.normal  {
	FONT-SIZE : 12px;
	COLOR : #000000;
	FONT-FAMILY : Verdana,Arial,Helvetia,sans-serif;
}

TD.tablemainheader
{
    BORDER-RIGHT: #6782a6 thin ridge;
    BORDER-TOP: #6782a6 thin ridge;
    FONT-SIZE: 12px;
    BORDER-LEFT: #6782a6 thin ridge;
    COLOR: black;
    BORDER-BOTTOM: #6782a6 thin ridge;
	FONT-FAMILY : Verdana,Arial,Helvetia,sans-serif;
    BACKGROUND-COLOR: transparent
}
TD.tableheader  {
	FONT-SIZE : 12px;
	COLOR : white;
	FONT-FAMILY : Verdana,Arial,Helvetia,sans-serif;
	BACKGROUND-COLOR : #6699cc;
}

.tabledata2  {
	FONT-SIZE : 12px;
	COLOR : black;
	FONT-FAMILY : Verdana,Arial,Helvetia,sans-serif;
	BACKGROUND-COLOR : #e9ecf9;
}


INPUT.smallbutton
{
	font-size: 10px;
}

TEXTAREA.textfield
{
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


TEXTAREA.editable /* source code edit box */
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent; 
	border-bottom-style: none;
}

Table.main  {
	MARGIN : 1em auto;
}


/***************** END   **********************************************/

