@CHARSET "UTF-8";

body, table {
	font-family: Arial;
	font-size: 10pt;
}

body {
	margin: 10px auto;
	text-align: center;
}

h1 {
	background-image: url('images/setup_header.png');
	background-repeat: no-repeat;
	border-bottom: solid 1px #000000;
	font-size: 30pt;
	margin: 0px;
	padding: 25px 20px;
}

h2 {
	margin: 5px;
	margin-bottom: 15px;
}

form {
	margin: 0px;
}

fieldset {
	margin: 10px;
}

fieldset label img {
	margin: auto;
	display: block;
	margin-top: 10px;
}

fieldset input {
	position: relative; 
	top: -10px;
}

#content {
	margin: 5px;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height: 300px;  /*für den IE */
	overflow-x: hidden;
	/*overflow-y: auto;*/
	padding-right: 10px;
	text-align: justify;
	background-image: url('images/gear.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

input {
	border: solid 1px #808080;
}

#buttons {
	margin: 5px;
	text-align: right;
}

#back, #forward {
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
}

#back {
	background-image: url('../images/icons/Lumina/arrow_left_16.png');
	background-position: 2px 3px;
	padding-left: 18px;
}

#back:disabled {
	background-image: url('../images/icons/Lumina/arrow_left_16_dis.png');
}

#forward {
	background-image: url('../images/icons/Lumina/arrow_right_16.png');
	background-position: 130px 3px;
	padding-right: 18px;
}

#forward:disabled {
	background-image: url('../images/icons/Lumina/arrow_right_16_dis.png');
}

#langSelect {
	float: right;
	margin: 5px;
}

#wrapper {
	margin: 0px auto 100px auto;
	width: 760px;
	border: solid 1px #CCCCCC;
	text-align: left;
}

th {
	text-align: left;
}

div.error {
	color: #FF0000;
	margin-bottom: 5px;
}

table {
	border-collapse: collapse;
}

table.form input {
	width: 400px;
}

div.small {
	color: #808080;
	font-size: 80%;
}


/*
 * Progress bars
 */
 
div.progressBar {
	border: solid 1px #404040;
	position: relative;
}
 
div.progressBar div {
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

/*
 * Listings
 */
ul.noListType {
	list-style-type: none; 
	list-style-position: outside; 
	margin: 0px; 
	padding: 0px;
}