/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
font-size: 12px;
color:#202C7C;
background: url(images/img01.gif) repeat-x;
}

html { /* height: 100.1%;margin-bottom: 1px;*/ overflow-y: scroll; }


#header {
margin:0 auto;
height:240px;
width:100%;

}
#logo {
background: url(images/logoxx.gif) top no-repeat;
z-index:5;
margin:0 auto 0 auto;
height:240px;
width:840px;
}

#logobild {
background: url(images/logo2.gif) no-repeat;
margin: -164px 0 0 823px;
height:76px;
width:76px;;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:none;
color:#000000;
/* color:#286ea0; */
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#0000FF;
/* color:#3366FF; */
background-color:inherit;
}

a img {
border:0;

}

/* ----------------------- Navigation ------------------------------- */

*+html #subtabs { /*IE7 only*/ margin:-45px 0 0 0;   }
#subtabs {
float: right;
	margin:-55px 0 0 0;
    width:300px;
    height:30px;

    }
#subtabs ul {margin-left: 35px;
float: right;
	}

/*	#subtabs li {
	padding: 20px 18px 20px 18px;
	display: inline;
	list-style: none;
	}
*/

	#subtabs  a {
	display: block;
	float: right;
	width: 150px;
	height: 30px;
	margin: 70px 0 0 0;
	/*padding-top: 10px;*/
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	font-size: 24px;
	color: #000000;

	}

	#subtabs a:hover {
text-decoration:underline;
	color: #0000FF;
	width: 150px;
	height: 30px;
/*margin-top: 163px 0 -163px 0;*/
background-position:center 163px;
	}

	#subtabs a.current {

	background-position:center 163px;
	color: #0000FF;
	width: 150px;
	height: 30px;
/*margin-top: 163px 0 -163px 0;*/

	}

#wrap {
/*background: url(img/back3.gif) no-repeat;*/
position:relative;
color:#FFFFFF;
margin:0 auto;
width:840px;

}


/***** Main content *****/

#contentwide {
float: left;
margin-top:10px;
margin-bottom:10px;
color: #000000;
border: solid 1px #ccc;
/*background: url(images/back.png) top center no-repeat;*/
background: #FFFFFF;
text-align: left;
padding: 10px 20px 20px 10px;
width:552px;
min-height:460px;

}


#contentwide h2 {
font-size:1.6em;
margin:0 0 10px;
}

#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

/*
#contentwide img {
padding:0px;
display:inline;
color:#303030;
/* border:0px solid #f0f0f0; */
}
*/
#contentwide ul, #contentwide ol {
margin:0 0 16px 10px;
padding:0;
}

#contentwide li {
margin:0;
padding:0 0 0 5px;
}

#contentwide ul ul, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}


#gallery {text-align: center;color: #FFFFFF;font-size:18px;}

/***** Footer *****/
*+html #blok { /*IE7 only*/ top:10px;    }
#blok {
position:absolute;
/*border: solid 1px #ccc;*/
left: 590px;
top:10px;
width:300px;
height: 500px;
text-align:left;
color:#ccc;
line-height: 2em;
background: url(images/panel.gif) no-repeat;
font-size:14px;
}

/***** Footer *****/
#footer2 {
clear: both;
margin-top:12px;
	padding: 20px 0;
	background: #B6B6B6;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer2 a {
color:#000000;
background-color:inherit;
text-decoration:none;
}

#footer2 a:hover {
color:#0000FF;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}
