	body {
		margin:0; width: 100%; height: 100%;
		background-color: #ABD6F8; 
		font-family:  "Helvetica", Arial, Sans-Serif;
		font-weight:bold; 
		line-height: 17px;
		font-size:14px;
		}

	
	a:link {
		color:#000000;
		text-decoration:none;
		border-bottom: 1px solid #000000;
		}
		
	a:visited {
		color:#000000;
		text-decoration:none;
		border-bottom: 1px solid #000000;
		}
		
	a:focus {
		color:#000000; 
		text-decoration:none;
		border-bottom:1px solid #000000;
		}
		
	a:hover {
		color:#000000; 
		text-decoration:none;
		border-bottom:1px solid #ABD6F8;
		}
		
	a:active {
		color:#000000; 
		text-decoration:none;
		border-bottom:1px solid #000000;
		}
		
	.fileList a:visited {
		color:#DFDFDF;
		text-decoration:none;
		border-bottom: 1px solid #000000;
	}
	
	
	.container {
		margin-left: 20px;
	}
	
	.head {
		margin-top:5px;
		width: auto;
		height:auto;
		margin-left: 0px;
		z-index:100;
	}
	
	.body {
		height: auto;
		width: 100%;
	}

	.inputText {
		background-color: #ABD6F8;
		border:0;
		border-bottom: black 1px solid;
		width: 200px;
	}

	.inputArea {
		background-color: #FFFFFF;
		border:0;
	}
	
	.hidden {
		display: none;
	}

	
	/**
	Klassen fï¿½r Formularelemente
	*/

	.formbox {
	  margin-top: 50px;
	  width: 400px;

	}

	.formbox .row {
	  clear: both;
	}

	.formbox .label {
	  float: left;
	  width: 75px;
	  text-align: left;
	  padding-top: 3px;
	  padding-right: 5px;
	}

	.formbox .field {
	  width: 275px;
	  text-align: left;
	} 

	.formbox .submit {
		clear: both;
		text-align: center;
		font-family:  "Helvetica", Arial, Sans-Serif; 
		font-weight: bold;
		line-height: 17px;
		font-size:12px;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-color: #ABD6F8;
		border:0;
		border-bottom: black 1px solid;
	}

	.formbox .inputWidth {
	  width: 200px;
	}
