/*ALLE ABSTÄNDE AUF NULL SETZEN---------------------------*/
* {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
select, input, textarea {
	font-size: 99%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
label, select, input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"], input[type="reset"], #subnavigation a {
	cursor:pointer;
}
ul, ol, de {
	margin: 0;
	list-style-type: none;
	position: relative; /*Beseitigt IE-Disappearing-List-Background-Bug im IE5-IE6*/
}
/*MARKUPFREIE CSS-FLOATCLEARING-LÖSUNGEN------------------*/
/*Clearfix-Methode zum Clearen der Float-Umgebungen*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*Angabe für den IE5 MacOS*/
.clearfix {
	display: inline-block;
}
/* ohne IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Ende ohne IE Mac */
/*LIGHTBOX------------------------------------------------*/
#container {
	height:600px;
	width:500px;
	margin:35px !important;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 115%;
	text-transform:uppercase;
	font-weight:normal !important;
	color: #000;
	margin-bottom: 25px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 115%;
	text-transform:none !important;
	color: #000;
	margin-bottom: 10px;
}
p.small {
	font-size: 12px;
}
p.error {
	font-weight: bold;
	color: #F00;
}
img {
	margin-left: 20px;
}
/* Der Legend in Webkit-Browsern ermöglichen, einen Abstand nach unten zu erhalten */
legend + * {
    -webkit-margin-top-collapse: separate;
    margin-top: 20px;
}
fieldset legend {
	width: 520px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 10px 0 10px 10px;
	background-color: #000;
	line-height: 100%;
	display: block;
}
input {
	border: 1px solid #000;
}
input#submit {
	background: #000;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px;
	float: left;
	margin-right: 10px;
}