body{
	margin: 0px;
	background-color: white;
}

.copy{
	background-color: #E1E1E1;
	font-family: arial;
	font-size: 7pt;
}

.bgleft{
	background-image: url(/img/line-left.png);
	background-repeat: repeat-y;
}

.bgright{
	background-image: url(/img/line-right.png);
	background-repeat: repeat-y;	
}

.qmnenu{
	background-image: url(/img/green.png);
}

.line{
	background-image: url(/img/line.png);
}

.szag{
	font-family: arial;
	font-size: 10pt;
	background-image: url(/img/zag-bg.png);
}

/* =================== Bold fonts =============== */
.date, .akzent, .akzentyellow, .akzentblue, .boldred, .error, .boldbrown {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

.date{
	color: #318B57;
}

.akzent{
	color: #318B57;
}

.akzentyellow{
	color: #FFD516;
}

.akzentblue{
	color: #41A2C7;
}

.boldred {
	color: #C41C21;
}

.error{
	color: #EE9133;
}

.boldbrown {
	color: #515151;
}
/* ================ End Bold fonts ============== */

.red {
	font-family : Arial;
	font-size : 9pt;
	color: #C41C21;
}

.small
{
	font-family : Arial;
	font-size : 8pt;
}

.smallakzent
{
	font-family : Arial;
	font-size : 8pt;
	font-weight: bold;
	color: #318B57;
}

.smallred {
	font-family : Arial;
	font-size : 8pt;
	color: #C41C21;
	font-weight: bold;
}


a.more{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #EE9133;
}

a{
	font-family: arial;
	font-size: 9pt;
	color: Black;
}

a:hover{
	color: #318B57;
}

a.menu:hover{
	color: #318B57;
}


p{
	font-family : Arial;
	font-size : 9pt;
/*	text-align: justify;*/
	line-height: 12pt;
}

.nt{
	font-family : Arial;
	font-size : 9pt;
/*	text-align: justify;*/
}


.current{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a.menu{
	font-family: arial;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
	padding: 0px;
}

.opened{
	font-family: arial;
	font-size: 9pt;
	color: #338B58;
	font-weight: bold;
}

hr{
	color: #979797;
}

img.news{
	float: left;
	margin-right: 13px;
}


li{
	font-family: arial;
	font-size: 9pt;
	line-height: 11pt;
	list-style-image: url(/img/q.png);
	padding: 0px;
	margin: 0px;
}

li.error {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #EE9133;
	list-style-image : none;
}

.menu{
	padding: 10px;
}

.select{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 9pt;
/*	width: 95%;*/
}

.qtySelect{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 9pt;
	width: 45px;
}


.smselect{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 9pt;
	width: 40px;
}

.input{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 8pt;
}

.inputtext{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 8pt;
}

.input100{
	background-color: #F0F0F0;
	font-family: arial;
	font-size: 8pt;
	width: 95%;
}

sup{
	font-family: arial;
	font-size: 7pt;
}
.thead{
	background-color: #DDDDDD;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	/*color: #29804C;*/
}

.datatable{
	background-color: #CDCDCD;
}

.tddatatable1{
	background-color: White;
	font-family: arial;
	font-size: 9pt;
}

.notezag{
	color: #338B58;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

.note{
	border: 1px dotted #CDCDCD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	background-color: #F4F4F4;
	font-style: italic;
	margin-top : 5px;
}

.paneyellow, .panegrey {
	border: 1px solid #CDCDCD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	
}

.paneyellow {
	background-color: #FFFBE9;
}

.panegrey {
	background-color: #F6F6F6;
}

.separator{
	background-image: url(/img/separator.png);
	background-repeat: repeat-x;
}

