/*Structure*/
body {  
    font-size:10pt; 
    background-color:white; 
    margin:0px;
    padding:0px;
    font-family:Arial, sans_serif;
	text-align:center;
	color:#111111;
	
}

#container {
    margin: 0 auto;
    width: 710px;
    text-align: left;
    background-color:white;
    padding-bottom:10px;
    z-index:1;
	overflow:hidden;
	}

.title
{
	position:relative;
	width:710px;
	height:64px;
    border:1px solid white;
	background-image:url(../bilder/bg_title2.png);
	z-index:2;
}


.sidebar
{
	position:relative;
	top: 20px;
	left:10px;
	width:1px;
	float:left;
	font-size:9pt;
	z-index:3;

}

.sidebarContent
{
    padding-left:0px;
    padding-right:10px;    
	background-color:white;
	width:180px;
	margin-bottom:10px;
	z-index:3;
}

.main
{
    position:relative;
    top:20px;
    left: 220px;
    width:480px;
	z-index:2;   
}

.mainContent
{
    padding:10px;
    margin-bottom: 10px;
	background-color:white;
	z-index:3;	
}

#spacer
{
    position:absolute;
    width:710px;
    height:100%;
    padding-bottom:20px;
    z-index:-1;
    background-color:white;
}

/*Headings*/		

.title h1 {
    color:white;
	font-size:16pt;
	margin-left: 20px;
	margin-bottom:0px;
}
.title h2 {
    color:white;
    font-size:11pt;
    margin-left: 120px;
    margin-top:0px;
    font-family:'Times New Roman',Times,serif;
    font-weight:lighter;
}

h4 {
    color:#cccccc;
    font-size:8pt;
    font-weight:normal;
    margin-left:80px;
}

.ieh2 {
    font-size:14pt;
    font-family:'Times New Roman',Times,serif;
    font-weight:normal;
    color:#555555;
    padding:0px;
    margin-top:0px;
    width:450px;   
    border-bottom: 1px solid #CCCCCC;
}

h3 {
    font-size:10pt;
    padding-bottom:0px;
    margin-bottom:5px;
    }


.sidebarContent .heading1 
{
    font-size:12pt;
    font-family:'Times New Roman',Times,serif;
    color:#555555;
    padding:1px;
    margin-bottom:2px;
    width:170px;
    font-weight:normal;
}

/*other elements*/

.sidebarContent .navigation
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin:2px;
    background-color:#FEFEFE;
    font-weight:bold;
}

.sidebarContent .navigation:hover
{
    border: 1px solid black;
}
	
.mainContent p {   
    border-bottom: 0px solid #EEEEEE;
    padding-bottom: 15px;
}

.mainContent dl {
    padding-bottom: 5px;
}
.mainContent dd {
    padding-bottom:8px;
}

.mainContent .date {
    color:grey; 
    font-size:8pt;
    font-weight:normal;
    padding-bottom:4px;
}

table {
    width:100%;
    text-align:center;
}

.mainContent p {
    margin-bottom:1px;
    margin-top:1px;
    padding-bottom:7px;
}

img {
	border: 2px solid black;
}

/*links*/

a {
    color: #105CB6;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #105CB6;
}

a:hover {
    text-decoration:underline;
}