
/* >>>> Allgemeine Definitionen >>>>>>>>>>>>>>>>>> */
html {
	padding:0px;
	margin:0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size : 8pt;
	color : #4C4C4C;
	background-color : #A1A1A1;
}

img { border: 0; }
div {	margin: 0; padding: 0; }
p {padding: 0px; margin: 0px;}

.floatleft {
	float: left;
	clear: left;
}

.floatright {
	float: right;
	clear: right;
	margin-left: 8px;
}

.rightspace {
	margin-right: 0px;
}

h1  {
	font-family: Arial;
	font-size: 18pt;
	margin: 10px 0 15px 0px;
}

h2  {
	font-family: Arial;
	font-size: 14pt;
	margin: 10px 0 15px 0px;
}

h3  {
	font-family: Arial;
	font-weight : normal;
	margin-bottom : 5px;
	font-size: 12pt;
}

a, a:visited  {
	color : #4278AE;
	/*font-family : verdana;*/
	font-size : 8pt;
	font-weight : bold;
	text-decoration: none;
}

a:active, a:hover  {
	color : #2B5579;
	font-weight : bold;
	text-decoration: underline;
}

a.light, a.light:visited  {
	color : #777777;
	font-weight : normal;
	text-decoration: none;
}

a.light:active, a.light:hover {
	color : #4C4C4C;
	font-weight : normal;
	text-decoration: underline;
}

a.intext, a.intext.visited {
	color : #4C4C4C;
	font-weight: normal;
	text-decoration: none;
	border-bottom : 1px dotted #4C4C4C;	
}

a.intext:active, a.intext:hover {
	color : #4C4C4C;
	font-weight : normal;
	text-decoration: none;
	border-bottom : 1px solid #777777;
}

ul {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 2em;
	list-style-type: circle;
	list-style-position: outside;
}


/* >>>> Hauptnavigation und Titel >>>>>>>>>>>>>>>>> */

#header {
	height: 122px;
	width: 778px;

	margin: 17px auto 0px auto;			/* zentrieren MOZ */
	padding: 0px;

	text-align: left;

	border-top: 1px solid #6B6B6B;
	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;

	background-color: #e6e6e6;
	background-image:url(img/head15.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#header a, #header a:visited {
	float: left;
	line-height: 15px;
	margin: 101px 0px 0px 10px;
	padding : 2px 6px 2px 6px;
	/*border: 1px solid #666666;*/

	/*font-family: verdana, helvetica, arial, sans-serif;*/
	font-size: 10pt;
	font-weight : normal;
	text-decoration: none;
	color : #EAEAEA;

	background-color : transparent;
	background-repeat:no-repeat;
	background-position:left;
}

#header a:active, #header a:hover  {
	color : #ffffff;
	background-color : #747474;
	border: 1px solid #BBBBBB;
	padding : 1px 5px 1px 5px;
	font-weight : normal;
	text-decoration: none;
}

/* >>>> Subnavigation >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.subnav {
	width: 778px;						/* W3C box model -> width - padding */
	height: 17px;

	margin: 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: left;

	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;

	background-color: #cecece;
}

#sn-home {
	width: 766px;
	padding: 0px 0px 0px 12px;
}

#sn-uni {
	width: 710px;
	padding: 0px 0px 0px 68px;
}

#sn-projects {
	width: 668px;
	padding: 0px 0px 0px 110px;
}

#sn-private {
	width: 592px;
	padding: 0px 0px 0px 186px;
}

.subnav a, .subnav a:visited {
	float: left;
	line-height: 13px;

	border: 0px;
	padding : 2px 6px 2px 6px;
	color : #525252;
	font-weight : normal;
	text-decoration: none;
}

.subnav a:active, .subnav a:hover {
	border: 1px solid #7A7A7A;
	padding : 1px 5px 1px 5px;
	color : #2F2F2F;
	font-weight : normal;
	text-decoration: none;
	background-color : #C2C2C2;
}

/* >>>> Content-Zeile mit Seitenleiste >>>>>>>>>>>>>>>>>>>>>> */

#page {
	width: 778px;

	margin: 0px auto;					/* zentrieren MOZ */
	padding: 0px;

	text-align: left;

	overflow: auto;						/* auf Inhalt vergrößern */

	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;

	background-image: url(img/sideback.png);	/* Navigations-Hintergrund */
	background-repeat: repeat-y;
	background-color: white;
}

.leftbar {
	width: 55px;
	height: 200px;
	float: left;
	padding: 0px 0px 0px 0px;		/* 72 = 32 + 100 Platz für "supported" */
	overflow: hidden;
}

#lb-uni {
	background : url(img/lb-uni.png) no-repeat top;
}

#lb-home {
	background : url(img/lb-home.png) no-repeat top;
}

#lb-private {
	background : url(img/lb-private.png) no-repeat top;
}

#lb-projects {
	background : url(img/lb-projects.png) no-repeat top;
}

#content {
	margin-left : 70px;
	padding: 15px 8px 5px 5px;
	/*height: 400px; */
	min-height: 400px;
	background-color : #ffffff;
}

/* >>>> Fusszeile >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#footer {
	height: 15px;
	width: 718px;
	margin: 0px auto;					/* zentrieren MOZ */
	padding: 2px 5px 0px 55px;

	color: #777777;
	text-align: left;

	border-left: 1px solid #6B6B6B;
	border-right: 1px solid #6B6B6B;
	border-bottom: 1px solid #6B6B6B;
	background: #cecece;
}

#footer div.top {
	width: 16px;
	height: 14px;
	float: right;
	margin: auto;
}

#footer a.top {
	padding-left: 16px;
	background-position: 1px;
	background-repeat:no-repeat;
	background-image:url(img/top.png);
}

#technology {
	height: 12px;
	width: 773px;
	margin: 0px auto;					/* zentrieren MOZ */
	padding: 1px 5px 0px 0px;

	color: #777777;
	text-align: right;
	font-size: 6pt;

	/*background: #cecece;*/
}


/* >>>> Teaser >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.teaser {
	width: 180px;
	min-height: 300px;
	float: right;
	padding: 3px 5px 5px 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	overflow: auto;
	border: 1px solid #E0E0E0;
	background-image: url(img/bg-teaser.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.teaser-head {
	font-weight: bold;
	font-size: 9pt;

	padding: 0px 1px 1px 12px;		/* 72 = 32 + 100 Platz für "supported" */
	margin-bottom: 5px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-image: url(img/chev-teaser.png);

	border-bottom: 1px solid #dddddd;
}

#teaser-low {
	margin-top: 20px;
	min-height: 340px;
}

#teaser-wide {
	width: 350px;
	background-position: left top;
}

/* >>>> Right column >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.rightcol {
	width: 350px;
	min-height: 350px;
	float: right;
	padding: 3px 5px 5px 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	overflow: auto;
	border: 0px solid #E0E0E0;
}

/* >>>> Einzelformate >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

#welcome {
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#unilogo {
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(img/unilogo.png);
}

.centraltext {
	width: 400px;
	margin-left: 40px;
}


.spacer {
	margin-top: 20px;
}

p.small {
	margin-bottom: 8px;
}

p.smallindent {
	padding-left: 14px;
}


.list{
	width: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
}


img.intext {
	position: relative;
	top: 4px;
	margin-right: 4px;
}

a.external {
	padding-left: 14px;
	background-image: url(img/ext-link.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.internal {
	padding-left: 10px;
	background-image: url(img/int-link.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

a.pdf {
	padding-left: 12px;
	background-image: url(img/doc.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.bib {
	padding-left: 12px;
	background-image: url(img/bib.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

li {
	padding-left: 0px;
	margin-left: 0px;
	list-style: disc;
}