﻿body {
	color:#000000;	
	font:12px Verdana, Arial, Helvetica, sans-serif;	
	margin:0 auto;
	min-width:882px;
	background:url(images/bg.gif) repeat-x left top #000;
}

h1{font-family:Trebuchet MS,Helvetica,sans-serif;font-weight:bold;font-size:170%;margin-bottom:10px;}
h2{font-family:Trebuchet MS,Helvetica,sans-serif;font-size:140%;font-weight:bold; color:#4d4d4d}
h3{font-family:Trebuchet MS,Helvetica,sans-serif;font-size:140%;font-weight:bold;padding:0;margin:0;}
.i {border:1px solid #999;font-size:100%;font-family:Trebuchet MS,Helvetica,sans-serif;}
.ifield { margin:5px 0 5px 0;padding:3px; width:150px;}

.header {width:530px; border-bottom:1px solid #555;margin-bottom:15px;}
.lined {width:588px; padding-bottom:4px;background-image:url(images/def/line.png); background-repeat: no-repeat; background-position: right bottom;
} 
a img {
border: 0;
}

a { 
 color: #3382b9;
 text-decoration:none;
 }

a:hover 
{
 color:#000000;
}

#nav a {

}

#nav a:hover{

}

#nav a:hover img{

}

#container {
	width:882px;
	margin:0 auto;
	background:#313131 url(images/spacer.gif) repeat-y;
	overflow:hidden;	
}

#content{
	width:530px;
	color:#000000;
	padding: 2px 20px 10px 20px;
	float:left;
	text-align:justify;
}

#contenthaube{
	width:882px;
	height:12px;
	margin:0 auto;
	background:transparent url(images/contenthead.png) no-repeat;	
}

#contentend{
	width:882px;
	margin:0 auto;
	height:14px;
	background:transparent url(images/contentfoot.png) no-repeat;
}

#sidebar {
width:300px;
float:right;
padding: 2px 1px 10px 10px;

}

#topbar {	
	height:10px;	
	margin: 0 auto 10px auto;
	width:882px;
	font-size: 10px;
	text-align: right;
}

#topbar ul{ list-style:none; margin:0; padding:0; }
#topbar li{ display:inline; color:#000000; }

#header {	
	height:60px;	
	margin: 0 auto;
	width:882px;
}

#nav {
	height:127px;
	background:transparent url(images/nav/transheader.png) no-repeat;
	margin:0 auto 15px auto;
	width:882px;
}

#navitems {
	padding: 0;
	}
	
.navitem {
	margin:0;
}

#navtxt 
{
    color: #FFFFFF;
    margin: 0 auto;
}

.navtxtitem 
{
    padding: 0 53px 0 53px;
}

#footer {
	margin:0 auto 15px auto;
	width:882px;
	color:#7f7f81;
	font-size:9px;
}

#footer img
{
	vertical-align:middle;
}

#footer a {	
	color:#7f7f81;
}

#footeritems {
	padding: 15px 5px 15px 5px;	
	text-align:center;
}
	
.footeritem {
	margin:0 15px 0 15px;
}

#nav a:hover
{
background-color: transparent;
/*background-image: url(images/highlight-mac-hover.png);*/
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center bottom;
}

.order td
{
	border:solid 1px #000000;
}

.redbg
{
	background-color:#FFCCCC;
}

.greenbg
{
	background-color:#CCFFDA;
}

.yellowbg
{
	background-color:#FFFFCC;
}

.bluebg
{
	background-color:#CCDFFF;
}

#uschi
{
	background: #FFFFFF url('images/uschi.jpg') no-repeat bottom right;
	height: 180px;
	width: 300px;
	float:right;
}

#mcbut
{
	position: absolute;
	display: inline;	
	top:0;
	text-align:right;
	float:right;
	width:91px;
	height:90px;
	padding:0;
	margin:0;
	border:0;
	background: transparent url('images/mcbut.png') no-repeat right;
	z-index:-1;	
}

#cimg
{
	width:400px;
	height:360px;	
}

#imgcontainer
{
    width:500px;    
	border: 1px dashed #a4a4a4;
	margin-bottom: 20px;
}

.cart-access
{
position: absolute;
display: inline;
float: right;
text-align: right;
width: 650px;
top:35px;
padding:0;
margin:0;
}

.cart-txt
{
font-size: 10px;
color:#FFFFFF;
position:absolute;
display: inline;
float: left;
width: 250px;
right:46px;
top:27px;
}


/* Tooltip */
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/nav/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('images/nav/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('images/nav/shadow2-reverse.png');
}

#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }

.touchform {
	margin: 20px 10px 10px;
	font: 110% Arial, Helvetica, sans-serif;
	color: #000000;
}

.touchform p{
	clear: left;
	margin: 5px 0 10px 0px;
	position: relative;
}

.touchform label{
	font-weight: bold;
	color:#598192;
	float: left;
	width: 120px;	
	margin-right: 8px;
}

.touchform input{
	width: 350px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
}

.touchform textarea{
	width: 350px;
	height: 140px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
	padding: 2px;
}

.touchform .submitbutton {
	width: auto;
	padding: 4px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
}

.touchform .indent {
	margin-left: 128px;
}

.touchform .submitbutton:hover {
	background: #779d03;
}

.touchform #usermessage {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 5px 125px;
}

.touchform .error {
	border: 1px solid #FF9900;
}

.touchform .failure {
	color:#FF9900;
}

.touchform .success {
	color:#669900;
}

.touchform .required {
	position: absolute;
	color: #97b5c2;
	top: 3px;
	padding-left: 5px;
}

.touchform textarea:focus, .touchform input[type="text"]:focus {
	background: #F1FFD5;
}

.tdbg 
{
    background: url(http://megacase.de/images/def/bg.png) no-repeat top left;
	width:526px;
	height:48px;	
}

.tdtxt
{
    padding:8px 5px 8px 5px;
}

.defbox
{
    background: url(http://megacase.de/images/def/bgbottom.png) no-repeat top left;
    width:583px;
    height:112px;
}

.txtgray 
{
    color: rgb(107, 107, 107);
}

.red 
{
    color:red;
}