/**
 * CSS 307_ZMS
 *
 * @client  307_ZMS Zeitmass Roberto Sabolovic
 * @package 307_ZMS
 * @author  Martin Platzgummer
 * @copyright (c)2005 Martin Platzgummer
 * @licence view copyright.txt
 * @version 1.0
 *
 * Project start: 2005-01-05
 * Project members: publick: platzgummer, moser; zeitmass: sabolovic
 */

/* TAGS */

body {
	margin: 12px;
	background-color : #fff;
    color: #387694;
}

a, body, form, input, pre, table, textarea, ul, li, select, option {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #387694;
}

a:hover {
	color: #cf17c9;
}

a:active {
	color: #387694;
}

h1 {
   	color: #cf17c9;
    margin: 0 0 15px 0;
    font-size: 12px;
}

h2 {

}

img {
	border:0px;
}


td {
	vertical-align : top;
}

th {
	text-align: left;
}


/* CLASSES */
.active {
  	color: #cf17c9;
    font-weight: bold;
}

.images {
    position: absolute;
    left: 437px;
    top: 348px;
}

.tabnav {
    padding: 0;
    margin: 0;
}

.tabnav li
	{
		margin-top: 6px;
		padding: 0;
  		list-style-type: none;

  	}

.tabnav a:link, .tabnav a:visited
	{
        font-weight: bold;
		text-decoration: none;
		color: #387694;
	}

.tabnav a:link.active, .tabnav a:visited.active
	{
		color: #cf17c9;
	}

.tabnav a:hover
	{
        text-decoration: underline;
	}
.thumb {
   padding: 12px;

}

.thumbActive {
   border: 1px solid #cf17c9;
   margin-top: 24px;
}

.thumbInActive {
   border: 1px solid #fff;
   margin-top: 24px;
}


/* IDīs */

#col1 {
    position: absolute;
    left: 27px;
    top: 157px;
    width: 133px;
}

#col2 {
   	position: absolute;
    left: 184px;
    top: 157px;
    border-left: 1px dotted #387694;
    border-right: 1px dotted #387694;
    width: 200px;
     height:60%; /**/
    padding: 0 24px 0 24px;
}

#col3 {
    position: absolute;
    left: 437px;
    top: 157px;

    width: 300px;
    /* height:60%; */
    padding: 0 24px 0 24px;
}



#logo {
 	position: absolute;
    left: 280px;
    top: 22px;
}

#menu {
 	position: absolute;
    left: 27px;
    top: 56px;
}