@charset "utf-8";
/* CSS Document */

/* typography
----------------------------------------------- */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

text_thumbnail_1 {
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 0.9em;
	margin-top: 500px;
	float: left;
}

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	xfont-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.3em; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #D69A1B;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a, .contact-link{
	color: #393933;
	text-decoration: none;
	cursor: hand;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #393933; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }



*{
	margin: 0;
	padding:0;
	}

body{
	color: #161613;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 86%;
	}

#topbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #d69a1b;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 200px;
	}



#topborder{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.0em;
	background-color: #d69a1b;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
	padding-left: 710px;
	}

#topborder a{
	margin-left: 1px;
	color: #eee;
	background-color: #d69a1b;
	height: 0em;
	font-size: 0.9em;
	}

#topborder a:hover{
	color: #1a1a1a;
	background-color: #d69a1b;
	}	
	
	a, .contact-link{
	color: #8ad459;
	text-decoration: none;
	cursor: hand;
	}

#topborder #selected a{
	border: 1px;
	background-color:#00FF00;
}








	
#logo {
	background-image: none;
	top: 50px;
	left: 20px;
	width: 230px;
	height: 65px;
	padding-left: 0em;
	position: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


	
#sidebar{ position:fixed; top: 80px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{
	list-style: none;
	margin: 2em 2em 2em 0;
}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #d69a1b;
	}	

#sidebar1{ position:fixed; top: 270px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#sidebar1 a{
	color: #fff;
	}


#sidebar1 h1 a{ font-weight: bold; }
#sidebar1 h1 a:hover{  }

#nav1{
	list-style: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
#nav1 li{ padding: 0; margin: 0; }
#nav1 a{
	display: block;
	height: 1em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #999999;
	padding-top: 0.3em;
	padding-right: 0.2em;
	padding-bottom: 0.8em;
	padding-left: 3.0em;
	}

#nav1 a:hover{
	color: #1a1a1a;
	background-color: #d69a1b;
	}	

#sidebar2{ position:fixed; top: 80px; left:260px;	width: 20px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }


#content{
	max-width: 600px;
	margin-top: 45px;
	margin-right: 10%;
	margin-bottom: 5em;
	margin-left: 290px;
	padding-top: 110px;
}



#body{
	max-width: 600px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 5em;
	margin-left: 300px;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#titelhome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-left: 70px;
	color: #363633;
}

#titelhome1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 70px;
	color: #363633;
}

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
	
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
