body {
	font: normal normal normal 10pt/normal Georgia, Times, serif; text-align: left;
	background-color: white;
}
.banner{
		/*width: 780px;*/
		width: 900px;
		height: 100px;
		margin: 0px auto;
		border: 0px solid #CCCCCC;
		vertical-align:top;
		position: relative;
		/*horizontal-align: center;*/
}

/* abgerundete Ecken für die divs*/
.t {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/t.gif) 0 0 repeat-x}
.b {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/b.gif) 0 100% repeat-x}
.l {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/l.gif) 0 0 repeat-y}
.r {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/r.gif) 100% 0 repeat-y}
.bl {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/bl.gif) 0 100% no-repeat}
.br {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/br.gif) 100% 100% no-repeat}
.tl {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/tl.gif) 0 0 no-repeat}
.tr {background: url(http://www.uni-ulm.de/~s_mkarg/sometimes/images/tr.gif) 100% 0 no-repeat; padding:10px}

/*Code für Navigationsleiste: START*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 13px arial;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 1px;
	/*width: 109px;*/
	width: 96px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background: #49A3FF;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 11px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 12px arial;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFFFFF;}
		
/*Code für Navigationsleiste: ENDE*/

/*Code für Slimbox-Foto-Galerie*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

