
/* ###################################################################################### //
// ALLGEMEINE DEFINITION:
// ###################################################################################### */

body {
	background-image: url(pics/main_bg.gif);
	margin-left: 0px;
	padding: 0px;
}
img{
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}


/* ###################################################################################### //
// NAVIGATION / TABS:
// ###################################################################################### */

.text_tab_off {
	color: #dce1ed;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	white-space:nowrap;
}
.text_tab_off:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	letter-spacing:-1px;
	white-space:nowrap;
}
.text_tab_on {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	letter-spacing:-1px;
	white-space:nowrap;
}


/* ###################################################################################### //
// NAVIGATION / FOOTER:
// ###################################################################################### */

.text_footer {
	color:#999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.text_footer_off {
	color:#999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	white-space:nowrap;
}
.text_footer_off:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	white-space:nowrap;
}
.text_footer_on {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	white-space:nowrap;
}


/* ###################################################################################### //
// PICTURES / IMAGES:
// ###################################################################################### */

.img_big {
	float: left;
	padding: 3px;
	border: 1px solid #819BC0;
	background: #ffffff;
}
.img_bigold {
	float: left;
	padding: 3px;
	border: 1px solid #D9D8CB;
	background: #ffffff;
}


/* ###################################################################################### //
// FONTS / TEXTS:
// ###################################################################################### */

.text_body1 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}
.text_body1b {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}
.text_body2 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}

.text_body3:link 			{color: #A4B3CE; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size: 11px;}
.text_body3:visited 		{color: #A4B3CE; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: normal; font-size: 11px;}
.text_body3:hover 			{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}
.text_body3:visited:hover 	{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}

.text_body4:link 			{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}
.text_body4:visited 		{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}
.text_body4:hover 			{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}
.text_body4:visited:hover 	{color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;  text-decoration: none; font-weight: bold; font-size: 11px;}

.text_body5 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ###################################################################################### //
// LINKS / BUTTONS:
// ###################################################################################### */

.link_1 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.link_1:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.button_formless{
	cursor: pointer;
	background: none;
	border-style: hidden;
}

  
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/pics/button_1.gif') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    height: 44px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
}

a.button span {
    background: transparent url('/pics/button_1.gif') no-repeat;
    display: block;
    line-height: 34px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
}




.textfield1 {    
	border: solid 1px #8DA0C1;
    width: 366px;
	height: 120px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	text-decoration: none;
	font-weight: normal;
    overflow: auto;
	text-indent: 2px;
}
.textbox1 {    
	border: solid 1px #8DA0C1;
    width: 248px;
	height: 17px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	text-decoration: none;
	font-weight: normal;
	vertical-align:middle;
	text-indent: 2px;
}
