
*, body, html {
    margin: 0px;
	padding: 0px;
	border: 0px;
}

input, select, textarea {
	border: 1px solid #333333;
	margin: 1px;
	padding: 1px;
}




/** Textformatierungen **/

div, p, body, td, h1, h2, h3, input, textarea {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

body {
    padding-left: 17px;
	background-image:  url(/gfx/bg_kugeln.jpg);
	background-repeat: no-repeat;
	background-position: 70px 300px;
    background-attachment:fixed;
}


#page {
    width: 983px;
	padding-top: 100px;
}


#topnav {
	border-top: 4px solid #649797;
    width: 100%;
    background-color: #E0EAEA;
	padding-top: 12px;
}



#topnav li {
    display: inline;
}

#topnav a {
    margin: 0px;
	padding: 0px;
	color: #649797;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Seriv;
	font-size: 12px;
	padding-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #649797;
}

#topnav a:HOVER {
    color: #427878;
}

#logo {
    position: absolute;
	top: 25px;
	left: 70px;
}

#cardsearch {
	position: absolute;
	width: 380px;
	top: 76px;
	left: 620px;    /* 720 */
	color: #649797;
}

#cardsearch input{
	vertical-align: middle;
    border: 1px solid #649797;
}


#feetnav {
	margin-top: 25px;
    text-align: center;
}

#feetnav li {
    display: inline;
}

#feetnav a {
    margin: 0px;
	padding: 0px;
	color: #649797;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Seriv;
	font-size: 10px;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 18px;
}

h1 {
	margin-top: 20px;
}

p {
	margin-top: 8px;
}

/**** SubNav *****************************/

#subnav {
    margin-top: 5px;
}

#subnav li {
	display: inline;
	margin-left: 5px;
	margin-right: 12px;
}

#subnav a {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#subnav a:HOVER {
	color: #000000;
}

/**** Preistabelle ***/

table.priceTable {
	background-color: #DDDDDD;
	margin-left: 5px;
	margin-top: 10px;
	width: 230px;
}

table.priceTable tr {
	background-color: #FFFFFF;
}

table.priceTable td.head {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #333333;
}

/*** Bestell Tabelle ***/


.orderFormTable {
	margin-left: 5px;
	margin-top: 10px;
} 
	    
	    
/** Nachrichten **/

p.msg {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}  

p.errorMsg, p.error {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.xs {
    font-size: 10px;
}
	      
	      
/**  CustTBL **/

table.custTBL {
    margin-top: 20px;
}

.custTableContent {
    font-size: 11px;
    margin: 3px;
}

.custTableHeader {
    font-weight: bold;
    font-size: 11px;
    margin: 3px;
    color: #333333;
}

