/*
// =====================================================================================================================
// Sourcedatei : ASPBestellabwicklung.css
// Author      : Jochen Deing
// Version     : 1.0
//
// SuMa Wasserbetten GmbH
// Wiegenkamp 33 (Ecke Butenpaß 6)
// 46414 Rhede
//
// Copyright © 2007-2009	
// =====================================================================================================================
*/

.ASPContentContainer 
{
    margin: 0px 0px 0px 4px;
	position:relative;
	width:99%;
}

.ASPContentKopf 
{
    background: url(../picts/abwicklung/wk_kopf.jpg) no-repeat left top;
    background-position: -2px 0px;
    float:left;
    height:99px;
    width:100%;
}

.ASPContentInhaltKopf
{
    float:left;
}

.ASPContentHintergrund
{
    float:left;
    background: url(../picts/abwicklung/wk_hintergrund.jpg);
    background-position: -2px 0px;
    float:left;
    width:98%;
}

.ASPContentInhalt 
{
    float:left;
    width:100%;
    font-size: 12px;
}

.ASPContentFuss 
{
    background: url(../picts/abwicklung/wk_fuss.jpg) no-repeat left top;
    background-position: -2px 0px;
    float:left;
    width:822px;
    height:69px;
    position:relative;
}

.ASPContentTrenner 
{
    background: url(../picts/abwicklung/wk_artikel_trenner.gif) repeat-x;
    float:left;
    width:786px;
    height:4px;
    margin:10px 5px 5px 10px;
}

.ASPContentButton 
{
    width:180px;
    height:32px;
}

.ASPContentButtonWK
{
    width:190px;
    height:40px;
}

.ASPContentLinkButton 
{
	font-weight: bold; 
	color:#003366;
}

.ASPContentButtonSpalte 
{
    width:150px;
}

.ASPEingabebox 
{
	width:244px;
	height:18px;
	color: Black;
	background-color:#D8F1F5;
	border:1px solid #003366;
	margin:1px 0px 1px 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 13px;
}

.ASPEingabeboxUpperCase
{
	width:244px;
	height:18px;
	color: Black;
	background-color:#D8F1F5;
	border:1px solid #003366;
	margin:1px 0px 1px 0px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 13px;
	text-transform:uppercase;
}

.ASPAuswahlbox 
{
	width:250px;
	height:20px;
	background-color:#D8F1F5;
	color: Black;
	border:1px solid #003366;
	margin:1px 0px 1px 0px;
	font-size: 13px;
}

.ASPRadioButtonList
{
    font-weight: bold;
    width:100%;
    line-height:1.4em;
}

.ASPRadioButtonList label
{
    padding-left: 5px;
}

.ASPRadioButtonList a
{
    color: Black;
}

.ASPRadioButtonList a:hover
{
    color: #790012;
	text-decoration: underline;
}

.ASPZusammenfassungInhalt 
{
	font-weight:bold;
	color:#003366;
}

.ASPZusammenfassungLabel 
{
	font-weight:normal; 	
	color:#000000;	
}

.ASPZusammenfassungKopf
{
	font-weight:bold; 	
	color:#003366;
}

.ASPAutocompleteList
{  
	visibility : hidden;
	margin : 0px!important;
	background-color:#D8F1F5;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor: pointer;
	overflow : auto;
	height : 180px;
    text-align : left; 
    list-style-type : none;
    z-index: 99999;
}

.ASPAutocompleteElementHighlighted
{
	background-color: window;
	cursor: pointer;
	color: black;
	padding: 1px;
	font-weight:bold; 
	color:#003366;
}

.ASPAutocompleteListItem 
{
	background-color:#D8F1F5;
	color : windowtext;
	padding : 1px;
}

.ASPMerkzettelFragezeichen 
{
    float:left;
}

.ASPContentAusblenden 
{
    display: none;
}

.ASPContentEinblenden 
{
    display: inherit;
}