/* Basic layout */
body 		
{ 
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}

/* Fonts */
body, table, td, select, textarea, input  { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

a { 
	color: #003399; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}



/* Tabs */

.tab-s, .tab-u, .tab-g, .tab-r {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

.tab-s {
	color: #0066CC;
}

.tab-u {
	color: #FFFFFF;
}

.tab-g {
	color: #666666;
}

.tab-r {
	color: #CC0000;
}

.tab-n {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tab-n:hover {
	text-decoration: underline;
}


/* Error message & help */

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.errormessage td {
	line-height: 18px;
}

img.errormessage {
	margin-left: -24px;
}

div#helpLayer {
	background-color: #FFFFE1;
	border-top: 1px dashed #CFCFCF;
	padding: 8px 8px 8px 28px;
}

img#helpIcon {
	margin-left: -20px;
}
/* Form elements */

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

div.box {
	height:100px; 
	width:275px; 
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;

	overflow: auto; 
	overflow-x: hidden;
	overflow-y: scroll;

	margin-top: 1px;
	margin-bottom: 1px;
}

textarea.box {
	margin-top: -1px;
	height:100px;
	width:275px;
}

div.boxrow {
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 1px #DDDDDD solid;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.boxrow img {
	vertical-align: middle;
}

div.boxrow input {
	vertical-align: middle;
}



/* Custom */

.phpAdsNew { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-style: italic; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.nav { 
	color: #003399; 
}

.install { 
	line-height: 18px;
	color: #000066; 
}

td.cellenabled {
	color: #000000;
}

td.celldisabled {
	color: #888888;
}



.boldred_small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #ff0000;
}
.gr{filter:Alpha(Opacity="40",FinishOpacity="20",Style="3")}
.gr0{filter:Alpha(Opacity="0",FinishOpacity="0",Style="3")}
.submit { 
font-family: arial 
FONT: bold 12px/12px arial;
color:#001850 ;  border-color:#001850; border-style: solid;
background-color:#f5f5f5;
}

.textbox { background: transparent; background-color: White; border: 1px solid #cc3300; 
color: #000000; font-size: x-small; text-align: left
}

.aktionsflaechebg		{ background-color: #f5f5f5; }
.tabellenrahmen	  		{ background-color: #cccccc; }
.aktionsflaechenkopf	{ background-color: #cccccc; font-size: 12px; color: #000000; font-weight: 600;}
.aktionsflaechenkopfred	{ background-color: #FF0000; FONT: 15px/17px arial, helvetica, san-serif;color: #ffffff; font-weight: 600;}
.aktionsflaechebg		{ background-color: #f5f5f5; }
.tabellenrahmen_red  	{ background-color: #A3002D; }
.tabellenrahmen_blue  	{ background-color: #cccccc; }
.weiss  	{ background-color: #ffffff; }
.aktionsflaechenkopf1	{ background-color: #0033CC; font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;

}

.h1133 {
	FONT: 11px/12px arial, helvetica, san-serif; COLOR: #001850
}
.h1133b {
	FONT: bold 12px/12px arial, helvetica, san-serif; COLOR: #001850
}
.p11 {
	FONT: 15px/15px "times new roman", times, serif; COLOR: #CCCCCC
}
.t13 {
	FONT: bold 15px/15px arial, helvetica, san-serif; COLOR: #000000
}
.t9 {
	FONT: normal 13px/15px tahoma, arial, helvetica, san-serif; COLOR: #000000
}
.t8 {
	FONT: 11px/12px tahoma, arial, helvetica, san-serif; COLOR: #606060
}
.t8a {
	FONT: 11px/12px tahoma, arial, helvetica, san-serif; COLOR: #000000
}
.t8b {
	FONT: bold 11px/10px tahoma, arial, helvetica, san-serif; COLOR: #000000
}
.a8 {
	FONT: 11px/11px arial, helvetica, san-serif; COLOR: #606060
}
.a8b {
	FONT: bold 11px/11px arial, helvetica, san-serif; COLOR: #606060
}
.t7 {
	FONT: 10px/10px tahoma, arial, helvetica, san-serif; COLOR: #000000
}
.t7b {
	FONT: bold 10px/10px tahoma, arial, helvetica, san-serif; COLOR: #000000
}
.text1 {
	font-family : Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-style : normal; color: #000000;
}
.text {
	font-family : Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-style : normal; color: #000000; TEXT-DECORATION:none;
}
.text:hover {
	COLOR: #000000; TEXT-DECORATION:underline; 
}
h15b66 {
	FONT: bold 18px/19px tahoma, helvetica, san-serif; COLOR: #001850; 
}
.darkgrey_pattern {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}
.p8 {
	FONT: 11px/13px arial, helvetica, san-serif; COLOR: #404040; TEXT-DECORATION:none;
}

.p8:hover{
COLOR: #404040; TEXT-DECORATION:underline; 

}
.p10 {
	FONT: 13px/15px arial, helvetica, san-serif; COLOR: #808080; LETTER-SPACING: -1px
}




/* Überschriften */

h1                   {font-size:16px; margin:0; padding:0; font-weight:bold; color:#0033CC;line-height:150%;}
h2                   {font-size:13px; margin:0; padding:0; color:#000000;}
h3                   {font-size:12px; margin:0; padding:0; font-weight:bold; color:#000000;}
h4                   {font-size:11px; margin:0; padding:0; font-weight:bold; color:#000000;}
h5                   {font-size:9px;  margin:0; padding:0; font-weight:bold; color:#000000;}
h6                   {font-size:7px;  margin:0; padding:0; font-weight:bold; color:#000000;}
