/*Tomas Kincl, Jiri Pribil for Majdalena based on andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/



body{
margin: 0px;
padding: 0px;
font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
font-size: 90%;

text-align: left;
background-image: url("images/bg.gif");
background-color:#F7EBD4;
}
a img{border:none;}

p form{margin-top:0; margin-bottom:20px;}


/**************** Header and navigation styles ****************/

#container{
width: 977px;
margin: 0px auto;
background-image: url("images/hp.gif");
}

#header {
height: 360px;
abackground-image: url("images/header.jpg");
abackground-repeat: no-repeat;
}
#header h1 {
font-family: Tahoma, sans-serif;
font-size: 18px;
text-align: center;
font-weight: lighter;
line-height: 100%;
margin: 0px;
color: #FFFFED;
margin-left: 15px;
margin-right:15px;
padding-top: 205px;
apadding-left: 165px;
}
/**************** Content styles ****************/

#content{
float:right;
width:776px;
abackground-image: url("images/cont.gif");
abackground-repeat: no-repeat;

}
#page_content .filelink img {
	border: none;
}

#page_content {
margin: 0px 50px 20px 20px;
line-height:1.8em;
}
#page_content input, #page_content textarea {
	border: 1px solid #FECB09;
	background-color: #F6FAED;
	color: #0057A9;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	
}
#page_content .filelink img {
	margin-bottom: -5px;
}
#page_content hr {
	color: #FECB09;
	clear: both;
	height: 1px;
}
#page_content p {color: #5E7F4D; atext-align: justify; margin: 0px 0px 1em 0px;}
#page_content a {color: #DC9100; text-decoration: underline;}
#page_content h2 {clear: both; color: #DC9100; font-variant: small-caps; text-transform: capitalize; font-size: 100%; margin: 0px 0px 1em 0px;}
#page_content h3{font-weight: bold; color: #DC9100; margin: 0px; font-size: 100%; clear: both}
#page_content a:hover,#subcontent a:hover{text-decoration:none;}
#page_content ul,#content ol{margin:0 5px 16px 35px; color: #5E7F4D;}
#page_content dl{margin:0 5px 10px 25px;}
#page_content dt{font-weight:bold; margin-bottom:5px;}
#page_content dd{margin:0 0 10px 15px;}
#page_content img{border: 2px solid #576658; margin: 3px; padding: 2px;}
#page_content a img{border: 2px solid #FECB09; margin: 3px; padding: 2px;}
#page_content ali {background-color: #ffffff; padding: 5px;
	
}
/**************** Sidebar styles ****************/

#subcontent{
float:left;
width:195px;
padding-left: 5px;
background-image: url("images/a_bg.gif");
background-repeat: repeat-y;
background-position: right;

}
#menu_top {
	background-image: url("images/menu_top.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 35px;
	width: 195px;
}
#menu_bottom {
	background-image: url("images/menu_bottom.gif");
	background-repeat: no-repeat;
	background-position: top right;
	height: 35px;
	width: 195px;
}

#subcontent h2 {
background-color: #0057A9;
font-variant: small-caps;
color: #F6FAED;
text-transform: capitalize;
font-size: 18px;
margin: 25px 1px 10px 3px; 
padding: 3px 3px 3px 15px;
}
#subcontent ul {
margin: 0px;
padding: 0px;
}


/**************** Menublock styles ****************/

.menublock {padding-left: 10px;}
.menublock li{list-style-type:none; padding: 0px; margin: 0px; padding-left: 20px;}
#subcontent a {
margin-left: 4px;
font-family: Tahoma;
font-size: 12px;
padding-top: 6px;
padding-right: 2px;
padding-bottom: 6px; 
padding-left: 5px;
border-bottom: 1px solid #DC9100;
display: block;
color: #ffffff;
text-decoration: none;
}

#subcontent a:hover {text-decoration: underline; background-color: #547145;}
#subcontent a.menu_current {
color: #5E7F4D;
font-weight: bold;
background-color: #FFFFED;
}
#subcontent a.menu_current:hover {
	color: #FFFFED;
	}


/**************** Footer styles ****************/

#footer{
width: 749px;
clear:both;
font-size:11px;
color:#F6FAED;
padding-top: 30px;
padding-bottom: 5px;
background-color:#ffffff;
background-image: url("images/foo.gif");
background-repeat: no-repeat;
margin-left: 200px;
}

#footer p{padding:0; margin:0; text-align:center; color: #5E7F4D;}
#footer a{color:#5E7F4D; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#5E7F4D; background-color:inherit; text-decoration: none;}
 

/**************** Misc classes and styles ****************/
