
/* TIPPS

Eine Angabe = alle vier RÉnder des Elements erhalten den gleichen Au¤enabstand.
Zwei Angaben = erste fÄr oben/unten, zweite fÄr rechts/links.
Drei Angaben = erste fÄr oben, zweite fÄr rechts/links, dritte fÄr unten.
Vier Angaben = erste fÄr oben, zweite fÄr rechts, dritte fÄr unten, vierte fÄr links. orul

Colors: #f60	orange
		#f90	orange-yellow
		#930	brown
		#222	grey-black
		#333
		#c63	orange
		#777	grey
*/




/*	*************	CSS	DEFINTIONS*************	*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color:  #333;
	background: /*#333 url(../img/bg_tile_l.gif)*/ repeat top left;
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* 	*************	LINKS	************* */

a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #F60;
	background: transparent; 
	}
a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #F90;
	background: transparent;
	}
a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #F60;
	background: transparent;
	}

/* 	*************	UEBERGREIFENDE FORMATE	************* */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #777;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 130%;
	color: #777;
	padding: 0;
	margin: 0 0 1em 0;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #F60;
	}
h2 a:hover {
	color: #F90;
	}
h2.sub {
	color: #f60;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}
h2.sub a {
	font-size: 100%;
	color: #f60;
	text-decoration: underline;
	}
h3 {
	font-family: "Rrial", Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #777;
	padding: 5px 0 5px 0;
	/*margin: 1.2em 0 -.2em 0;*/
	margin: 0;
	/*border-bottom: 1px solid #eee;*/
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
	/*background: url(../images/quotemarks.gif) no-repeat 0 3px;*/
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eee;
	}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #930;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* 	*************	WRAP	*************	 */

#wrap {
	position: relative;
	top: 10px;
	margin: 0 auto;
	padding: 0 1px;
	font-size: 95%;
	text-align: left;
	background: url(bg_333.gif) repeat-y;
	border: 1px solid #ccc;
	width: 600px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 598px;
	}
	
html>body #wrap {
  	width: 600px; 
	} 
	/*	--Changes width: 750px;*/
	
/* 	*************	HEADER / LOGO	*************	*/
#logo {
	background: white url(logo.jpg) no-repeat top left;
	background-repeat: no-repeat;
	height: 180px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;	
	}
	
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	position: absolute;
	top: 18px;
	left: 19px;
	width: 118px;
	height: 29px;
	/*background: url(../img/triplex_yellow.gif) no-repeat;*/
	}
	
html>body #logo span {
	top: 19px;
	}

/* 	*************	MENU (HORIZONTALE NAVBAR)	*************	*/
/* //feste Breite der Tabs// */

#nav {
	position:absolute;
	top: 108px;
	left: 302px;
	 /*Postitionierung des DivContainers nach links ->kann wieder raus?*/
	margin: 0;
	padding: 0;
	/*border: 1px solid green;*/
	}
		
#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}
	
#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	}

#nav ul li a	{
	width: 99px;
	height: 2em;
	top: 108px;
	/*border-top: 0.5px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0.5px solid #ccc;*/
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: gray;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;  
	/*padding: 0 0 -2px 0;*/
	}
	

	
	
html > #nav ul li a
	{
	font-size: x-small; 
	  
	} 

#nav ul li#last a	{
	width: 98px;
	}
	
	
#nav ul li a:hover {
	color: #fff;
	font-weight: bold;
	background: #f60;
	}

/* #nav a:active	{
	background: none;
	color: #fff;
	} */
	

/*	=============	LINKS	============*/
#nav a:hover, #nav a.active {
	color: #000;
	background-color: #fff;
	}
#nav a.active {
	font-weight: bold;
	}

/*	*************	MAINBODY	*************	*/

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
     
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	/*background: url(../img/main_bg6.gif) no-repeat top left;*/ /* Bild fÄr die Navbar kann raus*/ 
	margin: -10px 0 0 0;
	/*border: 1px solid blue;*/
	}
	
/*	*************	CONTENT	*************	*/
#content {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0px 0 10px;
	background: #fff;
	width: 372px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 370px;
  	/*border: 1px solid orange;*/
	}
	/* width 360 + padding 2*10 = 380; dass ist die gsamtbreite */
	
html>body #content { /* be nice to Opera */
	width: 370px;
	}
#content .entry {
	margin: 0;
	padding-top: 12px;
	border-top: 0px solid #ddd;
	}
#content .single {
	border-top: none;
	padding-top: 0;
	}

/* figures */

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.thumb-only {	
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.plain {
	border: none !important;
	}
#content a img.thumb:hover {
	border-color: #999;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid #ddd;
	}
#content .figure img.fig, #portcoll img {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.alone {
	float: none;
	}

/* lists */

#content ol {
	/*list-style: none;*/
	margin: 0;
	padding: 0 0 0 20px;
	}
	
#content ol li {
	padding: 0; /* 0 0 4px 5px;*/
	line-height: 1.3em;
	}


#content ul {
	/*list-style: none;*/
	margin: 1em 0 1em 0;
	padding-left: 5px;
	}
#content ul li {
	padding: 0 0 4px 5px;
	line-height: 1.3em;
	/*background: url(../img/li_box.gif) no-repeat 0 1px;*/
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}

/* alert note */

#content .note {
	font-size: 90%;
	color: #777;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	}
#content .note strong {
	color: #333;
	}
#content .alert {
	padding-left: 18px;
	/*background: url(../images/note_icon.gif) no-repeat 0 50%;*/
	}
#content .note code {
	color: #444;
	}

/* ---( entries )---------------------------------- */

p#menu {
	color: #999;
	font-size: 90%;
	margin-top: 0;
	}
p#menu.month {
	margin-top: 1em;
	}
p.posted {
	color: #999;
	font-size: 90%;
	margin: 0;
	padding: 0 0 12px 0;
	}
p.posted img {
	vertical-align: middle;
	}
a.plink {
	padding-left: 16px;
	color: #999;
	text-decoration: none;
	/*background: url(../img/permalink.gif) no-repeat 0 1px;*/
	}
a:hover.plink {
	color: #333;
	}
.clink {
	padding: 0 0 0 17px;
	/*background: url(../img/comment_on.gif) no-repeat 0 1px;*/
	}
.commoff {
	padding: 0 0 0 17px;
	color: #ccc;
	/*background: url(../img/comment_off.gif) no-repeat 0 1px;*/
	}
#more {
	margin-top: 0;
	padding-top: 12px;
	border-top: 1px solid #ddd;
	}
.extended {
	font-size: 90%;
	font-weight: bold;
	}

/* ---( KOMMENTARE )--------------------------------- */

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
#comments h3 {
	font-size: 105%;
	padding: 0 0 4px 19px;
	margin-bottom: 10px;
	color: #930;
	border-bottom: 2px solid #ddd;
	/*background: url(../images/box.gif) no-repeat 0 2px;*/
	}
#comments h3#chead {
	margin-bottom: 8px;
	border-bottom: none;
	}
#comments code {
	font-size: 118%;
	}
#comments span {
	color: #999;
	}
#comments dl {
	margin-top: 0;
	color: #666;
	}
#comments dl dt {
	font-weight: normal;
	color: #333;
	padding: 12px 12px 4px 12px;
	margin: 0;
	line-height: 1em;
	/*background: url(../img/comment_bg.gif) no-repeat top left;*/
	}
#comments dl dt img {
	vertical-align: middle;
	}
#comments dl dd {
	color: #666;
	padding: 0 0 0 12px;
	margin: 0 0 20px 0;
	font-size: 100%;
	}
#comments dl dd p {
	margin-top: 0;
	}
#comments input {
	vertical-align: middle;
	}
#comments textarea {
	width: 325px;
	}

/* author highlighting */

#comments dl dt.dan {
	color: #630;
	/*background-image: url(../img/comment_dan_bg.gif);*/
	}
#comments dl dt.dan a {
	color: #630;
	}
#comments dl dd.dan {
	color: #963;
	}
#comments dl dd.dan a {
	color: #963;
	}

/*	*************	SIDEBAR	*************	*/

#sidebar {
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 400px;
	padding: 0px 0px 0px 0px;
	color: #666;
	/* compensates for IE Win bungling */
	height: 100%;
	}
#sidebar a:link, #sidebar a:visited {
	color: #F60;
	}
/*#sidebar a:visited {
	color: #9D9187;*/
	}
#sidebar a:hover {
	color: #F60;
	}
#sidebar h3 {
	font-size: 110%;
	padding: 4px 0 2px 10px;
	margin: 0 0 8px 0;
	color: #666;
	border: none;
	/*background: url(../img/cube_birch.gif) no-repeat 0 1px;*/
	}

/* sub nav icons */

#sidebar #sub-serv, #sidebar #sub-port {
	padding: 10px 0 10px 36px;
	/*background-image: url(../img/side_work.gif);*/
	}
#sidebar #sub-pub {
	padding: 10px 0 10px 36px;
	/*background-image: url(../img/side_pub.gif);*/
	}
#sidebar #sub-note {
	padding: 10px 0 10px 36px;
	/*background-image: url(../img/side_note.gif);*/
	}
#sidebar #sub-about {
	padding: 10px 0 10px 36px;
	/*background-image: url(../img/side_about.gif);*/
	}
#sidebar #sub-cont {
	padding: 10px 0 10px 36px;
	/*background-image: url(../img/side_cont.gif);*/
	}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
#sidebar p {
	margin-top: 4px;
	margin-bottom: 20px;
	padding: 0 0 0 13px;
	font-size: 110%;
	}
#sidebar ul, #sidebar dl {
	margin: 4px 0 10px 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	list-style: disc url(kreis.gif) inside;
	margin: 0 0 .5em 0;
	padding: 0 0 0 13px;
	line-height: 1.4em;
	font-size: 110%;
	/*background: url(../images/bullet_rounded.gif) no-repeat;*/
	}
	
#sidebar li #selected{
	list-style: disc url(kreis.gif) inside;
	color: red;
	}
	
#sidebar #quickbits li.last {
	background: none;
	}
#featured dd, #featured dt {
	margin: 0;
	}
#sidebar #featured dt {
	margin: 0;
	padding: 0 0 0 15px;
	/*background: url(../images/bit_doc.gif) no-repeat 0 3px;*/
	}
#sidebar img {
	vertical-align: middle;
	}
#sidebar #photoBox {
	margin-bottom: 20px;
	padding: 7px;
	border-bottom: 1px #ddd0b9 solid;
	border-right: 1px #ddd0b9 solid;
	background: #fff;
	overflow: hidden;
	}
#sidebar #stock {
	margin-bottom: 0;
	}

/* custom ul styles */

#sidebar #slideshows li {
	margin-bottom: 0;
	padding: 0 0 7px 19px;
	/*background: url(../images/slide_birch.gif) no-repeat 0 2px;*/
	}
#sidebar #work-list li {
	margin-bottom: 0;
	padding: 0 0 7px 16px;
	/*background: url(../images/port_icon.gif) no-repeat 0 3px;*/
	}
#sidebar ul.none li {
	margin-bottom: 2px;
	padding-left: 0;
	background: none;
	}
	
/* switcher */

#theme {
	position: absolute;
	top: 68px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
#theme a img {
	margin: 2px 5px 0 0;
	}

/* book tease */

#myBook dt img {
	float: left;
	margin: 2px 10px 0 0;
	padding: 2px;
	display: block;
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background: #fff;
	}
#myBook dt a:hover img {
	border-color: #c0c0c0;
	}
#myBook dt {
	margin-bottom: 8px;
	}
#myBook dd {
	margin: 0 0 3px 0;
	}

/*	*************	FOOTER	*************	*/

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #444;
	background: #eee;
	border-top: 1px solid #ccc;
	/*border: 1px solid red;*/
	}
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #666;
	}
#footer a:hover {
	color: #999;
	}

/*	*************	CONTENT	*************	*/

/*	*************	FORMS	*************	*/
#content fieldset legend {
	font-family: Arial, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #777;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
div.row {
		clear:  both;
		padding-top:  5px;
		}
		


span.col1 {
		float:  left;
		width:  80px;
		padding: 5px 0 0 0;
		margin-left: 5px;
		font-size:  0.9em;
		}
		
span.col2 {
		float:  left;
		width:  240px;
		margin-left: 0px;
		padding: 3px 0 0 0;
		}
/*	*************	END FORMS	*************	*/
#contactform {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	}
#contactform dt {
	color: #333;
	}
#contactform dt em {
	color: #999;
	font-weight: normal;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 120%;
	border: 1px solid #ccc;
	}
	
/* ---( photos )------------------------------------------ */

#photoGrid {
	width: 450px;
	margin-top: 12px;
	text-align: left;
	}
#photoGrid .photo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	}	
#photoGrid a {
	color: #999;
	text-decoration: none;
	border-style: none;
	}
#photoGrid a:hover {
	color: #000;
	}
#photoNav {
	margin: 1em 0 0 0;
	}
#photoNav a {	
	float: left;
	margin: 0 1px .5em 1px;
	padding: 1px 4px 0 4px;
	color: #ccc;
	text-decoration: none;
	border: none;
	}
#photoNav a:hover, #photoNav a.active {
	color: #000;
	background: #ccc;
	}
#clearPhoto {
	clear: left;
	}
img#photo {
	padding: 10px;
	border: 1px solid #ccc;
	}

/* photo viewer overrides */

body.viewer #sidebar {
	display: none;
	}
body.viewer #content {
	width: 680px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
body.viewer #wrap {
	/*background-image: url(../img/bg_photo_333.gif);*/
	}
body.viewer #main-body {
	/*background-image: url(../img/main_bg_viewer.gif);*/
	}

/* ---( publications )------------------------------------ */

dl.tiplist em {
	color: #999;
	font-style: normal;
	}
dl.solutions dt {
	float: left;
	background: none;
	padding-left: 0;
	margin-right: 10px;
	}
#content dl.solutions dd.sol-title {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 100%;
	}
dl.solutions dt img {
	padding: 2px;
	border: 1px solid #ddd;
	}
#content dl.tiplist dd {
	margin-left: 0;
	}

/* ---( software )--------------------------------------- */

.softlist dt {
	padding: 0 0 2px 0;
	margin: 1.2em 0 1em 0;
	border-bottom: 1px solid #ddd;
	}
#content dl.softlist dd {
	padding-bottom: 0;
	}
.softlist p {
	margin-top: 0;
	}

/* ---( work )-------------------------------------- */

#work {
	width: 150px;
	float: right;
	margin: 4px 0 6px 20px;
	font-size: 90%;
	line-height: 1.4em;
	color: #999;
	}
#work dt {
	margin: 14px 0 0 0;
	}
#content #work dd {
	margin: 0;
	padding: 0;
	}
#work dd strong {
	color: #666;
	}
#work a {
	font-weight: normal;
	}
#work a img {
	border: none;
	}
#work dt a {
	float: left;
	display: block;
	margin: 0 6px 0 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	}
#work dt a:hover, #work dt a.active {
	border-color: #999;
	}
#portcoll {	
	text-align: center;
	}
#port {
	position: relative;
	}
#portText {
	padding-left: 220px;
	}
#port ul {
	padding-left: 0;
	}

/* portfolio image */

#portimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	padding: 0;
	margin: .5em 15px 10px 0;
	color: #666;
	font-size: 100%;
	text-align: left;
	}
#portimg dt {
	padding: 6px;
	border: 1px solid #ddd;
	}
#content dl#portimg dd {
	padding: 0;
	margin: 10px 0 0 0;
	}
#sidebar li.active a:link, #sidebar li.active a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}

/* ---( simplequiz )------------------------------------------- */

#content ol.quiz {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#content ol.quiz li {
	background: none;
	padding: 10px 10px 10px 30px;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	}
#content ol.quiz pre {
	margin: 0;
	padding: 0;
	}
#content ol.quiz li.a {
	/*background: url(../images/quiz_a.gif) no-repeat top left;*/
	}
#content ol.quiz li.b {
	/*background: url(../images/quiz_b.gif) no-repeat top left;*/
	}
#content ol.quiz li.c {
	/*background: url(../images/quiz_c.gif) no-repeat top left;*/
	}
#content ol.quiz li.d {
	/*background: url(../images/quiz_d.gif) no-repeat top left;*/
	}

/* ---( homepage boxes )-------------------------------- */

#content .hp {
	width: 140px;
	float: left;
	margin: 0 20px 12px 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	}
#content #hp-last {
	margin-right: 0;
	}
#content .hp dt {
	margin: 0 0 6px 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	}
#content .hp dt a {
	padding-right: 7px;
	color: #630;
	text-decoration: none;
	/*background: url(../img/home_arrow.gif) no-repeat 100% 50%;*/
	}
#content .hp dt a:hover {
	color: #963;
	}
#content .hp dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#content .hp dd a {
	color: #856E5D;
	text-decoration: none;
	}
#content .hp img {
	float: left;
	margin: 2px 6px 0 0;
	}
#content .first {
	clear: left;
	padding-top: 12px;
	border-top: 0px solid #ddd;
	}

/* ---( misc. )------------------------------------------ */

#search {
	margin-top: .5em;
	}
hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	
#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}
h3 img {
	vertical-align: middle;
	}
ul.noBullet li {
	list-style-type: none;
	}
ul.fiveent em {
	color: #999;
	font-style: normal;
	}
.more {
	padding-right: 7px;
	/*background: url(../img/more_arrow.gif) no-repeat 100% 5px;*/
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}
