/*** DESIGN ***/

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#313131;
	background:#fff;
	padding:0;
	margin:0;
}

body.help {
	padding:0 10px;
}

table {
	font-size:inherit;
	border-collapse:collapse;
}

table td {
	padding:3px 0;
}

form {
	margin:0;
}

p {
	margin:0;
}

img {
	border:0;
	vertical-align:middle;
}

a:link,
a:active,
a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

h1 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:22px;
	margin:20px 0 10px 0;
}

.contents,
.form {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:18px;
}

p.contents {
	margin:10px 0;
}



/*** STARTSEITE ***/

.index_screenshot {
	margin:10px 0 0 10px;
	float:right;
}

.index_screenshot img {
	border:1px solid #dadada;
}

.index_screenshot p {
	text-align:center;
	margin-top:0px;
	color:#666666;
}



/*** LOGIN ***/

#login {
	width:300px;
	padding:5px;
	margin-top:10px;
	border:1px solid #e5e5e5;
}

#login table {
	width:280px;
}

#login .submit {
	margin:3px 0 10px 0;
}



/*** HEADER ***/

.header {
	position:relative;
	background:#a6ccef url('3linien.gif') repeat-x;
	background-position:left 32px;
}

.header .logo {
	width:327px;
	height:70px;
}

.header .headline {
	font-size:24px;
	font-weight:bold;
	color:#9c511b;
}

.header #language {
	position:absolute;
	right:10px;
	top:5px;
}

.header #language img {
	opacity:0.3;
	filter:alpha(opacity=30);
}

.header #language img.selected {
	opacity:1;
	filter:alpha(opacity=100);
}

.header #usermenu {
	position:absolute;
	right:0;
	top:42px;
	padding:0 10px 0 85px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:right;
	background-position:left 6px;
}

.header #usermenu p.username {
	margin-bottom:0px;
}

#content {
	padding:0 10px;
}



/*** PASSWORT ANFORDEN ***/

#getpwd {
	margin:20px 0;
}



/*** REGISTRIEREN/BENUTZERDATEN ***/

#register,
#profile {
	width:600px;
	margin:20px 0;
	padding:5px;
	border:1px solid #e5e5e5;
}

#register .submit,
#profile .submit {
	margin:3px 0 10px 0;
}



/*** INTERFACE ***/

#interface_warning {
	margin-top:10px;
	padding:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:red;
	border:1px solid red;
}

#interface_form {
	width:980px;
}

#interface_params {
	float:left;
	width:620px;
	margin-top:10px;
	margin-right:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

#interface_params h1 {
	margin:13px 0 0 0;
}

#interface_params .submit {
	margin-bottom:15px;
}

#interface_params .tabbody {
	min-height:310px;
	height:auto !important;
	height:310px;
}

#interface_params .tabbody table {
	width:608px;
}

#interface_params #muster {
	margin-top:5px;
}

tr.spacer td {
	font-size:0px;
	height:15px;
}

.slider {
	width:258px;
	height:15px;
	background:url('sliderbar.gif') center center no-repeat;
}

.slider div {
	width:9px;
	height:15px;
	background:url('slider.gif') center center no-repeat;
	cursor:pointer;
}

.yui-hidden {
	visibility:hidden;
	position:absolute;
	left:0;
	top:-500px;
}

#interface_result {
	width:350px;
	float:left;
	margin-top:10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}

#interface_result table {
	width:350px;
}

#interface_result td {
	height:20px;
}

#interface_result #optionButtons {
	margin-bottom:10px;
}

#interface_result #optionGenerate {
	font-weight:bold;
}

#optionGenerate.blink {
	color:#fff;
	background-image:url('button_bg2.gif');
}

#interface_result #imageDisplay {
	width:348px;
	height:458px;
	margin-bottom:10px;
	background:#f7f7f7 url('ajaxloader.gif') center center no-repeat;
	border:1px solid #cdcdcd;
	overflow:hidden;
}



/*** TABS ***/

div.tabbar {
	background:url('greydot.gif') bottom repeat-x;
}

div.tabbar ul {
	display:block;
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
}

div.tabbar li {
	display:block;
	float:left;
	padding:0;
	margin:0 0 0 5px;
	border-color:#e0e0e0 #e0e0e0 #cdcdcd #e0e0e0;
	border-style:solid;
	border-width:1px;
	background:#ffffff;
}

div.tabbar li.selected {
	border-color:#cdcdcd #cdcdcd #ffffff #cdcdcd;
	background:#ffffff url('tab.gif') repeat-x;
}

div.tabbar a {
	padding:0 10px;
	line-height:20px;
	outline:none;
}

div.tabbar li a {
	color:#d4d4d4;
}

div.tabbar li.selected a {
	color:#000;
}

div.tabbar li a:hover {
	color:#000;
}

div.tabbody {
	border-color:#cdcdcd;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding:5px;
}




/*** FORMS ***/

input, select {
	vertical-align:middle;
}

input.textfield,
input.code,
select,
textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	background:#fafafa;
}

input.textfield {
	border-top:1px solid #636363;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #636363;
	border-bottom:1px solid #d1d1d1;
	background-repeat:no-repeat;
	background-position:right center;
}

input.disabled {
	color:#919191;
	background:#f2f2f2;
}

select,
textarea {
	border-top:1px solid #636363;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #636363;
	border-bottom:1px solid #d1d1d1;
}

option {
	background:#fff;
}

optgroup {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	background:#FFFFFF;
}

textarea.code,
input.code {
	font-family:courier new, courier, monospace;
}

input.button {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #8a8a8a;
	border-left:1px solid #d1d1d1;
	border-bottom:1px solid #8a8a8a;
	background:#ebebeb url('button_bg.gif') left top repeat-x;
}

button {
	vertical-align:middle;
}



/*** CLEARFIX ***/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
