/*
Theme Name: Glahn Architektur 2009
Theme URI: http://www.glahn-architektur.de
Description: Theme for Glahn Architektur GmbH
Version: 1.0
Status: publish
Author: FIELD
Author URI: http://www.field.io
Tags: white, black, minimal, boxed
*/
	
/* ** HTML ****************************************************************** */
body {
	background-image: none;
	background-position: -22px 0px;
	background-color: #ffffff;
	color: #140e08;
}

body, p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.035em;
}

img {	border: 0px; }

a {
	color: #140e08;
	text-decoration: none;
}

#menu a:hover {
	color: #34B312;
}

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* ** IDs ******************************************************************* */
#wrap {
	position: absolute;
	left: 21px;
	top: 53px;
}

#logo { position: absolute; left: 26px; top: 31px; }
#logo h1 { margin: 0px; padding: 0px; }

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
}
#menu ul.about {
	width: 50px;
	margin-left: 0px;
}
#menu ul .services {} 

#contact { width: 162px; }

/* ** CLASSES *************************************************************** */
/* basic grid system */
/* BASIC CELL TYPES */
.cell, .singleCell, .doubleCell {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.singleCell, .doubleCell { height: 151px; overflow: hidden; }
.singleCell {	width: 121px; }
.doubleCell {	width: 244px; }

.innerCell { 
	padding: 6px; 
	padding-left: 7px;
}

/* LISTS (Home, Categories) */
.listCell {
	background-color: #140e08;
}
.listCell a { color: #fff; }
.listCell .innerCell { height: 148px; }

/* CATEGORIES */
.categoryCell {
	text-align: center;
	vertical-align: middle;
}
.categoryCell .innerCell { margin-top: 50px; }
.categoryCell a { color: #fff; }

/* Neubau Category 3 */
.categoryCell3 {
	background-color: #34a818;
	background-image: url(images/cat_green.png);
}
/* Altbau Category 4 */
.categoryCell4 {
	background-color: #4f2857;
	background-image: url(images/cat_purple.png);
}
/* Gewerbe Category 24 */
.categoryCell24 {
	background-color: #191353;
	background-image: url(images/cat_blue.png);
}
/* Energie Category 5 */
.categoryCell5 {
	background-color: #c24015;
	background-image: url(images/cat_orange.png);
}
/* Bauen zum Festpreis Category 6 */
.categoryCell6 {
	background-color: #838465;
	background-image: url(images/cat_beige.png);
}

/* CONTENT CELLS */
.imageCell, .mapCell, .listCell, .categoryCell {
	cursor: pointer;
}

/* cells with colored background */
.textCell, .mapCell, .viewerCell {
	background-color: #140e08;
	color: #fff;
}

#contact .innerCell p {
	margin-top: 0.2em;
}

/* ** TRICKS **************************************************************** */
.clear { clear: both; height: 0px; }

.cell, .singleCell, .doubleCell {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}

::selection { background: #838465; }
::-moz-selection { background: #838465; }
