/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body { color:#404040; background-color:#092A5E;}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {color:#f60;}

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#009AFF; color:#FFF;}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #footer, #footer a {color:#ccccccc;}
    #footer a:hover {color:#666;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {}

#cols3 .col h3 {background-color:#B176F9; color:#fff;}
#cols3 .col h3 a {color:#fff;}
#cols3 .col h3 a:hover {color:#fff;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#0261c2;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {}
#cols2 #col-left .article {color:#f60;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#E6F8FE;}
#cols2 #col-right h4 span {background-color:#E6F8FE;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#0261C2}

.styled-select {
   width: 250px;
   
   overflow: hidden;
   background: #fff;
   border: 1px solid #cccccc;
   font:normal 12px  Arial, Helvetica, sans-serif; color:#333;
}
.styled-s {
font:normal 11px  Arial, Helvetica, sans-serif; color:#333;}

.tabs {
  position: relative;
  min-height: 150px; 
  clear: both;
  margin: 12px 0;
  
  
}
.tab {
  float: left;
  
}
.tab label {
  background: #f5f5f5;  url(http://aerot.de/bg2.png) fixed top left repeat-x;

  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
  left: 1px;
  

cursor: pointer;
}
.tab [type=radio] {
  display: none;
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  
}
.input {
-moz-border-radius:5px;  -webkit-border-radius:5px; border: 1px solid #ccc; background-color:#fff; color: #333; font-size:200%; width: 327px;
						height: 50px;" }
.sel {
-moz-border-radius:5px;  -webkit-border-radius:5px; border: 1px solid #999; background-color:#999; color: #fff; font-size:80%; width:70px; font-weight: bold;
						height:20px;" }

.sub {
-moz-border-radius:5px;  -webkit-border-radius:5px; border: 1px solid #f5f5f5; background-color:#ff6600; color: #fff; font-size:200%; width: 327px;
						height: 50px;" cursor: pointer; }



/* ----------------------------------------------------------------------------------------------------------
6) FORMA
---------------------------------------------------------------------------------------------------------- */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	overflow: hidden;
}

.ac_over {
	background-color: #f5f5f5;
	color: #333;
}

.qnt {
  position:absolute;
  top:2px;
  right:10px;
}