﻿html, body {
	background-color: #ffffff;
	background-image: url(background.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height: 100%;
	width: 100%;
}

.borderdiv {
	position:absolute;
	top: 90px;
	left: 400px;
	width: 600px;
	height: 550px;
	border:1px solid #898989;
 	 /* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
  	background-color:#ffffff;
  
}

.maindiv {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	margin-left: 20px;
  	margin-right: 20px;
  	margin-top: 20px;
  	width: 560px;
  	height: 510px;
	background-image:url(transparent.png);
  	color: black;
}

.verlinden {
	position: absolute;
	bottom: 45px;
	right: 56px;
     	color: #c00151;  
     	font-family: Arial, Helvetica, sans-serif;   
     	font-weight: bold;
     	border-spacing: 0px;
     	border-collapse: collapse;
     	padding:0px;
}

.borderleft {
	width: 45px;
	height: 60px;
	background-image:url(left_corner.png);
	background-repeat:no-repeat;
	padding:0px;
}

.borderright {
	width: 45px;
	height: 60px;
	background-image:url(right_corner.png);
	background-repeat:no-repeat;
	padding:0px;		
}
.footer {
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
     	color: #ffffff;  
     	font-family: Arial, Helvetica, sans-serif;   
     	font-weight: bold;
     	border-spacing: 0px;
     	border-collapse: collapse;
     	padding:0px;
}

.footercontent {
	background: #c00151;
	text-align: left;
}

.kunst {
	position: absolute;
	bottom: 30px;
	right:0px;
	width: 455px;
	height: 20px;
	z-index: 1;
	background-image:url(kunst.png);
	background-repeat:no-repeat;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	color: black;
	text-align: justify;
}

.roundfg {
	background-color: #FE1073;
}

#wrap { 
     width: 900px; 
     margin-left: auto;
     margin-right: auto; 
     position: relative;  
     min-height: 600px;  
} 

#main-nav {  
     margin: 0px 0px 0px 2px;  
     text-align: left;  
     min-height: 25px;  
     padding-top: 10px;  
     padding-left: 0px;
}  

#main-handle {   
     float: right;  
     margin-top: -1px;
     width: 650px;
} 
 
#main-nav li {  
     display: inline;  
     list-style: none;  
}
  
#main-nav li a {  
     margin-right: 5px;  
     font-size: 15px;  
     text-decoration: none;  
     color: #ffffff;  
     font-family: Arial, Helvetica, sans-serif;  
     text-transform: uppercase;  
     font-weight: bold;  
     padding: 10px;  
     outline: 0;  
     position: relative;  
     top: -2px;  
} 
 
#main-nav li a:hover, #main-nav li a.active {  
     background: #c00151;  
}  

#sub-link-bar {  
     background: #c00151;  
     min-height: 10px;  
     border-bottom: #FE1073 1px solid;
}

.sub-links {  
     display: none;  
     position: absolute;  
     width: 100%;  
     top: -30px;  
     text-align: left;  
     left: 300px;
}
  
#main-nav li .sub-links li a:hover{  
     background: #FE1073;  
}  
#main-nav li a.close{  
     display: none;
     position: absolute;     
}  
#main-nav li a.close:hover{  
     background: #900;  
}  


.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FE1073}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e391b4;
  border-right:1px solid #e391b4;
  background:#FE1073}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f8e5ed;
  border-right:1px solid #f8e5ed;
  background:#FE1073}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cb3172;
  border-right:1px solid #cb3172;}
.rounded4{
  border-left:1px solid #e391b4;
  border-right:1px solid #e391b4}
.rounded5{
  border-left:1px solid #cf407c;
  border-right:1px solid #cf407c}
.roundedfg{
  background:#c00151}



 

