/******* Body, and fonts ******/
body	{
	font-family: Verdana, sans-serif;
	background-color: white;
}
.colored12{
	font-size : 12px;
color: #FF8C00;
}
.black12 {
       font-size : 12px;
       color: #383838;
 }
.white12 {
        font-size : 12px;
color : #F5F5F5;
}
.colored11{
	font-size : 11px;
color: #FF8C00;
}
.black11 {
	font-size : 11px;
        color: #383838;
 }
.white11 {
        font-size : 11px;
	color : #F5F5F5;
}


/*****************************/


/******* Tables *************/

table {
	font-family: Verdana, sans-serif;
}

td {
	font-size:16px;
	background-color: white;
	border-color: #779bf1; /*C30027;*/
	border-style: solid;
}

.white {
	font-size:16px;
	background-color: #FFFFFF;
	border-color: #779bf1; /*#C30027;*/
	border-style: solid;
}

th {
	font-size: 16px;
	color: #C30027;
	font-weight: bold;
	background-color: white;
	border-color: #779bf1; /*#C30027;*/
	border-style: solid;
	padding: 3px;
}

/*****************************/


/******* Messages *************/

.error{
	font-size: 12px;
	color: #FF4500;
	border-bottom: 1px solid #FF4500;
}

.msg{
	font-size: 12px;
	color:  #383838;
	border-bottom: 1px solid  #383838;
}

/*****************************/

/**********Links*************/

.adress {
	font-size:12px;
	font-weight:bold;
	color: #778899;
	text-decoration : underline;
}

a {
	color: #696969;
	text-decoration: none;
	font-size: normal;
}

a:visited {
	color: #696969;
	text-decoration: none;
}


a:hover {
	color: #FF8C00;	
}


a:active {
	color: #FF8C00;
}

*****************************/

/**********Forms**************/

.text{
	font-size: 12px;
	font-weight: bold;
	border-color: #191970;
	background-color: transparent;
	border-width : 0px 0px 1px 0px;
	border-style: solid;
	color: Maroon;
}


select{
	font-size: 12px;
	font-weight: normal;
	border : 1px solid #191970;
	background-color: white;
}


input{
	font-size: 12px;
	font-weight: normal;
	background-color: #E3E3E3;
	letter-spacing : 2px;
}

textarea{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border : 1px solid #191970;
	background-color: white;
}

*****************************/


/**********Stuff**************/



div{
	padding: 2px;
}

legend{
	font-size: 12px;
	color: #C30027;
	font-weight: bold;
}

h1 {
    font-size: 16px; 
    font-weight: bold;
    color: #191970;
    letter-spacing: 2px;
	 position: relative;
}

li  {
	font-size : 12px;
	font-weight : normal;
	list-style-position : inherit;
	list-style-type : none;
	list-style-image : url(../../images/triangle.gif);
}


hr {
   color : Silver;
}

.linie{
	border: 1px solid #CCCCCC;
}

.doc {
	background-color: #E3E3E3;
	font-size: 12px;
	color: #383838;
	border-width: 0px 0px 1px 1px;
	border-color: #383838;
	border-style: solid;
	padding: 5px;
}

.doc2 {

	background-color: #E3E3E3;
	font-size: 12px;
	color: #3838383;
        border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #383838;
}


/***************** DIV ****************/
DIV.top{
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 32px;
/*	background-image: url('top.jpg');*/
	background-repeat: repeat-x;
	BORDER-BOTTOM: 0px #CCCCCC solid;
}
DIV.nav {
	z-index: 2;
   PADDING: 0px;
	PADDING-TOP: 25px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: small; 
	LEFT: 0px;
	TOP: 0px; 
	FLOAT: left; 
	MARGIN: 0px; 
	WIDTH: 201px;
	HEIGHT: 100%;
	COLOR: #cccccc; 
	FONT-FAMILY: sans-serif; 
	POSITION: absolute; 
	MIN-HEIGHT: 93%;
	/* BACKGROUND-COLOR: #779bf1;*/
	BORDER-RIGHT: .5px #CCCCCC solid;
	TEXT-ALIGN: center; 
}
DIV.nav A:link {
        COLOR: #779bf1; BACKGROUND-COLOR: transparent
}
DIV.nav A:visited {
        COLOR: #779bf1; BACKGROUND-COLOR: transparent
}
DIV.nav A:hover {
        COLOR: #000099; BACKGROUND-COLOR: transparent
}
DIV.right {
	z-index: 1;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 235px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: normal; 
	LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: #383838; 
	PADDING-TOP: 15px; 
	FONT-FAMILY: sans-serif;
	LINE-HEIGHT: 125%; 
	POSITION: absolute; 
	MIN-HEIGHT: 93%;
	TEXT-ALIGN: left;        
	TOP: 0px;
}
DIV.right A:link {
        FONT-WEIGHT: bold; COLOR: #779bf1; BACKGROUND-COLOR: transparent
}
DIV.right A:visited {
        FONT-WEIGHT: bold; COLOR: #779bf1; BACKGROUND-COLOR: transparent
}
DIV.right A:hover {
        FONT-WEIGHT: bold; COLOR: #000099; BACKGROUND-COLOR: transparent
}
DIV.text {
        MARGIN-TOP: 2em; MARGIN-LEFT: 2em
}

