@charset "utf-8";
body {
	font: 100%/1.4 "Times New Roman", Times, serif;
	background-image: url("../_images/background.png");
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/*===============================================================================
                  Content of the Front page
===============================================================================*/
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 960px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
    
    /*background: inherit;*/
    background-image: url("../_images/background_content.png");
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/*===============================================================================
                  Properties of the header
===============================================================================*/

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    /*background: inherit;*/
    background-image: url("../_images/background_header.png");
	position: relative; 
}   

.site_title{
	/*background-image: url("_images/efv_header.png"); center center;*/
	background: inherit;
	font-family: "Times New Roman", Times, serif;
	font-size:48px;
	padding: 10px 0px 0px 50px;
	font-style:normal;
}

.site_sub_title{
	/*background-image: url("_images/efv_header.png"); center center;*/
	background: inherit;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding: 0px 0px 10px 50px;
	font-style:normal;
}


/*===============================================================================
                  Properties of the Front page
===============================================================================*/
.content {
	float: left;
	background: #FFFFFF;
    /*background-image: url("../_images/background_content.png");*/
	width: 80%;
	padding: 0px 0px 0px 0px;
}

.content h2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
/*	padding: 0px 100px 0px 100px;*/
}

.content p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;	
/*	padding: 0px 0px 0px 0px;*/
}

.right_side {
	float: left;
    /*background-image: url("../_images/background_content.png");*/
	/*width: 80%;*/
    display: inline;
    max-width: 192px;
	padding: 10px 10px 10px 10px;
    position:absolute;  
}

.right_side ul {
	padding: 5px 20px 10px 10px;
}


/*===============================================================================
                  Others
===============================================================================*/

td.product_image_click {
	border:solid;
	border-color:white
}


td.product_image_click:hover{
	border:dashed
}

/*----------------------------------------------------------------------*/

.om_oss p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;	
	padding: 0px 0px 0px 0px;
}

.kontakt_form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;	
	padding: 0px 0px 0px 0px;
}

/*----------------------------------------------------------------------*/
.bestall_form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;	
	padding: 0px 0px 0px 0px;
}


.bestall_form table tr td input {
	width: 300px;
}

.bestall_form_error_message {
	background:#FF99FF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;	
}

.bestall_form_error_message p {
	color:#FF0000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}



b.buy_terms_text {
	color: #000;
	text-decoration:none;
}

b.buy_terms_text:hover {
	color: #00F;
	text-decoration:underline;	
}

/*----------------------------------------------------------------------*/


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;	
	
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}




/*===============================================================================*/



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}



/*===============================================================================*/
/* ~~The footer ~~ */
.footer {
	padding: 1px 0px 0px 0px;
	background-image: url("../_images/background_footer.png");
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
/*===============================================================================*/
