body {
	color: #666666;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #6A95C8;
}

.alink {
	background: url(layout/screen/symbol_link.gif) left no-repeat;
	padding-left: 10px;
}

h1
{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	line-height: 140% !important;
}

h2
{
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 140% !important;
}

h3
{
	background:url(layout/screen/symbol_news.gif) no-repeat left top;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 140% !important;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	line-height: 140% !important;	
}

.content_main
{
	width: 950px;
	background-color: #ffffff;
	padding-bottom: 25px;
}

/* Fehlermeldungen */
.error  {
	color: #CC0000;
}

.error_cell {
	padding: 8px;
	border: 1px solid #666666;
	color: #CC0000;
	line-height: normal;
	margin-bottom: 20px;
}

.note_cell {
	padding: 8px;
	border: 1px solid #666666;
	line-height: normal;
	margin-top: 20px;
}

.note_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #666666;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	line-height: normal;
	text-align: center;
}

.system_messages {
	text-align:center;
	padding-top:20px;
}

.system_messages p {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.system_messages_high {
	background-image: url(layout/buttons/high.gif);
}

/* Formulare */

.button  {
	padding: 1px 5px 1px 5px;
	border: 0px;
	color: #FFFFFF;
	background-color: #6A95C8;
	cursor: pointer;
	
}

input.text_login {
	border-top: #474E66 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #474E66 1px solid;
	width: 150px;
	background-color: #FFFFFF;
}

input.text, textarea.text {
	border-top: #474E66 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #474E66 1px solid;
	width: 300px;
	background-color: #FFFFFF;
}

input.text_spam {
	border-top: #474E66 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #474E66 1px solid;
	width: 65px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.table_form td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

/* Referenzen */

#sys_container_out {
	width: 488px;	
}

#sys_picture_container {
	background-color: #DCDCDC;
	float: left;
	width: 388px;
	height: 288px;
	border: 2px solid #DCDCDC;
	overflow: hidden;
	position: relative;
}

#sys_picture_container_loading {
	background: #000000 url(layout/screen/ajax-loader.gif) no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	display: none;
}

#sys_scrollbar_container {
	float: right;
	height: 260px;
	width: 90px;
	position: relative;
	overflow: hidden;
	background-color: #DCDCDC;
}

#sys_scrollbar_up {
	background-color: #DCDCDC;
	position: absolute;
	top: 0px;
}

#sys_scrollbar_down {
	background-color: #DCDCDC;
	position: absolute;
	bottom: 0px;
}

.container_footer {
	margin-top: 10px;
	width: 488px;
}
