/* 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 ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:url(img/kachel.jpg);
}

a{
color:#660000;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#990000; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 10px 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:0px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

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

#container{
width:900px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ece9de;
color:#f303030;
border:0px solid #a0a0a0;
}

#header{
height:150px;
width:898px;
margin:0 1px 1px 1px;
background:#467aa7;
color:#ffffff;
background:url(img/header.jpg) no-repeat bottom;
}




#header h1{
padding:35px 0 0 20px;
font-size:0em;
background-color:inherit;
color:inherit;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#header h3{
margin:10px 0 0 20px;
font-size:1.4em;
background-color:inherit;
color:#333333;
letter-spacing:-1px;
font-weight:normal;

}


#navContainer {width: auto;display:block;clear:both;border-right:1px solid #fff;}

#nav {
	height: 26px;
	background: #660000;
	border-top: 0;
	border-bottom: 1px solid #fff;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #660000; padding: 5px 10px; padding-bottom: 4px; border-left: 0.5px solid #fff; border-right: 0.5px solid #fff; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #990000; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #990000; border-color: #fff; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #990000; color: #fff; border-bottom: 0px solid #fff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #fff; border-top: 1px solid #fff;  font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #660000; color: #fff; border: 0 px solid #fff;;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #990000; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #660000; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */


/* Button navigation */
.navbutton {width:400px; position:absolute; z-index:2; margin-top:35px; margin-left:480px !important /*Non-IE6*/; margin-left:480px /*IE6*/;}
.navbutton ul {float:right;}
.navbutton li {display:inline; list-style:none;}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}



/**************** Content styles ****************/

#content{
float:left;
width:530px;
font-size:0.9em;
padding:30px 0 0 60px;
}

#content h1{
display:block;
margin:0 10px 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2{
display:block;
margin:0 10px 16px 0;
font-size:1.5em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h1 {margin:0 0 15px 0;}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:none;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#img{
float:left;
width:400px;
height:300px;
padding:30px 0 0 30px;
}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:180px;
padding:30px 20px 10px 0;
line-height:1.0em;
}


#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:12px;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:14px;}



#subcontent2{

width:160px;
padding:20px 20px 10px 0;
line-height:1.0em;
}


#subcontent2 h2{
display:block;
margin:0 0 15px 0;
font-size:12px;
font-weight:regular;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent2 p{margin:0 0 16px 0; font-size:12px;}






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

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:100px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

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

#footer{
clear:both;
width:898px;
padding:5px 0;
margin:0 1px;
font-size:0.8em;
color:#f0f0f0;
background:#660000;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

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

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

