﻿/* INTERNAL FOR DEBUGGING PURPOSES */

.warning_red_with_border
{
	background-color: #fde1e1;
	border: 1px solid #ff0000;
	color: #000000;
	padding: 5px;
	text-align: center;
	width: 50%;
}

.warning_green_with_border
{
	background-color: #e1fde1;
	border: 1px solid #00ff00;
	color: #000000;
	padding: 5px;
	text-align: center;
	width: 50%;
}


/* MAIN CONTENT */

body
{
	background: #f0f0f0;
	margin-top: 10px;
	
	font-family: Verdana;	
}

IMG
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

A
{
	color: #194072;
}

A:Visited
{
	color: #194072;
}

A:Active
{
	color: #194072;
}

h1,h2,h3
{
	margin-top: 0px;
	
	color: #505050;
}

P
{
	text-align: justify;
}

.table_layout
{	
	width: 810px;
}

.td_bar_top
{
	background-image: url('../img/bar_top.png');
	
	height: 30px;
	padding-right: 20px;
	
	font-size: 10pt;
}

.td_btn_login
{
	vertical-align: top;
}

.td_main
{
	width: 579px;
	height: 630px;
	
	background: #ffffff;

	
	vertical-align: top;
	
	color: #606060;
	font-size: 10pt;
	
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}

.td_main_right
{
	width: 9px;
	
	background: url('../img/content_right.png');
}

.td_navigation
{
	width: 180px;
	background: #e7edf5;
	
	vertical-align: top;
	
	border-left: 1px solid #94adcd;
	border-right: 1px solid #e5e5e5;
	
	font-size: 10pt;	
}

.table_navigation
{
	padding-left: 20px;
	padding-right: 20px;
}

.td_navigation_link
{
	padding-bottom: 5px;
	
	vertical-align: middle;
	
}

.td_footer
{
	background-image: url('../img/footer.png');
	height: 41px;
	font-size: 8pt;
}

.td_footer_impressum
{
	color: #8d8d8d;
	
	padding-left: 2px;	
	padding-right: 2px;
}

.td_header
{
	vertical-align: top;
}

.td_languageSelection
{
	font-size: 10px;
}

.control_selectLanguage
{
	margin-right: 20px;
}

.table_languageFlags
{
	color: Gray;
	padding-right: 10px;
}

.table_registration_userdata
{
}

.input_field
{
	border: 1px solid #94adcd;
	background: #eeeeee;	
}

.input_validator
{
	margin: 0px;
	padding: 0px;
	
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
	
	padding-bottom: 2px;
}

.registration_formular_headline
{
	color: #194072;
	font-size: 14pt;
	font-weight: bold;
}

.registration_formular_sub_headline
{
	color: #194072;
	font-size: 12pt;
	font-weight: bold;
}

.registration_formular_sub2_headline
{
	color: #194072;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.registration_login_formular_text
{
	color: #194072;
	text-align: justify;
}

.registration_formular_td_bold
{
	font-weight: bold;
}

.registration_formular_gtc
{
	border: 1px solid #94adcd;
	background: #efefef;

	color: #194072;	
	font-size: 12px;
	font-family: Verdana;
	
	width: 100%;
	height: 300px;
}

.registration_formular_cag
{
	border: 1px solid #94adcd;
	background: #efefef;

	color: #194072;	
	font-size: 12px;
	font-family: Verdana;
	
	width: 100%;
	height: 100;
}

.registration_formular_option
{
	color: #194072;
}

.footer_update_stamp
{
	font-size: 8pt;
	color: Gray;
}

.text_feature_new
{
	padding-left: 1px;
	padding-right: 1px;
	
	font-family: Verdana;
	font-size: 6pt;
	font-weight: bold;
	color: #fff;
	
	border: 1px solid #fff;
	background-color: Red;
}