body {
	background: #766e6e;
	margin-top: 50px;
	color: #333;
	letter-spacing: 1px; 
	font-family: Georgia, Times, Garamond, Serif;
}

body.calendar {
	background: none;
	margin: 0;
	color: #333;
	letter-spacing: 1px; 
	font-family: Georgia, Times, Garamond, Serif;
	width: 232px;
}

a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}

p.copy-text {
	padding: 0;
	margin: 0px 0px 20px 0px;
}

img {
	border: 0;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #999;
	border: 0;
}

hr.narrow {
	background-color: #DDD;
}

hr.moduletable {
	margin-left: 0;
	width: 485px;
	height: 1px;
	background-color: #999;
	border: 0;
}

hr.moduletable.narrow {
	background-color: #DDD;
	color: #DDD;
}

hr.rightbox {
	width: 250px;
}

hr.rightbox.narrow {
	width: 250px;
	background-color: #DDD;
	color: #DDD;
}

ul.list {
	padding: 0px;
	margin: 0px 0px 0px 13px;
	list-style-image: url('../images/bullet.png');
}

ul.list li {	
	letter-spacing: 1pt; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	margin-bottom: 5px;
}

ul.list2 {
	padding: 0px;
	list-style-type: round;
	margin: 0px 0px 0px 30px;
	font-size: 16px;
	line-height: 24px;
}

ul.list2.dec {
	list-style-type: decimal;
}

ul.list2 li {
	font-size: 13px;
	line-height: 24px;
}

#slogan {
	position: relative;
	text-align: right;
	float: right;
	margin-top: -21px;
	padding: 3px 0px 3px 100px;;
	letter-spacing: 1pt; 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color:#997766;
	background: url('../images/verlauf.png') left top repeat-y;
}

#slogan span {
	margin-right: 25px;
}

#logo {
	letter-spacing: 1pt; 
	color:#FFF;
	margin: 0px 25px;
}

.logo-headline {
	font-size: 16pt;
	font-family: Georgia, Times, Garamond, Serif;
	display: inline-block;
	margin-bottom: 5px;
}

.logo-subline {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	line-height: 20px;
	padding-top: 4px;
}

.logo-subline.border {	
	border-top: 1px solid #a87;
}

#navigation {
	padding-left: 15px;
	height: 26px;
	letter-spacing: 1pt; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
	background-color: #b9b9b9;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 9pt;
	color: #fff;
}

#navigation a {
	color: #fff;
}

#topRow {
	text-align: left;
	display: block;
	padding: 15px;
	border: 1px solid #ddd;
	background: #f3f3f3;
}

#rightbox {
	float: right
}

.moduletitle {
	width: 490px;
	display: block;
}

.moduletitle.rightbox{
	width: 250px;
}

.moduletitle a {
	color: #0066cc;
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, Times, Garamond, Serif;
}

.moduletitle a:hover {
	color: #fff;
	background: #06c url('../images/boxbg_top.png') top left repeat-x;
}

#rightbox .moduletitle a {
	color: #976;
}

#rightbox .moduletitle a:hover {
	background: #976 url('../images/boxbg_top.png') top left repeat-x;
	color: #fff;
}

.moduletitle span {
	float: left;
	position: relative;
	width: 60px;
}

.moduletitle.twocols {
	width: 485px;
}

*html .moduletitle.twocols {
	width: 455px;
}

.moduletitle.twocols span {
	width: 265px;
}

.moduletitle.twocols span.col1 {
	width: 55px;
}

#rCol {
	float: right;
	width: 200px;
	padding: 15px;
	border: 1px solid #ddd;
	background: #f3f3f3;
}

*html #rCol {
	width: 230px;
}

#rCol a {
	color: #333;
}

#rCol a:hover {
	text-decoration: underline;
}

table#uebersicht {
	width: 485px;
}

table#uebersicht td {
	background: #f3f3f3;
	color: #333;
	padding: 10px;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, Times, Garamond, Serif;
}

table#calendar {
	width: 200px;
	background: #f3f3f3;
}

table#calendar td {
	background: #DDD;
	color: #333;
	width: 26px;
	height: 26px;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Serif;
	font-size: 10px;
	border: 1px solid #ddd;
}

table#calendar td.active {
	background: #0066cc;
	border: 1px solid #0066cc;
	color: #fff;
	font-weight: bold;
}

table#calendar td.active.othermonth {
	background: #7fb2e5;
	border: 1px solid #7fb2e5;
	color: #fff;
	font-weight: bold;
}

table#calendar td.inactive {
	border: 1px solid #ddd;
	background: #f3f3f3;
	color: #999;
}

table#calendar td.legend {
	border: none;
	background: none;
	color: #999;
}

.highliteBlock {
	padding: 20px;
	color: fff;
	font-size: 14px;
	line-height: 1.3 em;
}

.highliteBlock.grau {
	text-align: center;
	color: #06c;
	border: 1px solid #DDD;
	background: #DDD url('../images/boxbg_top.png') top left repeat-x;
	font-weight: 600;
}

.highliteBlock.blau {
	text-align: center;
	border: 1px solid #06c;
	background: #06c url('../images/boxbg_top.png') top left repeat-x;
	font-weight: 600;
}

.highliteBlock.braun {
	border: 1px solid #976;
	background: #976 url('../images/boxbg_top.png') top left repeat-x;
}

.highliteBlock.braun.block {
	text-align: center;
}

.highliteBlock-headline {
	font-weight: 600;
	margin-bottom: 10px;
}

#centerColumn {
	width: 485px;
	padding: 0px 15px;
}

#centerColumn a[href], #centerColumn-full a[href] {
	color: #333;
}

*html #centerColumn {
	width: 515px;
}

#centerColumn-full {
	display: block;
	padding: 0px 15px;
}

#modspan {
	width: 130px;
	float: left;
}

#modspan img {
	margin-bottom: 20px;
}

#centerColumn-full div {
	margin-left: 200px;
	margin-bottom: 50px;
}

#centerColumn-full ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

#centerColumn-full ul ul {
	margin: 0px 0px 20px 50px;
}

#footer {
	height: 60px;
	width: 800px;
	padding: 0px 30px 0px 30px;
	vertical-align: middle;
}

.smalltext {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 7pt;
	color: #999;
}

.smalltext a {
	color: #999;
}

#content {
	background: #fff;
	padding: 40px;
	letter-spacing: 1pt;
	vertical-align: top;
}

.headline {
	color: #542c19;
	font-family: Georgia, Times, Garamond, Serif;
	font-size: 22px;
	line-height: 32px;
}

.headline.rCol {
	color: #999;
	font-size: 18px;
	font-family: Georgia, Times, Garamond, Serif;
}

.subheadline {
	color: #0066cc;
	font-family: Georgia, Times, Garamond, Serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.subheadline.narrow {
	font-size: 13px;
	line-height: 22px;
}

.subheadline2 {
	color: #333;
	font-family: Georgia, Times, Garamond, Serif;
	font-size: 16px;
	line-height: 26px;
}

.subheadline3 {
	color: #542c19;
	font-family: Georgia, Times, Garamond, Serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.copy-text {
	color: #333;
	font-family: Georgia, Times, Garamond, Serif;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}

.copy-text.block {
	text-align: justify;
}

.copy-text.dozenten {
	line-height: 32px;
}

.copy-text.rCol {
	color: #333;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
}

.highlight-text {
	color: #0066cc;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	line-height: 15px;
	font-size: 11px;
}

#fifty {
	clear: both;
	width: 350px;
	float: left;
}

#fifty2 {
	margin-left: 380px;
	display: block;
}

#btn_studienbeginn {
	float: right;
}

#flashcontainer {
	background: #fff;
	z-index: 1;
}


#navilist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 2;
}

#navilist li {
	float: left;
	position: relative;
}

#navilist li a {
	display: inline-block;
	height: 20px;
	padding: 4px 10px 0px 10px;
	background: #b9b9b9;
}

* html #navilist li a {
	height: 24px;
}

#navilist li a:hover {
	background: #d9d9d9;
	background-image: url('../images/navi_active_bg.png');
	background-repeat: repeat-x;
}

#navilist li ul { 
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 24px;
	left: 0;
}

#navilist li > ul { 
	top; auto;
	left: auto;
}

#navilist li li { 
	float: none;
	height: 24px;
	width: 230px;
}

#navilist li:hover ul, #navilist li.over ul {
	display: block;
	position: absolute;
	font-size: 9pt;
	border: 1px solid #fff;
	list-style-type: none;
	z-index: 2;
}

#navilist li:hover li a, #navilist li.over li a {	
	height: 20px;
	padding: 4px 10px 0px 10px;
	display: block;
	background: #999;
}

#navilist li.over li a {
	height: 24px;
}

#navilist li:hover li a:hover, ul#navilist li.over li a:hover {	
	background: #d9d9d9;
	background-image: url('../images/navi_active_bg.png');
	background-repeat: repeat-x;
}

#navilist li:hover ul li a:before, ul#navilist li.over ul li a:before { 
	content: url('../images/bullet.png');
	margin-right: 8px;
}



#sheetback_left {
	width: 20px;
	background-image: url('../images/sheetback_left.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#sheetback_right {
	width: 20px;
	background-image: url('../images/sheetback_right.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#sheetback_stretch_left {
	width: 20px;
	background-image: url('../images/sheetback_stretch_left.png');
	background-position: top right;
	background-repeat: repeat-y;
}

#sheetback_stretch_right {
	width: 20px;
	background-image: url('../images/sheetback_stretch_right.png');
	background-position: top left;
	background-repeat: repeat-y;
}