* {
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

body {
	background:			url('imgs/back.jpg') #021C2B;
	margin:				0px;
	padding:			20px;
	font-family:		arial;
	font-size:			11px;
	color:				#878787;
}

img {
	border:				0px;
}

table {
	border-collapse:	collapse;
}

.ie_center {
	text-align:			center;
}

.ie_right {
	text-align:			right;
}

#layout_table {
	 margin-left:		auto;
	 margin-right:		auto;
	 width:				600px;
}

#content_back {
	width:				600px;
	height:				449px;
	border:			1px solid #8A8A8A;
	background:			url( 'imgs/content_back.jpg' ) white;
}

input, select, textarea {
	font-family:	verdana;
	font-size:		10px;
	border:			1px solid #878787;
	margin-bottom:	2px;
}

tr {
	font-size: 11px;
}

th {
	background:	#888899;
	color:		#eeeeff;
	padding:	0px 10px 0px 10px;
	color:		white;
}

td {
	padding:			0px;
	vertical-align:		top;
}

.light {
	background:	#CCCCDD;
}

.dark {
	background:	#BBBBCC;
}

ul {
	margin:			0px;
	padding-left:	10px;

	margin-left:	5px;
}

li {
	margin-left:		12px;
	padding-left:		-3px;
	padding-bottom:		3px;
	font-weight:		bold;
	color:				#9B9B9B;
	list-style-type:	none
}

li:hover, li#selected {
	list-style-image:		url( 'imgs/status.gif' );
}



a {
	color:				#9B9B9B;
	text-decoration: 	none;
}

#headline {
	position:			relative;
	left:				-30px;
	margin-bottom:		10px;
}
.content_pane {
	width:				395px;
	padding-top:		40px;
	padding-right:		38px;
	padding-left:		50px;
}

.bemerkung {
	width:				100%;
	height:				100px;
}

.rueckmeldung {
	width:				100%;
}

#rueckmeldung {
	width:				250px;
}

a.mailto {
	font-weight:		bold;
	color:				#8A8A8A;
}

hr {
	display:none;
}
.hr_dotted {
	border-bottom:	1px dotted #7ABDE1;
	height:			1px;
}

.transparent {
	width:				100%;
	background-color: 	white;
	filter:				Alpha(Opacity=30);
	-moz-opacity:		0.30;
}

.remove_filter {
	position: 			relative;
	-moz-opacity:		0.99;
	filter:				Alpha(Opacity=95);
	color:				blue;
	padding: 			5px;
}

#sbx_entry {
	width:				250px;
}


.sbx_textarea {
	width:				100%;
	height:				100px;
}

.sbx_text {
	width:				100%;
}

.error INPUT, .error TEXTAREA {
	border:				1px solid red;
}

.meta {
	font-size:	10px;
}

