/* { border:1px dotted gray;} */

/* FONTS */

@font-face {
	font-family:HelveticaNeue;
	font-weight:normal;
	src:url(fonts/HelveticaNeue.ttf) format('truetype');
}
@font-face {
	font-family:HelveticaNeueLight;
	font-weight:normal;
	src:url(fonts/HelveticaNeue-Light.ttf) format('truetype');
}
@font-face {
	font-family:HelveticaNeue;
	font-weight:bold;
	src:url(fonts/HelveticaNeue-Bold.ttf) format('truetype');
}
/*
@font-face {
	font-family:HelveticaNeueLight;
	src:url(fonts/HelveticaNeue-UltraLight.ttf) format('truetype');
}
*/

/* HTML BODY */

html {
	overflow:-moz-scrollbars-vertical;
}
body {
	width:900px; /* gesamtbreite der seite */
	margin:15px auto;
	padding:0;
	text-align:left;
	font-family:HelveticaNeue,'Helvetica','Arial',sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#303020; /* black */
	background-color:#fdfdfc; /* white */
}

/* DIVISIONS */

div {
	padding: 0;
	margin: 0;
}
div.header {
}
div.content {
	clear:left;
	padding:20px 0 0 0;
}
div.content div {
	width: 900px;
}
.content2 {
	position: absolute;
	top: 111px;
}
div.content div.left-content {
	width:300px;
	float:left;
}
div.content div.right-content {
	width:580px;
	float:right;
}
div.content.right-text div.right-content {
	width: 417px;
	margin-right: 120px;
	float: right;
	padding-left: 20px;
	padding-top: 30px;
}
div.byline {
	text-align: right;
}

/* HEADINGS */

/* defaults */
h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#aba97d; /* khaki */
}
/* site heading */
h1, #title {
	font-size:40px;
	line-height:48px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
	float:left;
}
h1.subtitle {
	font-size:22px;
	line-height:28px;
	font-variant:normal;
	font-weight:normal;
	color:#303020; /* black */
	float:left;
	clear:left;
}
/* page heading */
h2 {
	font-family:HelveticaNeueLight,'Helvetica','Arial',sans-serif;
	font-weight:normal;
	font-size:22px;
	line-height:30px;
	padding-bottom:20px;
}
div.content.right-text h2 {
}
/* division heading */
h3 {
	font-family:HelveticaNeueLight,'Helvetica','Arial',sans-serif;
	font-weight:normal;
	font-size:17px;
	line-height:20px;
}
div.content.right-text h3 {
	margin-left:320px;
	margin-left:363px;
}
h3.subtitle {
	font-size:13px;
}
/* section heading */
h4 {
	font-family:HelveticaNeueLight,'Helvetica','Arial',sans-serif;
	font-size:13px;
	line-height:20px;
}

/* PARAGRAPHS */

/* default */
p {
	margin: 0;
	padding-bottom: 0px; /* should correspond to li */
	color: #000000;
}
/* feste höhe für projektbeschreibungen */
p.projekt {
	height: auto;
}
/* bildunterschrift vita */
p.image-text.vita {
	float:right;
	clear:right;
	text-align:right;
	margin-right:90px;
}

/* clearing paragraph: required for short pages */
p.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}

/* LINES */

span.title {
}
span.description, span.occupation {
}
span.weblink {
	
}
span.email {
}

/* LISTS */

ul,ol,li {
	margin:0;
	padding:0;
}

/* horizontal navigation */
ul.navigation {
	width: 600px; /* gesamtbreite der navigation */
	float: right;
	margin-top: 10px;
	padding: 0;
	text-indent: 0;
	text-align: right;
	border-bottom: 1px solid #aba97d;
}
ul.navigation li {
	width:120px; /* breite eines navigationspunktes */
	height:20px;
	display:inline-block;
	vertical-align:baseline;
}
ul.navigation li:first-child {
	width:100px;
}
ul.navigation li:hover {
}
ul.navigation li.active {
}
ul.level1 li {
	text-align:right;
}
ul.level2 li {
}
ul.level2 {
	border:none;
}

/* content list */
div.content ul,ol {
	text-indent:0;
	padding-bottom:20px; /* should correspond to p */
}
div.content li {
	line-height:20px; /* should correspond to p */
}

/* list: floating first lines */
div.content ul.floating-first-lines {
	list-style-type:none;
}
div.content ul.floating-first-lines li div.first-item {
	position:absolute;
	margin-left:0;
}
div.content ul.floating-first-lines li div.following-items {
	margin-left:70px;
}
div.content.right-text ul.floating-first-lines li div.following-items {
	margin-left:320px;
}

/* list: bullets */
div.content ul.bullets {
	list-style-type:none;
}
div.content ul.bullets li {
	padding-left:8px;
	text-indent:-8px;
}
div.content ul.bullets li:before {
	content:"– ";
}

/* LINKS */

/* defaults */
a {
	text-decoration:none;
}
#title a {
	color:#aba97d; /* khaki */
}
a:link, a:visited {
	color:#303020; /* black */
}
a:focus, a:hover, a:active {
	color:#303020; /* black */
}
p.projekt a {
	color:#aba97d; /* khaki */
}
a.web {
}
a.email {
}
a.file {
	color:#aba97d; /* khaki */
}

/* IMAGES */

/* default */
img {
	margin: 0;
	padding: 0;
}

/* bild auf der rechten seite, entspricht der breite der navigation */
img.right-side {
	float:right;
	width:580px;
	margin-bottom:10px;
}
img.right-side.fixedheight {
	height:430px;
}
img.right-side-preview {
	float:right;
	width:100px;
	margin:10px 0 0 20px;
}
img.right-side-preview-clear {
	float:left;
	width:100px;
	margin:10px 0 0 0px;
	clear:right;
}

/* bild auf der linken seite */
img.left-side {
	width:300px;
}
/* spezialfall kleineres bild */
img.vita {
	width: 360px;
	clear: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* logos */
img.logo {
	vertical-align:top;
	width:150px;
	margin-right:10px;
}

/* kleine bildchen auf der startseite */
img.right-home {
	float:right;
	width:100px; /* kleine home-bilder rechts */
	margin-right:20px; /* abstand zum nächsten bild */ 
}
/* das erste braucht keinen abstand */
img.right-home:first-child {
	margin-right:0;
}

/* vorschaubildchen in der projektauswahl */
p.projekt img {
	width:100px;
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

/* große bilder in der projektauswahl */
img.display-none {
	display:none;
}

/* sonstige formatierungen */

.emph {
	color:#303020; /* black */
	font-weight:bold;
}
#accordion {
	width:582px;
	position:relative;
	left:320px;
	overflow: hidden;
}
div.content div.gallery1 {
	width:580px;
	height:560px;
}
div.content div.gallery2 {
	overflow: hidden;
	width:580px;
	height:440px;
}
h3.accordionhead {
	font-family:HelveticaNeue,'Helvetica','Arial',sans-serif;
	font-size:12px;
	font-weight:normal;
}
.aktuell_green {
	color: #aba97d;
}
#left_side {
	width: 280px;
	background-color: #096;
}
#right_side {
	background-color: #3FF;
	float: right;
	width: 580px;
	margin-top: 60px;
}
#cont300 {
	height: 320px;
	width: 292px;
	padding-top: 0px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#cont900row {
	margin-bottom: 10px;
}
.page .content.right-text .right-content p {
	text-shadow: 3px 3px 5px #FFF;
	font-weight: 300;
}
.page .content.right-text .right-content .aktuell_green strong {
	font-size: 22px;
	line-height: 29px;
	font-family: HelveticaNeueLight, 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
}
.page .content.right-text .right-content p a img {
	margin-left: -20px;
	margin-bottom: 10px;
}
.bold_18 {
	font-size: 18px;
	font-weight: bold;
}
.datensch {
	font-family: HelveticaNeueLight, 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #aba97d; /* khaki */
	text-decoration: underline;
	}
	
.page .content.right-text .right-content p a {
	font-weight: bold;
}
.page .content .right-side {
	padding-left: 20px;
}
#aktuell {
	margin-left: 363px;
}
