/*
 * artman.css: Styles used by the artman files.
*/

BODY, iframe {
scrollbar-base-color:#000000;
scrollbar-track-color:#eeeeee;
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color:#cccccc;
scrollbar-3dlight-color:#eeeeee;
scrollbar-shadow-color:#999999;
scrollbar-darkshadow-color:#ffffff;
scrollbar-arrow-color:#333333;
}

a:visited
{
	color: #0000CC;
	text-decoration: none
}

a:hover
{
	color: red;
	text-decoration: none
}

a:link 
{
	color: #0000CC;
	text-decoration: none
}

.version
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	vertical-align: bottom;
} 

.txt7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.txt7r
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}

.txt7c
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
}

.txt9
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.txt10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.txt10w
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.txt11
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.txt11bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.txt12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.inp 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	text-align: center;
	width: auto;
	height: auto;
	border-top-style: outset;
	border-left-style: outset;
}

.inp1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	border-top-style: outset;
	border-left-style: outset;
}

.inp2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: threedface;
	text-align: center;
	width: auto;
	height: auto;
	border-top-style: outset;
	border-left-style: outset;
}

.inp3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
}

.inp3c
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	text-align: center;
	width: auto;
	height: auto;
}

.inp_rm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FF9999;
	text-align: center;
	width: auto;
	height: auto;
}

.CurrentDate
{
	color:#FFFFFF;
	background-color: #DDDDDD;
	border-width:1px;
	border:solid thin #000000;
	font-weight: bold;
}

/************ Styles von/für FCKeditor !!!nicht ändern!!!**************/

a{
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

.Bold{
	font-weight: bold;
}

.Title{
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.Code{
	border: #8b4513 1px solid;
	background-color: #ff9933;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	font-family: 'Courier New' , Monospace;
}


/***** ab hier eigene Definitionen *****/
.hr_red{
	color: #ff0000;
	noshade: noshade;
	height: 1px;
}
.hr_blue{
	color: #0000ff;
	noshade: noshade;
	height: 1px;
}
.hr_grey{
	color: #999999;
	noshade: noshade;
	height: 1px;
}

.kasten{
	background-color: #FFFFCC;
	border-color: #999999;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}
.rahmen{
	border-color: #999999;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}
.codebox{
	background-color: #EEEEEE;
	padding: 8px;
	padding-left: 10px;
	margin: 5px;
	border-left-color: B4C6E0;
	border-left-width: 5px;
	border-left-style: solid;
	font-family: 'Courier New' , Monospace;
}
.infokasten_links {
    float: left;
    background: #9494bc;
    color: ffffff;
    width: 210px;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    border-width: 10px 1px 1px 1px;
    border-color: #666666;
    border-style: solid; 
}


/*  Flaechen --------------------------------------------
*/
.flaeche0 {
   PADDING: 3px 0.75em 3px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #369; //#7591ac;
   COLOR: #FFFFFF;
}
.flaeche {
   PADDING: 3px 5px 3px 5px; 
   MARGIN: 0;
   BACKGROUND-COLOR: #7591ac;
   COLOR: #FFFFFF;
}
.flaeche_grau {
   PADDING: 8px 0.75em 8px 0.75em; 
   MARGIN: 0;
   BACKGROUND-COLOR: #F5F5F5;
}

.rahmen {
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px solid #999999;
}
.rahmen_dotted {
   PADDING: 8px 0.75em 8px 0.75em;
   MARGIN: 0;
   BORDER: 1px dotted #999999;
}

