*,
html *{
	padding: 0;
	margin: 0;
	outline: 0;
}

html{ height: 101%; }


body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #fff;
	margin: 5px;
}

h1,h2,h3,h4{
	margin-bottom: 0.5em;
	font-weight: bold;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 15px;
}

h4{
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}

hr{
	clear: both;
	height: 1px;
	border: 0px solid #000;
	margin: 0px;
	margin-bottom: 0.5em;
	background-color: #aaa;
	color: #aaa;
}

p{
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
p + p,
p + h2,
p + h3,
p + h4,
p + hr{
	margin-top: 1.5em;
}


a{
	outline: none;
	color: #555;
}
a:hover,
a:active{
	text-decoration: underline;
}

img {
	border: 0px;
}

iframe{
	border: 1px solid #888;
}

ul,ol{
	margin-left: 25px;
	margin-bottom: 1em;
}
ul{
	list-style-type: square;
}
li{
	margin: 0.5em 0;
}

ol > li{
	margin-bottom: 1em;
}

blockquote{
	border: 1px solid #ccc;
	padding: 10px 10px 10px 30px;
	background: url(/images/cite.png) no-repeat #f6f6f6 5px 5px;
	margin-bottom: 1em;
}
blockquote p{
	margin-bottom: 0;
}

table{
	margin-bottom: 1em;
	color: inherit;
}

th{
	font-family: inherit;
	color: inherit;
}

td{
	color: inherit;
	padding: 2px;
}

td + td{
	padding-left: 5px;
}
.no-cellpadding td{
	padding: 0;
}


form{
	padding: 1em 0;
}
form .ui-input{
	margin-bottom: 1em;
	clear: left;
}

form label{
	float: left;
	width: 120px;
	line-height: 1.6em;
}

input[type=text],
input[type=password],
textarea,
select{
	font-family: inherit;
	font-size: inherit;
	width: 445px;
	padding: 3px;
	border: 1px solid #888;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius   : 4px;
	border-radius        : 4px;
}
input:focus,
textarea:focus,
select:focus{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
label.error{
	width: auto;
	font-size: 10px;
	margin-left: 120px;
	color: #c32a2a;
	padding-bottom: 5px;
}
.agb{position: relative;}
.agb label.error{
	float: none;position: absolute; top: 20px; left: 0;margin: 0;
}
.spacer{
	padding: 5px;
}
select{
	padding: 0;
	width: 452px;
}
/* für IE */
textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

input[type=checkbox]{
	vertical-align: text-bottom;
	margin-right: 2px;
}
option{
	padding-right: 20px;
}

optgroup option{
	padding-left: 15px;
}

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

.img-title{
	font-size: 10px;
	color: #444;
	margin-bottom: 0px;
}

.small-text{
	font-size: 10px;
	font-weight: normal;
}

.clear-float{
	clear: both;
}
#ie6WarningWrapper{position: absolute; right: 0px; top:200px;width: 110px; padding: 5px;}
.ie6WarningLinksWrapper{overflow:hidden; width: 100px;}
.ie6WarningLink{width:100px; padding: 5px 10px; text-align:center}
.ie6WarningLink span{display:block}
