﻿body 
{
	background: #fff;
	margin:0;
	padding:0;
	color: #2a2629;
	font-family: Tahoma;
}

h3, h5
{
	margin: 0;
	padding: 0;
	
}
.keyword
{
    margin-left:120px;
    border:0px solid #eedddd;
    height:100px;
    width:600px;
    padding:10px;
}

.keyword .t1
{
	 color:#00679a;
	 font-size:12px;
	 text-decoration:none;
}
.keyword .t2
{
	 color:#00679a;
	 font-size:15px;
	 text-decoration:none;
	 font-weight:bold;
}
.keyword .t3
{
	 color:#00679a;
	 font-size:10px;
	 text-decoration:none;
}

.keyword .t4
{
	 color:#00679a;
	 font-size:17px;
	 text-decoration:none;
}

.keyword .t5
{
	 color:#00679a;
	 font-size:19px;
	 text-decoration:none;
	 font-weight:bold;
}


#divMain
{
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#divNavigation
{
	width: 800px;
	height: 50px;
	background: url(../img/backNav.jpg);
}

#divHeader
{
	width: 800px;
	height: 150px;
	background: url(../img/backHead.jpg);
}

#divContent
{
	width: 800px;
	background: url(../img/backContent.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	
}

#divContent span.maintitle
{
	background:#102566;
	color:#fff;
	font-size:20px;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
}

#divContent div.maintitle
{
	background:#6f7195;
	margin-bottom:40px;
}

#divContent a
{
	text-decoration:none;
	border-bottom:0px dotted #2a2629;
	
	color: #2a2629;
}

#divContent a:hover {background:#be8f97; color:#fff;}

table#tblContent
{
	table-layout:fixed;
	width: 100%;
}

.barPurple
{
	width:225px;
	height:92px;
	background: url(../img/barPurple.gif);
}

.barBlue
{
	width:225px;
	height:92px;
	background: url(../img/barBlue.gif);
}

.barGreen
{
	width:225px;
	height:92px;
	background: url(../img/barGreen.gif);
}

.barOrange
{
	width:225px;
	height:92px;
	background: url(../img/barOrange.gif);
}

.barFrontOffice
{
	width:460px;
	height:92px;
	background: url(../img/barFrontOffice2.gif);
}

p 
{
	font-family:Tahoma;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

h3
{
	margin:0;
	padding:0;
}

/************ menü ******************/
#navcontainer
{
	position:absolute;
	top:0px;
	left: 175px;
	
	height: 50px;
	margin:0;
	padding: 0;
	line-height: 50px;
}

ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;

}

#navlist li
{
	margin:0;
	padding:0;
display: inline;
list-style-type: none;
}

#navlist a 
{ 
	padding: 50px 10px 5px 10px;
	line-height: 50px;
height: 50px;
	width: 7em;
	text-align: center;
	color: #fff;

text-decoration: none;

font-family: Tahoma;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
}

#navlist a:link, #navlist a:visited
{

}

#navlist a:hover
{
color: #fff;
background-color: #369;
}

/***/

div#divNews
{
	font-size: 10px;
	margin: 5px;
}

table#tblNews
{
	width:100%;
}

div#divNews h2
{
	color: #3e113c;
}


div#divNews img
{
	border: 1px solid #6c6569;
}

div#divNews p
{
	font-size: 10px;
	margin: 5px;
}

div#divNews h5
{
	color: #3c113e;
	font-size: 11px;
}

div#divNews p.Timestamp
{
	font-size: 10px;
	margin-top: 2px;
	color: #815167;
}

div#divFooter
{
	border-top: 1px solid #c1929a;
	height: 30px;
	background: #e7c6cc;

}