.printonly { display: none; height: 0px; width: 0px; } 

/****************** Reset defaults *******************/
body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
	*font-size: small;
	*font: x-small;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}



/******************* Standard Styles *****************/
body
{
	font: 12px arial, verdana, sans-serif;
	color:#5E6C6F;
	background: #E9ECED;
	line-height:125%;
	text-align:left;
}

h1
{
    font-size: 14px;
    font-weight: normal;
	padding:30px 0px 20px 0px;
    color: #FFFFFF;   
}

h1r
{
    font-size: 9px;
    font-weight: normal;
	padding:30px 0px 20px 0px;
    color: #FFFFFF;   
}

h2
{
    font-size: 12px;
	font-weight: bold;
	padding:30px 0px 20px 0px;
	color: #DC5C02;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	color: #5E6C6F;
}

td
{
  	vertical-align:top;
  	font-size: 12px;
	/* line-height: 18px; */
	color: #5E6C6F; 
}

a
{
	font-size: 12px;
	text-decoration: underline;
	color: #5E6C6F; 
}

textarea 
{
	border:1px solid #5E6C6F;
	background-color: #FFFFFF;
}

/********** Divs *************/
.bg_all
{
	width:  982px;
	height: 100%;
	background: url("../images/bg_all.gif") repeat-y;
}

.bg_all_inner
{
	width:  982px;
	height: 100%;
	background: url("../images/bg_all_top.gif") no-repeat;
}

.el_logo
{
	float:  left;
	width:  677px;
	height: 110px;
	/* border: 1px solid #FF0000; */
}

.el_nav_service
{
	float:  left;
	width:  677px; /*maximal 686px*/
	height: 40px;
	/* border: 1px solid #FF0000; */
}
.el_nav_service_inner
{
	padding: 20px 0px 0px 400px;
}

.el_emo_right
{
	float:  right;
	width:  296px;
	height: 180px;
	/* border: 1px solid #FF0000; */
}

.el_emo_left
{
	float:  left;
	width:  201px;
	height: 229px;
	/* border: 1px solid #FF0000; */
}

.el_h1
{
	float:  left;
	width:  476px;
	height: 57px;
	/* border: 1px solid #FF0000; */
}
.el_h1 h1
{
	padding: 38px 0px 0px 200px;
}


.el_sidebar_left
{
	float:  left;
	width:  201px;
	padding: 20px 0px 0px 0px;
	/* border: 1px solid #FF0000; */
}
.el_sidebar_left_inner
{
	padding: 0px 0px 25px 50px;
}

.el_content_sidebar_right
{
	float:  right;
	width:  780px;

	/* border: 1px solid #FF0000; */
}

.el_content
{
	float: left;
	width: 575px;
	/* border: 1px solid #FF0000; */
}
.el_content_inner
{
	padding: 0px 40px 40px 40px;
}

.el_sidebar_right
{
	float:  right;
	width:  200px;

	/* border: 1px solid #FF0000; */
}

.el_sidebar_right_inner
{
	padding: 25px 10px 25px 10px;
  background: url("../images/line_sidebar_right.gif") bottom no-repeat;
	/* border: 1px solid #FF0000; */
}


.bg_foot
{
	height: 90px;
	background: #E9ECED;
}

.el_foot1
{
	float: right;
	width: 982px;
	height:17px;
	line-height:17px;
	background: #5E6C6F;
	color: #879598;
	font-size: 10px;	
}
.el_foot1_inner
{

	padding-left: 240px;
}
.el_foot1 a,
.el_foot1 a:active, .el_foot1 a:hover
{
	color: #879598;
	font-size: 10px;
	text-decoration: none;
	cursor: text;
}

.el_foot2
{
	float: right;
	width: 782px;
	height:17px;
	line-height:17px;
	background: #879598;
	color: #5E6C6F;
	font-size: 10px;	
}
.el_foot2_inner
{
	padding-left: 40px;
}
.el_foot2 a,
.el_foot2 a:active, .el_foot2 a:hover
{
	color: #5E6C6F;
	font-size: 10px;
	text-decoration: none;
	cursor: text;
}

.el_foot3
{
	float: right;
	width: 782px;
	height:17px;
	line-height:17px;
	padding-top:20px;
	font-size: 10px;
}
.el_foot3_inner
{
	padding-left: 40px;
}
.el_foot3 a,
.el_foot3 a:active, .el_foot3 a:hover
{
	color: #879598;
	font-size: 10px;
	text-decoration: none;
	/* cursor: text; */	
}


/***** Formulare *********/
.submitbutton
{

   font-weight:bold;
   color:#314B5F;
   background-color: #FFFFFF;
   border:1px solid #5E6C6F;
   cursor:pointer;
}

.submitbuttonActive
{

   font-weight:bold;
   color:#314B5F;
   background-color:#E6F5FF;
   border:1px solid #5E6C6F;
   cursor:pointer;
}

.form_kontakt_input_text
{

   color:#000000;
   border:1px solid #5E6C6F;
   /* width: 270px; */
   height:20px;
}

.form_kontakt_input_text_mandatory
{

   color:#000000;
   border:1px solid #5E6C6F;
   /* width:270px; */
   border-left:5px solid #5E6C6F;
   height:20px;
}

.form_kontakt_textarea
{

   color:#000000;
   border:1px solid #5E6C6F;
   /* width: 270px; */
   height:120px;
}


.text_small
{

   font-size:9px;
   color:#000000;
   border-left:5px solid #5E6C6F;
}

