/* Utviklet av essemeff.com
*/

body {
margin: 0 auto;
padding: 0;
text-align: center;
height: 75%;
font-size: 100%; 
font-family: "Arial", Helvetica, sans-serif;
background-color: #EBEEF1;
}

#wrap {
margin: 0 auto;
padding: 0;
text-align: left;
width: 750px;
background-color: #fff;
}

#header {
margin: 0;
padding: 1px;
height: 200px;
background: url(images/header.png) no-repeat top left;
}

#content {
padding: 0 30px;
}

#content a{
color: #204160;
}

#footer {
padding: 30px 30px;
clear:both;
color: #999;
font-size: 88%;
background: #fff url(images/footer.png) no-repeat right;
}
#footer p{
color: #aaa;
}
#footer p a{
color: #aaa;
}

/* ---- */
#menu ul			{
margin-top: 8px;
/* for IE5 and IE6 */
}
#menu li			{
display: inline;
/* for IE5 and IE6 */
}
#menu				{
margin: 115px 0 0 0;
padding: 3px 0 3px 0;
font-weight: normal;
text-transform: uppercase;
text-align: left;
font-size: 80%;
font-weight: bold;
}
#menu a 			{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: inline;
text-align: right;
text-decoration: none;
color: #666;
padding: 5px 10px;
}
#menu a:hover 		{
background-color: #99C81E; 
color: #FFF; 
text-decoration: none;
}
#menu a.current 	{
background-color: #99C81E; 
color: #FFF; 
text-decoration: none;
}

/* ---- */

p, ul, ol, dl, address, form {
font-size: 80% ;
line-height: 1.5em;
color: #222;
}

p, address {
margin-top: 0.5em;
margin-bottom: 1.5em; 
}

#content a.name {color: #333;}

h3 {
margin-top: 2.0em;
margin-bottom: 0em; 
padding: 0;
}

h1, h2, h3 {
font-family: georgia;
}

h1 {font-size: 180%; font-weight: normal; color: #204160;}
h2 {font-size: 140%; font-weight: normal ; color: #222;}
h3 {font-size: 75%; font-weight: ; color: #222; }

blockquote 			{
margin-top: 0;
margin-bottom: 20px;
padding-top: 10px;
float: right;
width: 300px;
clear: right;
background: url(images/quote.gif) no-repeat;
font-size: 140%;
text-indent: 2.0em;
font-style: normal;
font-weight: normal;
font-family: verdana, Georgia, "Times New Roman", Times, serif;
}
blockquote p 		{
margin: 0 !important; 
padding: 0 !important;
color: #6a8e1b;
}

#content img {
margin: 0;
padding: 10px;
float: right;
}

/* form ------------------------------------------- */

#contact 			{
background-color: #f9f9f9;
border: 1px solid #eee;
padding: 20px;
}

fieldset 			{
margin: 20px 0 0 0; 
padding: 0; 
border: 1px solid #f9f9f9;
}
textarea, input 	{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100%;
}
address 			{
font-style: normal;
background-color: #fff;
border: 1px solid #fff;
padding: 20px;
}

#content img.thumb	{
margin: 0;
padding: 10px;
float: right;
}

#content .star	{
color: #FF0000;
font-weight: bold;
}

/* ---- */

#submenu {
border-bottom: 0px solid #eee;
background-image: url(images/bg2.gif);
padding: 5px 40px 5px 10px;
font-size: 100%;
text-align: left;
}
#submenu a {
color: #204160;
text-transform: none;
}
#submenu a.current {
background-color: #204160; 
color: #fff;
text-decoration: none;
font-weight: normal;
}
#submenu dd {
display: inline;
margin: 0 20px 0 0;
}

/* ---- */

span.error {color: #900;}
