@CHARSET "UTF-8";



html, body {
 	height: 100%; /* wichtig */
	font-family: Arial;
	color: #666666;
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat-x;
	text-align: center;
	
	margin: 0px; 
    padding: 0px; 
    font-size: 10pt; 
}

form {
	margin: 0px; 
    padding: 0px;
}


#box{
	width: 814px;
	margin: 0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
	height: auto !important;/* moderne Browser */
	height: 100%; /* IE */
	background:#ffffff;
	background-image: url('../images/bg_content.gif'); 
	background-repeat: repeat-y;
}

#header {
	position: relative;
	
	width: 814px;
	height: 207px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#content {
	text-align:left;
	vertical-align:top;	
	margin-top:7px; 
	padding-left:230px;
	padding-right:20px;
	padding-bottom:45px; 
	background-repeat:repeat-y;
	background-position:left;
}

#footer {
	position: absolute;
    bottom: 0px;
    left: 0px;
	
	height: 36px;
	width: 100%;

    background-image: url('../images/footer.gif');
    background-repeat: no-repeat;
}


/* html elemente anpassen */
a {
    color:#ff9900;
    font-size:8pt;
    text-decoration:underline;
}

a:hover {
    color:#666666;
    font-size:8pt;
    text-decoration: none;
} 

h1 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
}

h2 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 11pt;
    font-weight: bold;
}

h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #666666;
    font-size: 10pt;
    font-weight: bold;
}


/*  Formularelemente  */
textarea, select, password {
    margin: 1px;
    border:#666666 solid 1px;
}

input.text, textarea.text, password.text {
    background: #fff;
    color:#ff9900; 
}


.inputStyle {
	margin: 1px;
    border:#666666 solid 1px;
}



/* Navigation */

#subnavigation {
    position: absolute;
    top: 200px;
    left: 7px;
    
    width: 177px;
    
    height: 500px;
    
    float: right;
}

#subnavigation h1 {
	width:163px;
    text-align:right;
    color:#666666;
	
	font-size:9pt;
    font-weight:bold;
	
	margin-top:18px;
    margin-bottom:12px;
}

.trenner {
    position:relative;
    float:left;
    
    height:1px;
    width:163px;
    
    margin: 12px 0px 12px 0px;  
    
    border-bottom: 1px solid #666666;
}


#subnavigation a {
    position:relative;
    float:right;
    
    width:163px;
    
    padding-right: 14px;
    margin-bottom:  5px;

    font-weight:normal;
    text-align: right;
    text-decoration: none;
    color: #666666;
}

#subnavigation img {
    position:relative;
    float:right;
    
    padding-right: 14px;
    margin-bottom:  5px;

    font-weight:normal;
    text-align: right;
    text-decoration: none;
    color: #666666;
}

#subnavigation a:hover {
    position:relative;
    float:right;
    
    padding-right:14px;
    margin-bottom:5px;

    text-decoration: none;
    font-weight:normal;
    color:#ff9900;
    text-align:right;
    text-decoration: none;
    width:163px;

    background-image: url('../images/icon/pfeil.gif');
    background-position: right;
    background-repeat: no-repeat;
}


/* sonstiges */

.notice {
    color: red;
}

.shipTableColumn {
	padding-left:  2px; 
	padding-right: 2px; 
	text-align:    center;
}

.required {
    color: blue;
}

.standard td, .standard th {
    height: 22px;
}