@CHARSET "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	height: 100%;
	background: url("../img/background.jpg");
	background-color: #3f2050;
	font-size: 1em;
}

h1 {
	font-size: 4em;
	color: #80b23e;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: 1px solid #80b23e;
	padding-bottom: 5px;
}

h3 {
	font-size: 0.7em;
	color: #80b23e;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	border-top: 1px solid #80b23e;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #80b23e;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 100px;
}

.clear {
	clear: both !important;
}

a {
	/*color: #d11313;*/
	color:  white;
	text-decoration: none;
}

a:visited {
	/*color: #9CC6F1;*/
	/*color: #0066CC;*/
	/*color: #d11313;*/
	color: white;
}

a:hover {
	color: white;
	text-decoration: none;
}

a img {
	border: none;
}

legend {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
p {
	margin-bottom: 20px;
}

hr {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: dotted 1px white;
	color: white;
	margin-bottom: 5px;
	clear: both;
}

ul {
	margin-left: 40px;
}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
	height: 1%;
}

a.grey {
	background-color: #eee !important;
	border-color: #ccc !important;
	color: #666 !important;
}

a.grey:hover {
	background-color: #fff !important;
}

ul.icons {
	margin: 0px;
	padding: 0px;
}

li.icon {
	background-image:url(/img/fileicons/file.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

