/**
* Design Bluedussi2 
* @version 1.0
* @package Bluedussi2
* @copyright (C) 2005 by Andreas Duswald - All rights reserved!
* @license http://www.duswald.de
*/

BODY { 
       SCROLLBAR-BASE-COLOR: #1E77D3; 
       SCROLLBAR-ARROW-COLOR: #FFFFFF; 
       background-color : #1E77D3;
       FONT-FAMILY: Arial, Helvetica, sans-serif;
	   font-size: 13px;
     }
     
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 COLOR: #000000;
 BACKGROUND-COLOR: #efefef;
}

input.text {
 	color :#1E77D3;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
 	text-indent : 2px;
 	BACKGROUND-COLOR: #efefef;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: Arial, Helvetica, sans-serif;
 COLOR: #000000;
 BACKGROUND-COLOR: #efefef;
}

/* Allgemeine Definition der Links */
A {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color : #000000;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9b615;
	text-decoration: none;
}

A.NormalTxt:link, A.NormalTxt:visited {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-decoration:none; 
	color: #003366}
	
A.NormalTxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

 .TitleTxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; font-variant: normal; color: #003366}
 .ErrorTxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #FF0000}
 .CreditTxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #003366}

/* standard form style table */
table.adminform {
	/*background-color: #FCF1DA;*/
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
}

table.adminform tr.row0 {
	background-color: #f5f5f5;
}

table.adminform tr.row1 {
	background-color: #eeeeee;
}

table.adminform th {
	background-color: #999999;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: dashed 1px #CCCCCC;
	text-align: left;
	height: 25px;
	background: url(../images/03_content_backgr.png);
	background-repeat: repeat;
}

table.adminform td {
	/*background-color: #ffffff;*/
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
}

table.adminform td.editor {
	/*background-color: #d6d3ce;*/
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
}

form {
	margin: 0px 0px 0px 0px;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	width: 30%;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #ffffff;
}

.offtab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
    background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	width: 30%;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	//border-bottom: solid 1px #777777;
}

.tabheading {
	background-color: #ffae00;
	/*border-left: solid 1px #777777;*/
	/*border-right: solid 1px #777777;*/
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-size: 12px;
}

.menubackgr {
	background-image: url(../images/03_content_backgr.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.menudottedline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.adminheader {
	color : #ff6600;
	font-size : 24px;
	font-weight: normal;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #ff6600;
	text-align: center;
}