﻿body 
{
    margin-top: 0px;
    padding-top: 0px;
}

body, td
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    background-color: #fff;
}

h1 
{
    clear: both;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: normal;
}

h2 
{
    clear: both;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #e46c0b;
}

a 
{
    color: #e46c0b;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
h1 a
{
	color: #000;
}

#page 
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 972px;
}

/* Header and main menu */
#page #header 
{
    background-image: url(../Pics/Static/Bergmoench-by-Koga-Header.jpg);
    width: 922px;
    height: 22px;
    margin-top: 0px;
    padding-top: 137px;
    padding-left: 50px;
}
#page #header ul 
{
    font-weight:bold;
    list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
    font-size: 13px;
/*	margin-top: 137px;
	margin-left: 50px;*/
}
#page #header ul li
{
    margin-right: 25px;
    position: relative;
	float: left;
}
#page #header ul li a
{
    color: #fff;
}
#page #header ul li a:hover
{
    color: #e46c0b;
    text-decoration: none;
}

#page #header ul.sub
{
    padding-top: 5px;
    font-size:11px;
    font-weight:bold;
    background-color:#000;
	position: absolute;
	top: 22px;
	left: -10px;
	width:auto;
	padding-bottom: 9px;
	text-indent: 15px;
}
#page #header ul.sub li
{
    margin-top:2px;
    margin-bottom:1px;
    clear:both;
}

#page #fbLogo
{
	position: absolute;
	top: 95px;
}
#page #shop 
{
    position: relative;
    top: 53px;
    left: 201px;
}

/* Quicklink bar (Presse-Kit, Kontakt, etc.) */
#page #quickLinks
{
    background-image: url(../Pics/Static/Header-Bottom-white.jpg);
    width: 972px;
    height: 60px;
    text-align: right;
}
#page #quickLinks ul 
{
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 165px;
	padding-top: 3px;
	height: 59px;
	clear: both;
}
#page #quickLinks ul li
{
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}
#page #quickLinks ul li a
{
    color: #000;
	text-decoration: none;
}
#page #quickLinks ul li a:hover
{
	text-decoration: underline;
}
#page #quickLinks ul li img
{
    border: solid 1px Transparent;
    margin-right: -4px;
}
#page #quickLinks ul li img.selected
{
    border: solid 1px #000;
}

#page #content 
{
    width: 750px;
    padding: 30px 110px 110px 110px;
    border: solid 1px #000;
    border-top: none;
}

#page #content .block
{
    clear: both;
}
#page #content .block .thumbnail
{
    width: 200px;
    float: left;
    margin-bottom: 10px;
}
#page #content .block .thumbnail img
{
	clear: both;
	margin-bottom: 20px;
}
#page #content .block .text
{
    width: 549px;
    float: right;
    margin-bottom: 30px;
}

/* Footer */
#page #footer 
{
    text-align: center;
    font-size: 9px;
}
#page #footer a
{
    color: #000;
}

/* Documents */
#page #content ul.documents
{
    clear: both;
    list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	line-height: 16px;
}

#page #content ul.documents li
{
	margin-bottom: 20px;
}

/* General classes used throughout the site */
.small 
{
    font-size: 11px;
    line-height: 16px;
}

img 
{
    border: none;
}

.clear
{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
}

.form .left 
{
	float:left;
	width: 343px;
	background-color: #d6d6d8;
	padding: 15px 0 0 12px;
}

.form .right 
{
	float:left;
	width: 343px;
	background-color: #d6d6d8;
	margin-left: 13px;
	padding: 15px 0 0 12px;
}


/* --Contact.aspx-- (Also added form for now) */
div.contact div.table
{
	float: left;
	height: 437px;
	width: 355px;	
}
div.contact div.left
{
	height: 422px;
	width: 343px;
	background-color: #d6d6d8;
	padding: 15px 0 0 12px;
}
div.contact div.right
{
	margin-left: 13px;	
	background-image: url('../Pics/Static/Bergmoench-Eating-Sandwiches.jpg');	
}

div.contact label { width: 135px; float: left; }
div.form label { width: 115px; float: left; }

div.form input,
div.contact input {
	width: 190px;
	float: left;
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	margin: 1px;
	padding: 2px;
}
div.form input.submit,
div.contact input.submit
{
	width: 75px;
}
div.contact textarea
{
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	width: 330px;
}
div.form textarea
{
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	width: 305px;
}
div.form .formError,
div.contact .formError
{
	border: solid 2px #f36621;
}
div.form div.success,
div.contact div.success
{
	border: 1px;
	margin: 30px 0 0 0;	
}
div.form input.verifier,
div.contact input.verifier
{
	width: 50px;
}
div.form img.ImageVerifier,
div.contact img.ImageVerifier
{
	float: left;
	position: relative;
	top: -15px;	
}
/* --TellAFriend.aspx--*/
div.taf div.table
{
	float: left;
	width: 355px;
	
}
div.taf div.left
{
   	height: 413px;
	width: 355px;
	background-color: #d6d6d8;
	padding: 12px 12px 12px 12px;
	font-size: 12px;
}
div.taf div.right
{
   	margin-left: 13px;
   	height: 437px;
   	background-repeat:no-repeat;	
	background-image: url('../Pics/Static/Bergmoench_TellAFriend.jpg');
}

div.form label,
div.taf label
{
	width: 115px;
	float: left;
}
div.form input,
div.taf input
{
	width: 190px;
	float: left;
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	margin: 1px;
	padding: 2px;
}
div.form input.submit,
div.taf input.submit
{
	width: 75px;
}
div.form textarea,
div.taf textarea
{
    font-family: Verdana, Sans-Serif;
	font-size: 12px;
	width: 305px;
}
div.form .formError,
div.taf .formError
{
	border: solid 2px #f36621;
}
div.form div.success,
div.taf div.success
{
	border: 1px;
	margin: 30px 0 0 0;	
}
div.form input.verifier,
div.taf input.verifier
{
	width: 50px;
}
/*--/TellAFriend.aspx--*/
div.form .rbBigList td,
div.form .rbList td
{
	background-color: #d6d6d8;
}
div.form .rbList label
{
	width:40px;
}
div.form .rbBigList label
{
	width:100px;
}
 
div.form input[type="file"] 
{
	background-color: #FFF;
	width:198px; 
}
div.form input[type="radio"] 
{
	width:20px;
}

/* Press */
div.press label
{
	width: 225px;
	float:left;
	clear:left;
}
div.press table label
{
	float:none;			
}
div.press table td input
{
	float:none;	
}
div.press table
{
	float:left;			
}
div.press div.register table
{
	margin-top:2px;	
}
div.press input
{
	float:left;	
}
div.press input[type="text"]
{
	margin-top:2px;
	float:left;	
	width: 250px;	
}
div.press textarea
{
	margin-top:2px;
	float:left;	
	width: 250px;	
}
div.press select
{	
	margin-top:2px;
	float:left;	
	width: 250px;	
}
div.press img.ImageVerifier
{
	float: left;
	position: relative;
	top: -15px;	
}

div.press input.submit
{
	clear:left;	
	
}
div.press div.register
{
	margin-top: 25px;
	display:none;	
}
div.press label span
{
	color:#f36621;
	float:none;
}

div.press span 
{
	float:left;
}
div.press .formError
{	
	border: solid 2px #f36621;
}
div.press div.register p
{
	font-weight: bold;	
	
}

/* Dealers map */
div#searchDealers 
{
	height: 500px;
}

div#searchDealers div#map 
{
	height: 520px;
	width: 550px;
	position: relative;
	float: right;
}

div#searchDealers div#searchForm 
{
	width: 145px;
	position: relative;
	float: left;
	background-color: #D6D6D8;
	padding: 20px;
	margin-right: 10px;
	height: 510px;
}

div#searchForm select, div#searchForm input, div#searchForm button
{
	width: 145px;
	
}

div#searchDealers span#noDealersFound 
{
	font-weight: bold;
}