/* CSS Document */

body
{ 
	background-image: url(../images/bak.jpg);
	background-repeat: repeat-x;
	background-color: #edece7;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
} 

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:15px;
}
h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px;
}
h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
	font-weight:bold;

}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:11px;
}

.float_right {
	float:right;
	margin: 1em 0 1em 1em;
}

.float_left {
	float:left;
	margin: 1em 1em 1em 1em;
}

#grand-logo {
	width: 93px;
	height: 64px;
	position: relative;
	top: 14px;
	left: -150px;
}

#grand-logo img {
	border: none;
	outline-style:none;
	outline-width:0;
}

div#newsPic {
	margin-right:5px;
}

div.content
{
	background-image:url('../images/content_bak.jpg');
	background-repeat:repeat-y;
}

div.content_head { 
	width : 100%; 
	border-bottom: double #d8dbba;
	margin : 6px 2px 6px 2px;
	display: table;
}

div.content_main { 
	width : auto;
	margin : 6px 2px 6px 2px; 
	padding : 2px; 
	border-bottom:thin #d8dbba;
}

div#newsPic {
	margin-right:5px;

}

div.content_pic {
	float : left; 
	width : 156px; 
	margin : 10px 10px 6px 2px; 
	padding : 0;
}

img.product {
	border:solid #c4c6b1;
	margin-bottom:5px;
	margin-top:5px;
}

img.bullet {
	margin-right:5px;

}

a {
	color: #333333;
	text-decoration: none;
	border: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

.akt {

	border:1px solid #c4c6b1;
	margin:1px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:700px; 
font-size:0.85em;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
height:19px;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:139px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:139px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#413826; 
width:auto; 
height:19px; 
border:1px solid #504a31; 
border-width:1px 1px 1px 1px; 
background:#b0af98; 

line-height:19px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:139px;
w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:139px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:139px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:139px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


/* Kontaktformulären */

div input:hover { 
	border-color : #000;
	 
}

div input:active, input:focus { 
	border-color : #a2ae7c; 
}

div textarea:hover { 
	border-color : #000; 
}

div textarea:active, input:focus { 
	border-color : #a2ae7c; 
}

fieldset { 
	float : none;
	width : 400px;
	margin : 0; 
	padding : 10px; 
	border: 0;
	overflow : hidden;
	 
}

fieldset label {
	width: 100%;
	display: table;
	margin-bottom: 2px;
}

fieldset label span {
	float: left;
	text-align: right;
	width: 80px;
}

a.AllLink {
	text-decoration:none;
	color:#666666;
}

a.AllLink:hover {
	color:#333333;
	text-decoration:underline;
}

div.AllLink {
	border-top:1px solid #b9c78c;
	margin-top:10px;
	margin-bottom:10px;

}

fieldset label input, textarea {
	margin-left: 25px;
	width: 200px;
}

input {
	font : 76%/140% Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	border : 1px solid #b9c78c;
	
}

textarea {
	font : 76%/140% Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	border : 1px solid #b9c78c;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../gfx/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

