﻿body {
	margin: 0;
	padding: 0;
	background: #77787D url(body-bg.jpg) repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	text-align: center;*/
}

span {
	display: none;
}

a {
	font-weight: lighter;
	text-decoration: none;
}

a:link {
	color: #000080;
	text-decoration: underline;
}

a:visited {
	color: #032D55;
	text-decoration: underline;
}

a:hover {
	color: #A90008;
	text-decoration: underline;
}

p, li {
	font-size: 11px;
	line-height: 16px;
}



/* Tabellenlayout für Lehrveranstaltungen */

#lessons {
	border-collapse:collapse;
}

#lessons td, th {
	border-collapse:collapse;
	padding:5px;
	font-size: 11px;
	line-height: 13px;
}

/*Titel Lehrveranstaltung*/
#tt {
	width:270px;
}
/*Name des Dozenten*/
#nm {
	width:120px;
}
/*Icon für PDF, PPT, Passwortschutz*/
#pdf, #sec {
	width:16px;
}

/*Zeile mit weisser Hinterlegung*/
#lessons tbody td.white {
	background:#fff;
}

/*Überschriftenzeile 1 für Semester*/
#lessons tbody tr.head1 td{
	padding-top:40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #032D55;
}

/*Überschriftenzeile 2 für Modul*/
#lessons tbody tr.head2{
	border-bottom:solid 1px #A90008;
	border-top: solid 20px #fff;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform: uppercase;
	color:#A90008;
}

/*Zeile mit grauer Hinterlegung*/
#lessons tbody tr.grey td{
	background:#ccc;
}

/* Ende Tabellenlayout */


address {
	font-size: 11px;
	left: 10px;
	position: relative;
	font-style: normal;
}

h2 {
	margin: 0 0 4px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #032D55;
}

h3 {
	margin: 0 0 16px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 22px;
	color: #A90008;
}
h4 {
	font-size:11px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #A90008;
	color:#A90008;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h4 a:link,
h4 a:visited {
	color: #032D55;
}

h4 a:hover {
	color: #A90008;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #032D55;
}
h6 {
	font-size:12px;
	font-weight: bold;
	margin-bottom: 6px;
}
img { 
border:none;
}

#global {
/*	text-align: left;
	margin: 0 auto;*/
	width: 780px;
	background: #fff;
/*	float: left;*/
/*	width: 100%;*/
}

#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DB2C35;
	border-bottom: 1px solid #750006;
/*	margin: 0 0 2px 0;*/
	background: #ccc;
	background: #A90008;
	background: #032D55 url(header-bg.jpg) top left repeat-x;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: right;
/*	width: 313px;
	height: 88px;
	background: transparent url(frankreich-zentrum-titel.gif) left top no-repeat;*/
	display: block;
	padding: 20px 30px;
	width: 460px;
	float: right;
	font: bold 24px/36px Arial, Helvetica, Sans-Serif;
	color: #F2F9FF;
}

#header h1 span {
	display: block;
	font-weight: normal;
}

#header ul, 
#header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	float: left;
	width: 260px;
	background: #fff;
}

#header li {
	float: left;
	width: auto;
}

#nav-uni-freiburg a {
	display: block;
	width: 84px;
	height: 88px;
	margin: 8px 0 16px 12px;
	background: transparent url(uni-freiburg-logo.gif) left top no-repeat;
}

#nav-fz a {
	display: block;
	width: 117px;
	height: 88px;
	margin: 12px;
	background: transparent url(frankreich-zentrum-logo.gif) left top no-repeat;
}

#meta {
	float: left;
	width: 780px;
	background: transparent url(meta-bg.jpg) left top no-repeat;
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #A90008;
}
#meta ul,
#meta li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#meta ul {
	float: right;
	width: 480px; 
	padding: 10px 20px;
	height: 30px;
/*	background: transparent url(meta-language-bg.gif) left top repeat-x;*/
	background: #fff;
}

#meta li {
	float: left;
	width: auto;
	display: block;
	padding: 5px 0 4px 0;
	background: #fff;
	font: normal 11px/11px Verdana, Arial, Helvetica, Sans-Serif;
}

#meta-de strong,
#meta-de a {
	border-right: 1px solid #8C8C8C;
}

/*
#meta-fr strong,
#meta-fr a {
	border-right: 1px solid #8C8C8C;
}*/

#meta li a,
#meta li strong {
	padding: 0 10px;
}


#content-wrapper {
	float: left;
	position: relative;
	width: 100%;
	background: #ccc url(content-wrapper-bg-2.gif) left top repeat-y;

}

#nav-main {
	float: left;
	width: 260px;
	background: #8C8C8C;
	background: #08A800;
	background: transparent url(nav-main-bg.jpg) left bottom no-repeat;
	padding: 0 0 200px 0;
}

#nav-main ul,
#nav-main li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-main ul {
/*	border-bottom: 1px solid #555559;*/
}

#nav-main a {
	display: block;
	border-top: 1px solid #555559;
	color: #F0F2FF;
	font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

#nav-main a.act  {
	background-image: url(nav-main-bullet-act.gif);
	background-position: 8px 12px;
}

#nav-main li ul li a.act  {
	background-image: url(nav-main-bullet-act.gif);
	background-position: 18px 12px;
}


#nav-main a.cur {
	background-color: #fff;
	background-image: url(nav-main-bullet-cur.gif);
	color: #000;
}

#nav-main a.cur:hover {
	color: #000;
	background-color: #fff;
}

#nav-main a:hover {
	background-color: #A90008;
	border-color: #750006;
	color: #FFF2F3;
}

#nav-main ul li a {
	background-color: #65666c;
	background-image: url(nav-main-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 5px 10px 5px 20px;
	width: 230px;
}

#nav-main ul li ul li a {
	background-color: #7d7e86;
	background-position: 20px 10px;
	padding: 5px 10px 5px 30px;
	width: 220px;
}

#nav-main ul li ul li ul li a {
	background-color: #96969f;
	background-position: 30px 10px;
	padding: 5px 10px 5px 40px;
	width: 210px;	
}

#content-main {
/*	position: absolute;
	margin: 0 40px 20px 290px;*/
	float: left;
	width: 460px;
	padding: 0 30px 30px 30px;
}

#content-main img.left {
	float:left;
	width:32px;
	text-align:center;
	margin:4px;
}

div#img_float {
  float:right;
  width:135px;
  text-align:center;
}

div img.img_float_left {
	float:left;
	margin-right:10px;
	text-align:center;
}

#footer {
	float: left;
	width: 100%;
	background: #A90008 url(footer-bg.gif) left top repeat-y;
}

#footer p {
	margin: 0;
	padding: 6px 12px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}

/* SLIDESHOW */
#slideshow {
 height:400px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}
