html, body {
	background-color: #535353;
	font-family: 'Philosopher', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #ECECEC;
	background-image: url('../img/pattern_repeater.png');
	background-repeat: repeat;
	text-align: center;
}

body {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 20px;
	color: #00A7E5;
	overflow: visible;
}

h4 {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #ECECEC;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 17px;
}


li {
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}

ul.ul_small_comment {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea {
	width: 100%;
	height: 75px;
	font-family: 'Philosopher', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type="text"], input[type="submit"], input[type="password"], select {
	width: 100%;
	font-family: 'Philosopher', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input[type="hidden"] {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div.hr, div.hr_light {
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 0px;
	overflow: hidden;
}

div.hr_light {
	opacity: 0.5;
	filter: alpha(opacity="50");
}

hr {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-color: #FFFFFF;	
}

img {
	padding: 0px;
	margin: 0px;
}

.all {
	position: relative;
	width: 1000px;
	display: block;
	top: 2em;
	margin-left: auto;
	margin-right: auto;
	background-color: #535353;
	padding: 20px;
	text-align: left;
	min-height: 110px;
}

.subnavi, .subnavi a {
	text-align: center;
	color: #CCCCCC;
	font-size: 13px;
}

.rel {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.button, div.button_inactive {
	text-align: center;
	width: 99%;
	height: 22px;
	line-height: 21px;
	font-size: 12px;
	border: 0px;
	color: #303030;
	background-color: #7b91a2; 
	background-image: url('../img/input_bg.png');
	background-repeat: repeat-x;
	display: block;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 2px;
	border-style: solid;
	border-color: #00A7E5;
	background-repeat: repeat-x;
	overflow: visible;
}

div.button_inactive a, div.button_inactive {
	color: #ABABAB;
	border-color: #CDCDCD;
	font-weight: bold;
}

div.button a {
	width: 100%;
	height: 100%;
	display: block;
	color: #303030;
}

div.button:hover, .button:hover, .button_hover, div.button a:hover {
	background-image: url('../img/input_bg_hover.png');
	background-repeat: repeat-x;
	color: #303030;
	text-decoration: none;
}

.txt_info {
	color: #F83333;
	font-size: 90%;
}

.txt_head {
	font-size: 90%;
}

.txt_small {
	font-size: 90%;
	/* opacity: 0.85; */
}

.txt_info2 {
	font-size: 70%;
	font-family: Verdana, Arial;
}

.txt_version {
	font-size: 11px;
}

.txt_blue {
	color: #00A7E5;
}

.txt_comment {
	font-size: 12px;
	padding-left: 20px;
}

.grade {
	float: left;
	width: 14%;
	text-align: center;
}

.comment {
	float: left;
	width: 106px;
	overflow: hidden;
}

.smiley_gluecklich {
	text-align: left;
	float: right;
	width: 28px;
	height: 17px;
	display: block;
	overflow: hidden;
}

.smiley_traurig {
	float: left;
	width: 25px;
	height: 17px;
	display: block;
	text-align: right;
	overflow: hidden;
}

.question_img {
	position: absolute;
	right: 0px;
	top: -11px;
	z-index: 100;
	height: 85px;
	overflow: hidden;
} 

.question_name {
	position: absolute;
	right: 6px;
	top: 52px;
	z-index: 150;
	color: #000000;
	font-size: 12px;
	opacity: 0.5;
	filter: Alpha(Opacity="50");
}


