@charset "utf-8";
/* CSS Document Sportwissenschaftliches Institut des Saarlandes */
* { margin:0; padding:0; }
body { font-family:Arial, Helvetica, sans-serif; background:url(../images/bg.jpg) top left repeat-x #cde4de; }
ul { list-style:none; }
.clr { clear:left; }
.imagetext { text-align:center; font-style:italic; }
/* Aufbau der Seite */
div#content {
	width:1000px;
	background:#fff;
	}

div#top {
	height:200px;
	background:url(../images/top.jpg) top center no-repeat;
	margin-bottom:25px;
	}

div#leftContent {
	width:210px;
	float:left;
	margin-left:10px;
	}
div#right {
	margin-left:250px;
	width:740px;
	padding-bottom:20px;
	}

p.weiter {
	font-size:.7em;
	text-align:right;
	}
p.weiter a {
	color:#4e7da9;
	text-decoration:none;
	}

div.bsmall {
	margin-left:500px;
	width:240px;
	}
* html div.bsmall { margin-left:490px; }

div.blong {
	width:470px;
	float:left;
	}

div#sub {
	border-top:1px solid #ccc;
	clear:left;
	padding-top:5px;
	font-size:.7em;
	margin-bottom:25px;
	color:#999;
	}
div#sub a { color:#999; text-decoration:none; }
div#bottom {
	clear:left;
	height:60px;
	background:#4e7da9;
	}
div#bottom a { color:#fff; text-decoration:none; }
div#bottom p { 
	font-size:.7em;
	color:#f1f1f1;
	padding:15px;
	text-align:center;
	}

/***** SITEMAP *****/
div#sitemap {
	background:url(../images/logo-sitemap-swi.jpg) center left no-repeat #4e7da9;
	margin-top:-25px;
	margin-bottom:25px;
	}
	div#sitemap h1 { 
		padding:15px 10px 0 10px; 
		font-size:.7em;
		color:#fff; 
		}
	div#sitemap table {
		color:#fff;
		font-size:.7em;
		margin:0 10px;
		width:980px;
		}
	div#sitemap table a {
		color:#fff;
		text-decoration:none;
		border-bottom:1px dotted #fff;
		}
	div#sitemap table span {
		padding-left:5px;
		}
