/* ** germankitchens.co.nz - default stylesheet */

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 2; 
    border: 1 #000000;
}

ul {
	padding-left: 2em;	
}

body {
	background-color: #666666;
	text-align: center;
	margin-top: 4em;
	background-image: url(../images/bg.gif);
}

.page {
	width: 70%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
	color: #FFF;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #CC0000;
}

#logo_black {
	/* logo color 2: */
	color: #FFF;
}

#award {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	letter-spacing: -0.04em;
	width: 480px;
	text-align: right;
	float: right;
	color: #FFFFFF;
}

#award a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #CC0000;
}

#award_red {
	/* logo color 2: */
	color: #CC0000;
}

.clear-both {
   clear: both;
}

#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
	border:1px solid #333;
}

.facebook {
	background-color: #D4D0C8;
	margin: 0 auto;
	text-align: center;
	float: right;

	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 0.3em;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #CC0000;
	text-decoration: none;
}

#padding {
	padding: 1em;
}
/* this changes the Background image of each page listed: */
#innerpage {
	/* Default Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#index {
	/* Background image: */
	background-image: url(../images/index25.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#about {
	/* Background image: */
	background-image: url(../images/designers.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#news {
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#location {
	/* Background image: */
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#contact {
	/* Background image: */
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#poggenpohl {
	background-image: url(../images/poggenpohl25.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#alno {
	/* Background image: */
	background-image: url(../images/alno25.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#schmalenbach {
	background-image: url(../images/schmalenbach.jpg);
	background-repeat: no-repeat;
	height: 26em;
}

#apartments {
	/* Background image: */
	background-image: url(../images/apartments.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#awards {
	/* Background image: */
	background-image: url(../images/awards.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#forbidden {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#not_found {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#privacy {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#terms {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#request {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
#required {
	/* Background image: */
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 26em;
}
/* Styles that apply to the content area: */

#content {
	background-color: #ffffff;
	filter: Alpha(opacity=80); 
	opacity: .8; 
	float: right;
	width: 23em;
	height: 32em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	color: #333333;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

/* link colors */
#content a:link {
	color: #CC0000;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #CC0000;
}

/* image link colors */
.image{
	filter: Alpha(opacity=100);
	opacity: 1.0;
	border-color: #333333;
}

/* form */
.formh1 {
	font-size: 12px;
	color: #444444;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma;
	text-align: left;
}
.formmain {
	font-size: 11px;
	color: #444444;
	text-transform: capitalize;
}
