/* CSS-Definitions für JAM-Shop 2007 */
/* Version für www.media-werbung.de */

body 	{
		font-family:Arial, Helvetica, sans-serif; 
		background-color:#FFFFFF; 
		color:#333333;
		border:0; 
		text-align:center;
		padding:0px;
		border-spacing:0px;
		margin:0px;
		}
		
#wrapper {
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		margin-bottom:10px;
		}

#menu {
		display:none;
		}
	
#menu a {
		color:#FFFFFF;
		}	
		
#oben 	{
		margin-top: 85px;;
		background-color:#3a6088;
		text-align:center;
		}
				
#shoplogo {
		display:inline;
		position: relative;
		top: -27px;
		margin-bottom: 10px;
		width: 100px;
		height: 50px;
		border:none;
		}

#content {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		background:#FFFFFF;
		padding:5px;
		text-align:left;
		width:700px;
		margin:0 auto 0 auto;
		}
		
#search {
		display:none;
		}

#basket {
		display:none;
		}	
		
#admintools {
		display:none;
		}		
		
		
.admin { 
		border-style:dotted;
		border-color:#FF3300
		}		
		
#login {
		display:none;
		}	
		
#admintools h1, #basket h1, #login h1, #search h1 {font-size:11px; margin:0;}	

#admintools a {color:#FFFFFF}			
		
.variables{
		font-family:"Courier New", Courier, mono;
		text-align:left;
		font-size:12px;
		background-color:#DDDDDD;
		margin:5px;
		padding:5px;
		max-width:800px
		}
		
#main 	{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:10px;
		max-width:800px;
		}
		
#main h1 h2 h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#003366
		}
		
.error	{
		display:none;
		}

#unten {
		}
	
#footer {
		display:none;
		}
		
.fliesstext {
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		}		
		
.button {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9px;
		color:#FFFFFF;
		background-color:#3a6088;
		border-top-color:#397ac0;
		border-top-style:solid;
		border-top-width:1px;
		border-left-color:#397ac0;
		border-left-style:solid;
		border-left-width:1px;			
		border-right-color:#32557a;
		border-right-style:solid;
		border-right-width:1px;
		border-bottom-color:#32557a;
		border-bottom-style:solid;
		border-bottom-width:1px;
		height:15px;		
		}
		
.specialbutton {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:9px;
		color:#FFFFFF;
		background-color:#909677;
		border-top-color:#90a393;
		border-top-style:solid;
		border-top-width:1px;
		border-left-color:#90a393;
		border-left-style:solid;
		border-left-width:1px;			
		border-right-color:#8c9170;
		border-right-style:solid;
		border-right-width:1px;
		border-bottom-color:#8c9170;
		border-bottom-style:solid;
		border-bottom-width:1px;
		height:15px;		
		}	
			
.textfield_normal {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		color:#4e7196;
		border-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#3a6088;
		background-color:#e6eaed;
		height:15px;
		}
		
.textfield_focus {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		color:#4e7196;
		border-style:solid;
		border-width:1px;
		border-color:#3a6088;
		background-color:#ffffff;
		height:15px;
		}

table {background-color:#FFFFFF;
		font-size: 12px; border:1px solid; width:100%}
table .tablehead {background-color:#3a6088; color:#FFFFFF}
table .tablerow1 {background-color:#e6eef7}
table .tablerow2 {background-color:#cddeef}
		
.hide 	{
		visibility:hidden
		}