html{
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#2c556c;
}

.logo
{
	margin:71px 0 0 350px;	
}

.bar_image
{
	padding:0;
	margin:10px 0 0 0;
	
}

.main
{
	width:740px;
	min-height: 515px;
	height: auto !important;
    height: 515px;
	margin:26px 0 0 144px;
	padding:0;
	background-color:#ffffff;
	border:1px solid #2c556c;		
}

.menu
{
	width:738px;
	height:22px;
	margin:1px 0 0 1px;
	padding:5px 0 0 0;	
	background-color: #2c556c;
	text-align: center;
}

a.item,a.item:link, a.item:visited, a.item:active, a.item:hover
{ 
	font-size: 11px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 0 0 0 #000;
	text-decoration: none;
	margin: 0;
	
}

a.item_hi,a.item_hi:link, a.item_hi:visited, a.item_hi:active, a.item_hi:hover
{ 
	font-size: 11px;
	font-weight: 600;
	color: #bed68f;
	text-shadow: 0 0 0 #000;
	text-decoration: none;
	margin: 0;
	
}

.delimiter
{
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 0 0 #000;
	margin: 0 5px 0 5px;
	padding: 0;	
}

.headline
{
	font-size: 11px;
	font-weight: 600;
	color: #bed68f;	
	margin: 16px 0 0 110px;		
	line-height: 11pt;
}

.text
{
	font-size: 10px;
	font-weight: 400;
	color: #2c556c;	
	margin: 10px 0 0 110px;	
	line-height: 11pt;	
}

.footer
{
	margin: 0;
	padding: 0;
	width:740px;
	background-color: #2c556c;
	height: 20px;
}

.subheadline
{
	font-size: 10px;
	font-weight: 400;
	color: #2c556c;	
	margin: 0 0 0 110px;	
}

.signature_image
{
	margin: 0px 0 0 98px;		
}

.signature
{
	font-size: 10px;
	font-weight: 400;
	color: #2c556c;	
	margin: 0 0 0 110px;		
}

input.large { 
	font-family: Verdana;
	width: 150px;
	font-size: 11px;
	border:1px solid #2c556c;
    margin-top: 2px;
}

input.medium { 
	font-family: Verdana;
	width: 100px;
	font-size: 11px;
	border:1px solid #2c556c;
    margin-top: 2px;
}

select.medium { 
	font-family: Verdana;
	width: 100px;
	font-size: 11px;
	border:1px solid #2c556c;
    margin-top: 2px;
}

input.small { 
	font-family: Verdana;
	width: 20px;
	font-size: 11px;
	border:1px solid #2c556c;
    margin-top: 2px;
}
   
ul {
	list-style:none;
	margin: 16px 0 0 0px;
    padding: 0; 
 }

li label {
	float:left;
	width:200px;
	font-size: 10px;
	font-weight: 400;
	color: #2c556c;		
	padding: 0;
	margin: 4px 10px 0 0;
	text-align: right;
}

form.nospace
{
	margin: 0;
	padding: 0;
}

.calendar
{
	cursor: pointer;
	margin: 0 0 1px 5px;
	border: none;
	padding: 0;
	vertical-align: bottom;
}

ul.outer
{
	list-style:none;
	margin: 10px 0 0 110px;
    padding: 0; 	
}

li.inner
{
	margin: 0;	
	padding: 0;
}

a.strasserhof,a.strasserhof:link, a.strasserhof:visited, a.strasserhof:active, a.strasserhof:hover
{ 
	font-size: 11px;
	font-weight: 400;
	color: #2c556c;
	text-decoration: underline;
	vertical-align: 25px;
	margin-left: 10px;
}

a.weinbau,a.weinbau:link, a.weinbau:visited, a.weinbau:active, a.weinbau:hover
{ 
	font-size: 11px;
	font-weight: 400;
	color: #2c556c;
	text-decoration: underline;
	vertical-align: 30px;
	margin-left: 16px;
}

a.kontakt,a.kontakt:link, a.kontakt:visited, a.kontakt:active, a.kontakt:hover
{ 
	font-size: 10px;
	font-weight: 400;
	color: #2c556c;
	text-decoration: none;
}

input.button_save { 
   border-style: groove;
   background-color: rgb(204, 204, 204);
   font-family: Verdana;
   font-size: 11px;
   margin: 10px 0 0 210px;   
   padding: 0 2px 0 2px;
   overflow:visible;
}

div.status_pos_input { 
    font-size: 11px;
	font-weight: 400;
    background-color: rgb(255, 255, 255);    
    padding:0;
	margin:10px 0 0 210px;    
    }  
  
div.status_error { 
  	font-size: 11px;
	font-weight: 400;
    color: rgb(255, 0, 0);    
    margin-left: 0px;
    }
    
span.status_error
{
	font-size: 10px;
	font-weight: 400;
    color: rgb(255, 0, 0); 
    }    
  
div.status_notice { 
  	font-size: 11px;
	font-weight: 400;
    color: rgb(153, 153, 153);    
    margin-left: 0px;
    }  
  
div.status_success { 
  	font-size: 11px;
	font-weight: 400;
    color: rgb(0, 153, 0);    
    margin-left: 0px;
    }