body {

	/*font: 80%/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	
	background-color: #FFFFFF;

	color: #000000;

	padding: 0;
	
	topmargin:0px;
	
	margin: 0px;
	
	bottommargin: 0px;
}

h1 {

	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0067CE;
	background-color: transparent;
	margin-top:20px;

}

h2 {

	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0067CE;
	background-color: transparent;

}

h3 {

	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0067CE;
	background-color: transparent;

}

a { text-decoration: none; color: #0067CE; /*border-bottom: 1px dotted #369;*/ }
a:hover { /*border-bottom: 1px dashed #49515C;*/ text-decoration: underline; color: #49515C; }

#main table {

	font: 90%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#main2 table {

	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, San-Serif;

}


#interface table {

	font: 90%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#main table td {
	height: 25px;
	margin-left: 10px;
	margin-right: 10px;

}

fieldset {
		border: 1px dotted #B5E2FE;
		width: 200;
		}
legend {
		color: #2A5297;
		font-size: 12px;
		font-family: Verdana, Helvetica, Arial, San-Serif;
		}

/*----------Form----------------*/
#form_content {
	float: left;
	padding-left: 40px;		
}

textarea {
	border: 1px dashed #999;
	width:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

textarea:focus{
	background-color: #F7F9FD;
	border: 1px dotted #999;
}

input {
	border: 1px dashed #999;
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	
}

input:focus {
	background-color: #F0F0F0;
	border: 1px dotted #999;
}

input:hover, textarea:hover{
	border: 1px dotted #999;
}


/*--------------Produktdetails -----------------*/


.MwSt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	}
	
.MwSt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}
	
.MwSt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	}
	

#start {
	font: 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
#start a {
	font: 100%/2.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
#start a:hover {
	  border-bottom: 1px dashed #FFFFFF;
	  color: #FFF; }

#warenkorb a {
	border-bottom: none;
}

#warenkorb a:hover {
	border-bottom: none;
}


/*--------Tooltip -------------------*/

 /* a, .tipp {
	position: relative;
	left: 533px;
	top: 508px; */


	}
 
 a span, .tipp span {
 	display: none; 
 	font: 11px arial,helvetica,sans-serif;
	color: #000066;
	}

a:hover, .tipp:hover { 
	background-color: transparent;
	}

a:hover span, .tipp:hover span { 
	width: 300px;
	position: absolute;
	top: 30px; left: 30px;
	display: block;
	background: #e6ecff;
	border: 1px solid #003399; 
	text-decoration: none; 
	padding: 3px; opacity: .8; 
	filter: alpha(opacity=80); }
}

/*
---------------
nav c type link
-------------
*/


.c:link {text-decoration: none; color: #0067CE;}
.c:hover {text-decoration: none; color:#ED2623;}
.c:visited {text-decoration: none; color: #333333;}
.c:visited:hover {text-decoration: none; color:#ED2623;}

.m:link {text-decoration: none; color: #ED2623;}

#nav {
border-bottom: 1px #0067CE dotted;
width: 975px;
font-size:140%;
color:#0067CE;
line-height:1.6;
text-align:left;
margin-bottom:20px;
text-decoration: none
}

/*
---------------
Buttons
-------------
*/

a.squarebutton{
background: transparent url('../images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* ------ Images Opacity ----- */

.opacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacity2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacity2:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.effekt {
	margin: 0 0 5px 10px;
	padding: 4px;
	display:block;
	width:120px;
	height:150px;
	border:1px dotted #999999;}
	
.effekt2 {
	margin: 0 0 5px 10px;
	padding: 4px;
	display:block;
	width:300px;
	height:200px;
	border:1px dotted #999999;}

/* Dootted Line */

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
	overflow:hidden;
}
