body{
    margin:0;
    padding:0;
    font: normal 62.5% 'Courier',serif;

    background-color:#fff;
    color : #000000;
}

.spacer {
    height : 1px;
    width : 100%;
    clear : both;
}

.inline{
    display: inline;
    float: left;
}

.center{
    text-align:center;
}

.text{
    font-size: 1.0em;
    /*margin-left: 1.5em;*/
    margin-top: 0.5em;
    text-align: justify;
    /*line-height: 1.8em;*/
}

.skiplink {display:none}

img,
img.noborder,
#roiform,
ul#menu_language,
#top_header,
#contentheader,
.floatimg_left,
.floatimg_right,
#newsbox,
#searchbar{
    display:none;
}

#container{
    width: 100%;
    margin: 0 auto;
    text-align:left;
    padding : 0;
}


#main{
    width:100%;
}

#footer,#footer_info{
    display:none;
}




/*### NAVIGATION ###*/
#navcontainer{
    width: 100%;
    margin: 0;
    height: 20px;
    border-top: 1px solid #aaa;
    font-family: "Lucida Sans Unicode", verdana, lucida, sans-serif;
    font-size: 7pt;
}

#navcontainer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
#navcontainer li,
#navcontainer ul#subnavlist li{
    display: inline;
    list-style:none;
}

#navcontainer ul#menu_main li a,
#navcontainer ul#subnavlist li a
{
    padding: 0.2em 0.1em;
}


#navcontainer ul#menu_main li a#current,
#navcontainer ul#subnavlist li a#subcurrent
{
    font-weight: normal;
    text-decoration: none;
}

/*Second and subsequent levels*/
#navcontainer ul ul{
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    height: 25px;
}


/**/



/*### CONTENT ###*/

#content{
  height : auto;

  /*margin: 20px 30px 10px 10px;*/
}


h1{ font-size: 2em; }
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }
h5{ font-size: 1.2em; }


#content .text ul{
	margin:0 0 0.2em 0;
	padding:0 0 0 1em;
}

#content .text li{
	margin:0;
	padding:1px 0;
	list-style-type: square;

}


#content hr{
    border:0;
    color: #ffffff; /*IE*/
    border-bottom: 1px dashed #888888;
    margin: 0;
}

/*a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-size:80%;
}*/




/*### FORM ###*/

#content .edit{
    padding-left: 20px;
}

.edit fieldset {
    border-color: #aa0000;
    margin-right:40px;
}



.edit legend{
	color: #666;
	font-size: 1.5em;
	margin-left:40px;
}

.edit label{
	display: block;
	margin: 1em 0 0.5em 1em;
	color: #555;
}

.edit label.inline{
	margin: 0.3em 0.5em 0 1em;
}

.edit select{
	width: 300px;
	background-color: white;
	border: 1px solid black;
	color: #222222;
}

.edit textarea
{
	border: 1px solid #990000;
	/*width: 400px;
	height: 250px;*/
	border: 1px solid #990000;
}


.edit input{
    border: 1px solid #999;
    margin: 0 0 1em 1em;
    padding: 0;
}

.edit input.send{
	display: block;

}

.edit .radio{
    display:inline;
    width:auto;
    margin-right: 1em;
    margin-bottom: 0;
}

#content input.send {
		margin-top: 10px;
		padding: 1px 3px;
		width: 100px;
		border-width: 1px;
		border-style: solid;
		border-top-color: #eeeeee;
		border-left-color: #eeeeee;
		border-bottom-color: #555;
		border-right-color: #555;
		background-color: #ddd;
		color: #000;
}

#content input.send:hover{
	background-color: #fff;
	color:#990000;
}


/*### LIST / TABLE ###*/

.list{
	border:0;
	border-collapse: collapse;
	width: 100%;
}

.list th{
	background-color: #000000;
	color: #cccccc;
}

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

.list tr.row1{
	background-color: #eaeaea;
}

.list td, th{
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.list tr.row1:hover, .list tr.row0:hover{
	background-color: #fafafa;
}

.list td{
	white-space: pre-wrap;
}

.list a{
	font-weight: bold;
}

.list .imgview{
    color: #999999;
    font-style: italic;
    vertical-align:bottom;
    text-align:center;
}

.imgview img{
    border:0;
}


/* text color/style for apromace modul names */
.AL1  {
  font-weight:bold; font-style:italic;
}

.AL2  {
  font-weight:bold; font-style:italic;
}
