/*
Author: Sebastian Wohlrab and Joscha van der Linden for kubus media
Date: 2007-12-20
Project: streuplan.ch
Client: STREUPLAN GMBH
================================================================= */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	outline: 0;
}

/* Layout Proberties
================================================================= */
#head,
#navigation,
#content {
	width: 75em;
	text-align: left;
	margin: 0 auto;
}

#navigation,
#content {
	margin-top: 1em;
}

#head {
	margin-top: 2em;
}

.inner-padding {
	padding: 1em;
}

.inner-padding-projects {
	/* Not Needed. */
	padding: 0;
}

#left,
#right,
#full {
	height: 39em;
}

#left {
	width: 60%;
}

#right {
	width: 40%;
}

#logo {
	width: 5.8em;
}

#mapcontainer {
	position: relative;
	width: 540px;
	height: 424px;
	overflow: hidden;
}

#map-zh,
#map-bs {
	position: absolute;
	top: 0;
	left: 0;
	width: 516px;
	height: 424px;
	margin-left: 12px;
}

#mapcontainer .visible {
	z-index: 999;
	display: block;
}

#mapcontainer .invisible {
	z-index: 5;
	display: block;
	visibility: hidden;
}

#map-control {
	height: 32px;
	color: #fff;
	background-color: #EC008C;
}

#map-control p {
	padding: 10px;
}

.addthis_toolbox {
    position: absolute;
    top: 0;
    padding: 2px;
    margin: 585px 0 0 450px;
}

.team {
	width: 10em;
	margin: 0 1em 1em 0;
}

.team p {
	margin: 0;
}

.team a img {
	opacity: 0.7;
	width: 100%;
	margin-bottom: -0.3em;
}

.team a:hover img {
	opacity: 1;
}

.team a {
	text-decoration: none !important;
}

#footer {
	text-align: left;
	padding-top: 1em;
}

abbr {
	text-decoration: none;
	border-bottom: none;
}

/* Navigation
================================================================= */
#navigation ul {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 120%;
}

#navigation ul li {
	line-height: 2em;
	display: inline;
	
}

#navigation ul li a {
	text-decoration: none;
	line-height: 2em;
	display: block;
	float: left;
	padding: 0 1em 0 1em;
}

/* Batching Bar
================================================================= */
#toolbar {
    position: absolute;
    top: 0;
    padding: 0 1em 0 1em;
    margin: 49em 0 0 0;
    width: 28em;
}

#bbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bbar li {
    display: block;
    float: left;
    height: 1.5em;
    width: 1.5em;
    margin: 0 0.5em 0 0;
    background: #919195;
    text-align: center;
    line-height: 1.5em;	
}

#bbar li a {
    display: block;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.5em;
    text-decoration: none;
}

#feed a {
    display: block;
    color: #ffffff;
    width: 6em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: right;
    padding: 0 0.5em 0 0.5em;
    background: #EC008C url(../images/rss.gif) 0.5em no-repeat;
}

#feed a:hover {
    background: #919195 url(../images/rss_hover.gif) 0.5em no-repeat;
}

.addthis_default_style a {
    display: block;
    color: #EC008C !important;
    height: 1.5em;
    line-height: 1.5em;
    text-align: right;
    padding: 0 0.5em 0 0.5em !important;
    margin: 0 !important;
    border: none;
    background: #fff url(../images/share.gif) 0.5em no-repeat !important;
}

.at300bs,
.at15t_compact {
	visibility: hidden;
}

.addthis_default_style a:hover {
	color: #fff !important;
    background: #919195 url(../images/share_hover.gif) 0.5em no-repeat !important;
}


/* Colors
================================================================= */
body,
#navigation ul li a,
.grey,
a {
	color: #919195;
}

.pink-back,
p.active,
#bbar li a {
	background: #EC008C;
	color: #ffffff;
}

.pink-back h1,
.pink-back h2,
.pink-back h3,
#bbar li,
#bbar li a,
#bbar li a:hover {
	color: #ffffff;
}

.grey-back {
	background: #E6E7E8;
}

.small,
#left a:hover {
	color: #BBBBBB;
}

.pink,
b,
.right_nav a {
	color: #EC008C;
}

#navigation ul {
	border-top-color: #919195;
	border-bottom-color: #919195;
}

img.big {
	/* border-color: #ffffff; */
}

#navigation ul li a:hover,
#navigation ul li a.active {
	background: #EC008C;
	color: #ffffff;
}

#bbar li a:hover,
.right_nav a:hover {
	background: #919195;
}

.right_nav a:hover,
.active .grey,
.right_nav a:hover .grey,
#left a {
	color: #ffffff;
}

.active:hover,
#footer a:hover {
	background: #EC008C;
}

#tools,
#footer,
#footer a {
	color: #f3e3ec;
}

/* Headlines, Paragraphs, Links & Text
================================================================= */
a {
	text-decoration: none;
}

#content a {
/*	text-transform: uppercase;*/
}

h1,
h2,
h3 {
	margin: 0 0 1em 0;
	padding: 0;
}

b,
h1,
h2,
h3 {
	font-weight: normal;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 160%;
}

#tools {
	font-size: 325%;
	text-align: right;
	line-height: 0.9em;
}

h3 {
	font-size: 110%;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

.right_nav a,
p.active {
	text-decoration: none;
	display: block;
	padding: 1em;
}

.right_nav {
	margin: 0;
}

img.big {
	max-width: 98%;
	border-style: solid;
	border-width: 0em;
	margin: 0 0.5em 0.5em 0;
	padding: 0;
}

a img {
	border: none;
}

.small {
	font-size: 0.2em;
	text-transform: uppercase;
	padding-left: 0.5em;
	letter-spacing: 0em;
}

/* Defaults
================================================================= */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Pink Back fixes */
.pink-back a {
    text-decoration: underline;
}

.pink-back b {
    font-weight: bold;
}



/* GALLERY
   ======= */

#gallery
{
	background-color: #ec008c;
	width: 540px;
	height: 468px;
	display: none;
	position: relative;
}

#gallery .gallery
{
	background-color: #ec008c;
	width: 540px;
	height: 468px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery a.previous
{
	background-color: #ffffff;
	position: absolute;
	top: 187px;
	left: 12px;
	display: block;
	width: 70px;
	height: 70px;
}

#gallery a.next
{
	background-color: #ffffff;
	position: absolute;
	top: 187px;
	right: 12px;
	display: block;
	width: 70px;
	height: 70px;
}

#gallery a.close
{
	position: absolute;
	bottom: 12px;
	right: 12px;
	display: block;
	width: 18px;
	height: 18px;
}

#gallery .gallery .image
{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ec008c;
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	width: 516px;
	height: 420px;
}

#gallery .gallery .flash
{
	position: absolute;
	top: 12px;
	left: 12px;
	display: block;
	width: 516px;
	height: 420px;
}

#gallery .gallery .caption
{
	position: absolute;
	bottom: 12px;
	left: 12px;
	font-size: 12px;
	color: #ffffff;
}

#gallery .gallery .caption a
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#gallery .gallery .caption a p, #gallery .gallery .caption p
{
	margin: 0;
}

#thumbs a
{
	margin: 0 10px 0 0;
}
