﻿ /*
# # # colors # # #
colors:
yellow:		#FFCC00
orange:		#F8981C
red:		#B5111B
# # # HTML tags # # #
*/

html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body 
{
	margin: 0px;
	padding: 0px;
	background: #FFCC00;
	color: #B5111B;
	font: 11px Verdana;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

div 
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
	margin: 0px;
}

a			
{
	text-decoration: underline;
}
a:link  	
{
	color: #B5111B;
}
a:visited	
{
	color: #B5111B;
}
a:active	
{
	color: #FF0000;
}
a:hover		
{
	color: #F8981C; 
}

h2 
{
	font-size: 18px;
	font-family: Comic Sans MS;
	color: #F8981C;
	margin-top: 15px; 
}

h3 
{
	font-size: 16px;
	font-family: Comic Sans MS;
	color: #F8981C;
	line-height: 16px;
	margin-bottom: 10px;
}

p
{
	margin-bottom: 10px;
}

table 
{
	width: 680px;
}

td
{
	vertical-align: top;
}

input, textarea 
{
	width: 360px;
	font: 11px Verdana;
	color: #B5111B;
	background: white;
	border: 1px solid #ffcc00;
}
/*
# # # general page layout # # #
*/
#site 
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 990px;
	height: 600px;
	vertical-align: middle;
}

#maincontainer
{
	float: left;
	background: url(images/bg.jpg);
	padding: 0px 87px 0px 88px;
}

#main
{
	width: 815px;
	height: 600px;
	background: #ffffff;
}

#navcontainer 
{
	float: left;
	width: 815px;
	height: 240px;
}

#head
{
	height: 200px;
	padding: 0px 0px 0px 87px;
	color: #F8981C;
}

#logo 
{
	position: absolute;
	top: 25px;
	left: 425px;
}

#kind 
{
	position: absolute;
	top: 25px;
	left: 421px;
}

#adres 
{
	padding-top: 45px;
	font-weight: bold;
	font-size: 17px;
	font-family: Comic Sans MS;
	line-height: 20px;
}
#adres a
{
	color: #F8981C;
	text-decoration: none;
}

#buttons
{
	float: left;
	position: relative;
	left: 82px;
	width: 740px;
	height: 30px;
}

#buttons img 
{
	float: left;
	margin: 0px 20px 0px 0px;
}

#contentcontainer
{
	float: left;
	width: 825px;
	height:auto;
	line-height: 18px;
	background: white;
}

#content 
{
	padding: 25px 63px 20px 87px;
}

.r 
{
	text-align: right;
}

.sup 
{
	vertical-align: super; font-size: 10px; color: #FFCC00;
}

.label 
{
	width: 150px;
	height: 30px;
}

.value
{
	float: left;
	width: 490px;
	height: 30px;
}

.btn
{
	width: 100px;
	color: White;
	background: #FFCC00;
	border: 0px;
}
