@charset "utf-8";
/* 40 Jahre Informatik SB */

* { padding: 0; margin: 0; }

body {
	font-family:"Futura Bk BT", "Trebuchet MS", Arial, sans-serif;
	font-size:0.9em;
	background-image:url(pattern.gif);
}

#wrapper { 
	margin: 0 auto;
	width: 800px;
}

#content { 
	float:left;
	color:#333;
	background:#FFFFFF;
	min-height:790px;
	height:100%;
	width:550px;
	display:inline;
	background-image:url(bg_right.png);
	background-position:top right;
	background-repeat:repeat-x;
	padding:15px 25px;
}

#header {
	color:#333;
	width:800px;
	float:left;
	height:75px;
	line-height:75px;
}

#leftcolumn { 
	color:#333;
	height:800px;
	width:200px;
	float:left;
	background-image:url(bg_left.png);
	background-repeat:repeat-x;
	padding:10px 0px;
}

h1.head {
	color:#999999;
	font-size:2.0em;
	margin-bottom:35px;
	font-family:"Lucida Sans", "Futura Bk BT", "Trebuchet MS", Arial, sans-serif;
	letter-spacing:5px;
	font-style:normal;
	}

h1 {
	color:#003366;
	font-size:1.5em;
	margin-bottom:25px;
}

h2 {
	color:#000000;
	font-size:1.1em;
	margin-bottom:15px;
}
	
td.small {
	font-size:0.8em;
}

.smallfont {
	font-size:0.8em;
}

.noline {
	text-decoration:none;
	padding:5px;
}

table {
	margin-bottom:25px;
	border-left:thin grey solid;
	padding-left:10px;
}

a:link {
	color:#000000;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#666666;
}

.italics {
	font-style:italic;
	margin-top: 10px;
}