
body {
	background-color: #A5D0E9;
	background-image:   url("/image/design/bg_fade.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

/* BGcolor- red: E9A5A5, green: BDE9A5, blue: A5D0E9 */

acronym {
	border-bottom: 1px dashed #333;
	cursor: help;
	letter-spacing: .07em;
}

h1, h2, h3 { font-family: "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif; }

h2 { color: #ffffff; background-color: #990000; border: solid thin #990000; width: 100%; font-size: 15px }

h3 {
	font-size: 14px;
	color: #990000;
	margin: 0px 0px 16px 0px;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #990000;
	margin: 0px 0px 0px 0px;
}

font,th,td,p { font-family: Arial, Helvetica, Sans-serif }

th { font-size: 14px;
	font-weight: normal; 
	background-color: #F0F5FF;
		letter-spacing: .07em; }

p, td { font-size: 12px; color: #2B4157; }
p.fp
{
	margin-top:0px;
}
h3.fp
{
	margin-bottom:0px;
    margin-top:5px;
}

a:link,a:active,a:visited {
	color: #445395;
	text-decoration: underline;
}

a:hover		{
	color: #E35000;
	text-decoration: underline;
}

ul { list-style-image:    url("/image/design/ul_triangle.gif"); }
ul ul { list-style-image:    url("/image/design/ul_ball.gif"); }
ul ul ul { list-style-image:    url("/image/design/ul_square.gif"); }
ul ul ul ul { list-style-image:    url("/image/design/ul_diamond.gif"); }

hr	{ height: 0px; border: solid #506070 0px; border-top-width: 1px;}

.txtgroot { font-size : 12px; }
.txtmiddel { font-size : 11px; }
.txtklein { font-size : 10px; }
.txtgroot,.txtmiddel,.txtklein { color : #2B4157; }

.submenu { font-family: Arial, Helvetica, Sans-serif; font-size: 10px; color : #cc0000 }

input,textarea,select {
	color : #2B4157;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-color : #AEC9E4;
}

input.post, textarea.post {
	background-color : #F5F8FB;
}

select {
	background-color : #F5F8FB;
}

input { text-indent : 2px; 
	background-color : #F5F8FB;
	font-weight : normal; }

input.button {
	background-color : #F5F8FB;
	color : #2B4157;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

input.liteoption {
	background-color : #F5F8FB;
	font-weight : normal;
}

a.menu:link, a.menu:visited, a.menu:active
{ 
   font-family: Arial, Helvetica, sans-serif;
   background-color: #006699;
   color: #FFFFFF;
   display: block;
   line-height: 30px;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
} 

a.menu:hover
{ 
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   background-color: #FFFFCC;
   text-decoration: none;
} 

a.menu_alt:link, a.menu_alt:visited, a.menu_alt:active
{ 
   font-family: Arial, Helvetica, sans-serif;
   background-color: #FF6600;
   color: #FFFFFF;
   display: block;
   line-height: 30px;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
} 

a.menu_alt:hover
{ 
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   background-color: #FFFFCC;
   text-decoration: none;
} 

.subtitle
{
	border-left-style: dashed;
	border-left-color: #006699;
	border-left-width: 1px;
	text-align: justify;
	font-size: 10px;
}

#content {
	text-align: justify;
}

#content #img {
	float: right;
	margin-left: 8px;
}

/* form trucje */

select.off {
background-color: #FFFFFF;
}

select.on {
background-color: #F7FFEF;
}

textarea.off {
background-color: #FFFFFF;
}

textarea.on {
background-color: #F7FFEF;
}

input.off {
background-color: #FFFFFF;
}

input.on {
background-color: #F7FFEF;
}

@import url("formIE.css");