html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: #fff;
		font: 400 0.8em arial, sans-serif;
		color: #585858;
		line-height: 1.4em;
		}

	a {
		text-decoration: none;
		color: #6B1F1F;
		}

	a:hover {
		text-decoration: none;
		color: #8B1E1E;
                font-weight:bold;
		}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 30%; 
		text-align: right;
		background: #fff;
		}



	#outer {
		position: absolute; left: 0;
		top: 30%;
		width:100%;
		height: 240px;
		margin-top: -120px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 36%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}


	h1 {
		display: inline;
		margin-right: 30px;
                font: 800 30px 'Comic Sans', 'Comic Sans MS', 'new york', 'times', cursive;
		color: #1C1C1C;
		text-align: right;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #1C1C1C;
		}

        span.titlepaper{
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #1C1C1C;
		}

       span.germanpaper{
		display: block;
		margin: 0 0 5px 0;
		font: 700 1.0em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #555;
		}

                  
       span.nonactive{
		display: block;
		margin: 0 0 5px 0;
		font: 400 1.0em, 'trebuchet ms', arial, sans-serif; 
		color: #6e6e6e;
		}

                  
       span.vorlesung{
		display: block;
		margin: 0 0 5px 0;
		font: 400 1.1em, 'trebuchet ms', arial, sans-serif; 
		color: #1c1c1c;
		}    

    span.vorlesungaktuell{
		display: block;
		margin: 0 0 5px 0;
		font: 500 1.1em, 'trebuchet ms', arial, sans-serif; 
		color: #1C1c1c;
		}


	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		}

	span.yellow {
		color: #585858;
		}

	span.green {
		color: #B22222;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #6B1F1F;
		padding: 0 30px 3px 0;
		}

	a.here {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #1C1C1C;
		padding: 0 30px 3px 0;
		}

	a.oldvor {
		color:#7A1F2B
		}

	a.nav:hover{
		background: transparent;
		text-decoration: none;
		color: #8B1E1E;
                font-weight:bold;
		}

	.credit a, .credit a:hover {
		color: #ddd;
		}

	.date {
		float: left; 
		width: 3.5em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 0px;
		text-align: right;
		}


	.mydate {
		float: left; 
		width: 2.0em;
		font: 600 1.0em arial, sans-serif;
		padding-right: 0px;
		text-align: right;
		}


	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 0px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #fff  no-repeat bottom right;
		}
	div.mymain {
		margin-left: 5.5em;
		margin-bottom: -10px;
		border-left: solid 0px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #fff;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #C97A7A;
		border: solid 3px #fff;
		}

	a img.main:hover {
		background: #8B1E1E;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #B22222;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #ddd;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	
