body {
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 955px;
	height: 212px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*content*/
#contentwrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
#content {
	width: 440px;
	text-align: left;
	float: right;
	padding-right: 30px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, "sans serif";
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	list-style-image: url(img/bullet_for_nav.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 16px;
	color: #9cbb31;
	letter-spacing: 1px;
}
#content h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Verdana, "sans serif";
	font-size: 14px;
	color: #666666;
}
#content a:link, #content a:visited {
	color: #666666;
	text-decoration: none;
	}
#content a:hover, #content a:active {
	color: #abc438;
	text-decoration: none;
	}

#leftcontentwrapper {
	float: left;
	width: 680px;
}

#rightcontentwrapper {
	float: right;
	width: 275px;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, "sans serif";
	font-size: 10px;
	color: #858587;
	line-height: 1.6em;
}
#rightcontentwrapper a:link, #rightcontentwrapper a:visited {
	color: #858587;
	text-decoration: none;
	}
#rightcontentwrapper a:hover, #rightcontentwrapper a:active {
	color: #abc438;
	text-decoration: none;
	}

/*END content*/

/*footer*/
#footer {
	width: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, "sans serif";
	font-size: 9px;
	clear: both;
	height: 16px;
	margin: 0px;
	padding-top: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBDBB;
	border-bottom-color: #BBBDBB;
	color: #979797;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #9cbb31;
	text-decoration: none;
}
#kontakt {
	margin-top: 10px;
}
/*END footer*/

/*table for portfolio*/
#table-portfolio {
	margin: 0px;
	padding: 0px;
}
#table-portfolio td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #DADADA;
}
#table-portfolio img {
	border: none;
	}
/*END table for portfolio*/


/*navigation*/
#navcontainer {
	float: left;
	width: 180px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, "sans serif";
	font-size: 10px;
	text-align: left;
	line-height: 1.6em;
	list-style-type: none;
	font-weight: normal;
}
#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #858587;
	text-decoration: none;
	}
#navcontainer a:hover, #navcontainer a:active {
	color: #abc438;
	text-decoration: none;
	}
.nav-submenu {
	padding-left: 25px;
}
/*END navigation*/


/*portfolio navigation*/
#portfolionav {
	text-align: left;
	width: 418px;
	margin-top: 5px;
	margin-left: 3px;
	}
#portfolionav a:link, #portfolionav a:visited {
	padding: 5px 10px;
	background-color: #999999;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#portfolionav a:hover, #portfolionav a:active {
	padding: 5px 10px;
	background-color: #333333;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
.nolink {
	padding: 5px 10px;
	background-color: #999999;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
/*END portfolio navigation*/



/*Classes: (like Character styles in indesign) */
.bold {
	font-weight: bold;
	}
.bold-dark {
	font-weight: bold;
	color: #858587;
}

.img-right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}
#you-are-here /*a:link, #you-are-here a:visited*/ {
	padding: 5px 10px;
	background-color: #999999;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display:inline;
}
