@CHARSET "ISO-8859-1";

/*
author: claudine@nolocation.net
*/

/*
Starseite innen BxH:
920x600

Bild fuer Startseite BxH
880x560px

Bild in Portfolio Hoehe:
560px

Bild Thumbnail:
ca. 60x60 px
Platz zwischen den TN so ca wie im Layout

Schrift Farbe 50% Deckkraft schwarz.

Schrift HELVETICA 8pt

brun: 925d44
gris title : e7e7e7
schrift: 808080

.post img { max-width:410px; width: expression(this.width > 410 ? 410: true); } 

*/

/*-----------------------BASIC-------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h1 a{
	float: left;
	font-size: 15px;
	color: #e7e7e7;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {}

p {
	font-size: 10px;
	text-transform: uppercase;
}

a {
	color: #808080;
	text-decoration: none;
}

ul {}

img {border: 0}

/*-----------------------CONTAINER-------------------------*/

#header{
	width: 100%;
}

#header-inner{
	background: #925d44;
	width: 910px;
	height: 21px;
	line-height: 22px;
	margin: auto;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
}

#content{
	clear: both;
	width: 920px;
	margin: auto;
}

/*-----------------------HEADER-------------------------*/

/*-----------------------MENU-------------------------*/
#menu{float: right;}

#menu li {
	display: block;
	float: left;
	padding-left: 15px;
	margin-left: 20px;
}

#menu li.selected {
	background: url(img/selected.gif) no-repeat;
	background-position: 3px 50%;
}

#menu li a{
	font-size: 15px;
	color: #e7e7e7;
	font-weight: bold;
	text-transform: uppercase;
}

/*-----------------------CONTENT-------------------------*/

#content-inner{
	width: 920px;
	margin: auto;
	margin-top: 2px;
}

#content-inner img.big{
	border: 1px solid #eee;
	max-width: 670px;
}

img.front{
	display: block;
	margin: auto;
	width: 920px;
}

#left{
	float: left;
	margin-top: 3px;
	width: 680px;
}

#right{
	float: right;
	width:200px;
}

#right a{
	border: 2px solid #ffffff;
	float: left;
	width: 60px;
	height: 60px;
	margin: 1px;
}

#right a.selected{
	border: 2px solid #ffd8a0;
	margin: 1px;
}

#content .about{
	margin-top: 90px;
	color: #808080;
}

.about #right{
	width: 210px;
}

.about #left{
	width: 600px;
}

.about #right div{
	margin-bottom: 20px;
}

.about h2{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.about p{
	margin-left: 10px;
	line-height: 16px;
}

.about #about{
	width: 330px;
	padding-right: 50px;
	height: 450px;
	overflow: auto;
}

/*-----------------------CONTACT-------------------------*/

.contact p{
	text-transform: none;
	font-size: 11px;
	margin: 0;
	line-height: 14px;
	margin-bottom: 7px;
}

.contact img{
	margin-top: 7px;
}

.contact span{
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}

.contact form{
	margin-top: 40px;
}

.contact form p{
	text-align: right;
	width: 250px;
}

#right .smallNavi{
	clear: both;
	padding-top: 20px;
}

#right a.navi{
	display: inline;
	float: none;
}

#right a.navi img{
	display: inline;
}

a.goto{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #dcedff;
	margin-left: 5px;
	padding: 10px;
	padding-bottom: 5px;
}

a.goto:hover{
	background-color: #dcedff;
}

/*-----------------------CATEGORYMENU-------------------------*/
#categoryNav{
	margin-top:90px;
}

#categoryNav ul{
  list-style:none;
}

#categoryNav li{
  padding:3px 0;
  text-align:right;
}

#categoryNav a{
  margin:0;
  float:none;
  height:25px;
  width:auto;
  font-size:15px;
  font-weight:bold;
  color:#925D44;
  line-height:25px;
}
#categoryNav a:hover{
  color:#FDD89F;
}