@charset "UTF-8";

/* CSS Document 
Description: 
Version: 1.1
Author: Gerrit Schultz
Author URI: http://gerritschultz.de/
*/ /* Colors

#99CC00 -- green
#C5D2E4 -- light blue
#003366 -- dark blue
#003399 -- link blue
#bdc8d6 -- home-bg light blue

#3c3c3c -- text gray
#646464 -- title gray
#a7a7a7 -- link gray
#727272 -- nav link gray
#f6f6f6 -- nav-bg gray
#464646 -- footer-border dark gray
#282828 -- footer-bg dark gray

*/ 

/* --- --- --- allgemein --- --- --- */
*{
	border:none;
		margin:0;
		padding:0;
	background:transparent;
	text-decoration:none;
}
.clear {
	clear: both;
}

body {
	background: white url("../images/lines.png") repeat-x left 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}

a {
	color: #a7a7a7;
}

a:hover {
	color: #3d3d3d;
}

.em {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.chin {
	font-family: 宋体, Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}

/* --- --- --- container --- --- --- */
#container {
	width: 960px;
	margin: 70px auto 0;
}

/* --- --- --- header --- --- --- */
#header {
	height: 94px;
}

#info {
	text-align: right;
	background: white url("../images/info-bg.png") no-repeat right top;
	font-size: 0;
	text-indent: -999;
	height: 34px;
}

#info img:hover {
	opacity: 0;
}

#logo {
	float: left;
}

#header_right {
	float: right;
	width: 715px;
}

/* --> --> --> nav_main --- --- --- */
#nav_main {
	float: left;
	margin-top: 24px;
	margin-left: 60px;
	font-size: 13px;
	font-weight: bold;
}

#nav_main li {
	display: inline;
	margin-left: 10px;
	padding: 10px 10px 20px 10px;
}

#nav_main li:hover {
	background: #f6f6f6;
}

li#selected {
	background: #f6f6f6;
	padding-bottom: 21px;
}

#nav_main li a {
	color: #727272;
}

#nav_main li.loc_time:hover a {
	color: #99CC00;
}

#nav_main li.articles:hover a {
	color: #003366;
}

/* --> --> --> nav_extra --- --- --- */
#nav_extra {
	float: right;
	text-align: right;
	margin-top: 26px;
	font-size: 10px;
}

#nav_extra li {
	display: inline;
	margin-left: 10px;
}

/* --- --- --- home --- --- --- */
#home {
	background: #f8f8f8;
	border: 8px solid #f6f6f6;
}

#poster {
	float: right;
}

#poster img {
	border: 8px solid #e9e9e9;
	-moz-box-shadow: 5px 5px #bdc8d6;
	-webkit-box-shadow: 5px 5px #bdc8d6;
}


#intro_box {
	background: #bdc8d6 url("../images/home-bg.png") no-repeat;
		padding: 30px;
		height: 180px;
}

#heading h1 {
	color: #646464;
	font-family: Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
	font-size: 24px;
}

#heading h2 {
	color: #646464;
	font-family: Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
	font-size: 16px;
}

#intro {
	color: #3c3c3c;
	font-family: Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
	font-size: 16px;
	line-height: 20px;
		margin-top: 30px;
		width: 510px;
}

#home em {
	font-style: normal;
}

#home strong {
	font-weight: normal;
}

#home .chin {
	font-size: 0.8em;
}

#home .more {
	color: #fff;
	margin-top: 20px;
}

#intro a {
	color: #fff;
}

#intro a:hover {
	color: #646464;
}


/* --> --> --> slideshow --- --- --- */
#slideshow {
		position:relative;
}

#slideshow img {
		position:absolute;
		top:0;
		right:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}


/* --> --> --> home_boxes --- --- --- */
#home_boxes {
	background: #f8f8f8;
	/*border: 8px solid #f2f2f2;
	-moz-box-shadow: 5px 5px #bdc8d6;
	-webkit-box-shadow: 5px 5px #bdc8d6;*/
	padding: 30px 15px;
}

.home_box {
	border-left: 1px dashed #dddddd;
	float: left;
	overflow: hidden;
	width: 197px;
	height: 160px;
	margin-right: 15px;
	padding-left: 15px;
}

#home_box_first {
	border: none;
}

#home_box_last {
	
}

#home_boxes h2 {
	color: #003366;
	font-size: 14px;
	margin-bottom: 10px;
}

#home_box_first h2 {
	color: #CC9900;
}

#home_boxes p {
	color: #727272;
	font-size: 13px;
}

#home_boxes ul {
	color: #727272;
	font-size: 13px;
	margin-top: 10px;
}

#home_boxes ul a {
	color: #727272;
}

#home_boxes ul a:hover {
	color: #003366;
}

#home_box_first ul a:hover {
	color: #99CC00;
}

#home_boxes li {
	list-style: none url(../images/dot-blue.png);
	margin-left: 21px;
	margin-bottom: 5px;
}

#home_box_first li {
	list-style: none url(../images/dot-green.png);
	margin-left: 21px;
	margin-bottom: 5px;
}

/* --- --- --- main --- --- --- */
#main {
	background: white url("../images/main-bg.png") no-repeat 0 0;
	min-height: 620px;
	padding: 30px;
}

#main h1 {
	font-size: 1.4em;
	font-family: Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}

#main .chin h1 {
	font-family: 宋体, Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}

/* --> --> --> archive --- --- --- */
#filter {
		float: left;
	background: transparent url(../images/footer-bg.png);
	overflow: hidden;
	border: #e2e2e2 solid 1px;
	-moz-box-shadow: 5px 5px #f6f6f6;
	-webkit-box-shadow: 5px 5px #f6f6f6;
		padding: 5px;
		width: 200px;
		height: 240px;
		margin-top: 12px;
		margin-right: 12px;
}

#filter li {
	color: #646464;
	list-style: none url(../images/dot-green.png);
	font-size: 0.8em;
	font-weight: bold;
		margin: 5px 0 10px 25px;
}

#filter a:hover {
	color: #99CC00;
}

.archive_box {
		float: left;
	color: #646464;
	overflow: hidden;
	border: #e2e2e2 solid 1px;
	-moz-box-shadow: 5px 5px #f6f6f6;
	-webkit-box-shadow: 5px 5px #f6f6f6;
		width: 210px;
		height: 250px;
		margin-top: 12px;
		margin-right: 12px;
}

.archive_box:hover {
	color: #3c3c3c;
	background: transparent url(../images/footer-bg.png);
}

.excerpt {
		height: 217px;
		padding: 5px;
	overflow: hidden;
}

.archive_box h2 {
	color: #646464;
	font-size: 0.8em;
		margin-bottom: 0.3em;
}

.subtile{
	font-weight: bold;
}

.archive_box p {
	color: #646464;
	font-size: 0.6em;
	vertical-align: middle;
		margin-bottom: 2em;
}

.more_link_box {
	font-size: 10px;
	background: transparent url(../images/footer-bg.png);
		height: 13px;
		padding: 5px;
}

.archive_box a {
	color: #003366;
}

.archive_box:hover:hover .more_link_box{
	background: #99CC00;
	color: #fff;
}

.archive_box:hover:hover .more_link_box a{
	color: #fff;
}



/* --> --> --> post --- --- --- */
#post {
	float: left;
	width: 650px;
	font-family: Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}

#post a {
	color: #3c3c3c;
	border-bottom: 1px solid #99CC00;
}

#post a:hover {
	color: #99CC00;
}

#content h1 {
	margin-bottom: 40px;
}

#content h2 {
	font-size: 1em;
	margin-top: 2em;
}

#content h3 {
	font-size: 1em;
	margin-top: 2em;
}

#content p {
	color: #3c3c3c;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1em;
}

#content blockquote {
	margin-left: 2em;
	font-style: italic;
}

#post ul {
	margin-top: 1em;
	margin-left: 18px;
}

#post li {
	font-size: 0.8em;
	line-height: 1.9em;
}

#post #subtitle {
	color: #a7a7a7;
}

#author p {
	color: #a7a7a7;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

#footnotes small {
	float: left;
}

#nextpage {
	color: #a7a7a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
	padding-right: 60px;
	background: transparent url("../images/continue-dots.png") no-repeat
		right center;
}

#nextpage a {
	color: #99CC00;
	border: none;
}

#nextpage a:hover {
	color: #646464;
}

#finalpage {
	color: #a7a7a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
	padding-right: 23px;
	background: transparent url("../images/dot-green.png") no-repeat right
		center;
}

#finalpage a {
	color: #99CC00;
	border: none;
}

#finalpage a:hover {
	color: #646464;
}

#singlepage {
	color: #a7a7a7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
	padding-right: 23px;
	background: transparent url("../images/dot-gray.png") no-repeat right
		center;
}

/* --> --> --> static --- --- --- */
#static h2 {
	color: #3c3c3c;
	margin-top: 40px;
	font-size: 0.9em;
}

#static img {
	border: #e2e2e2 solid 1px;
	-moz-box-shadow: 5px 5px #f6f6f6;
	-webkit-box-shadow: 5px 5px #f6f6f6;
	float: right;
	margin: 40px 0 30px 30px;
}

#static p {
	color: #3c3c3c;
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#static p a {
	color: #3c3c3c;
	border-bottom: 1px solid #99CC00;
}

#static p a:hover {
	color: #99CC00;
}

#static ul {
	margin-left: 18px;
}

#static li {
	font-size: 0.8em;
	line-height: 1.9em;
}

#static form {
	margin-top: 40px;
}

#static input,#static textarea {
	display: block;
	color: #646464;
	background: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: #e2e2e2 solid 1px;
	-moz-box-shadow: 3px 3px #f6f6f6;
	-webkit-box-shadow: 3px 3px #f6f6f6;
	padding: 5px;
	margin-bottom: 20px;
}

#static label {
	font-size: 0.7em;
}

#static table {
	color: #3c3c3c;
	border-right: #e2e2e2 solid 1px;
	border-bottom: #e2e2e2 solid 1px;
	-moz-box-shadow: 5px 5px #f6f6f6;
	-webkit-box-shadow: 5px 5px #f6f6f6;
	margin-top: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#lunch {
	text-align: center;
}

.plenum,#highlight {
	background: transparent url(../images/footer-bg.png);
}

#static td,th {
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
	border-top: #e2e2e2 solid 1px;
	border-left: #e2e2e2 solid 1px;
}

#static td.align_middle {
	vertical-align: middle;
}

.link_cell a {
	color: #003366;
	border: none;
}

.link_cell:hover,#highlight:hover {
	color: #3c3c3c;
	background: #C5D2E4;
}

#static th a {
	color: #646464;
	border: none;
}

#static th a:hover {
	color: #99CC00;
}

#static_nav {
	color: #3c3c3c;
	text-align: right;
	float: right;
	font-size: 0.8em;
	line-height: 1.4em;
}

#static_nav a {
	color: #003366;
	border: none;
}

#static_nav a:hover {
	color: #646464;
}

/* --> --> --> sidebar --- --- --- */
#sidebar {
	float: right;
	overflow: hidden;
	width: 180px;
}

#sidebar ul {
	border-top: 5px solid #f9f9f9;
	padding-top: 10px;
	margin-bottom: 30px;
}

#sidebar li {
	list-style: none;
	font-size: 0.8em;
	border-bottom: 5px solid #f9f9f9;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#sidebar p {
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px;
}

#sidebar a {
	color: #003366;
}

#sidebar li a:hover {
	color: #646464;
}

.link {
	background: #f9f9f9;
	margin-bottom: 10px;
}

.link:hover {
	background: #C5D2E4;
	margin-bottom: 10px;
}

/* --- --- --- footer --- --- --- */
#footer {
	color: #a7a7a7;
	background: #f6f6f6 url("../images/footer-bg.png") no-repeat;
	border: 5px solid #f6f6f6;
	clear: both;
	padding: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer p {
	font-size: 11px;
}

#footer a:hover {
	color: #646464;
}

#copy {
	font-size: 11px;
	/*border-bottom: 5px solid #f6f6f6;
	padding-bottom: 25px;*/
}

#siteby {
	float: right;
}

.footer_section {
	float: left;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 35px;
}

.footer_section ul {
	margin-top: 15px;
}

.footer_section li {
	font-size: 0.7em;
	width: 250px;
	margin-top: 8px;
	margin-left: 15px;
}
