body {
	color: #333333;
	background-image: url(/templates/stesweb20/res/bg.png);
	background-repeat: repeat-y repeat-x;
}

#default {
	position: absolute;
	height: 98%;
	width: 98%;
}

#outer {
	position: relative;
	text-align: left;
	border: solid gray;
	border-width: 0;
	width: 1000px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -350px;
}

#hdr {
	height: 163px;
	background: #eeeeee;
	color: #333333;
	position: absolute;
	width: 100%;
	border: solid black;
	border-width: 0px;
	margin-left: -1px;
	position: relative;
	top: 0px;
	left: 1px;
	border-bottom: 0px solid black;
}

#lcol {
	float: left;
	background: #d7d5e2;
	color: #222222;
	width: 164px;
	height: 536px;
	/*min-height: 100%;*/
	text-align: left;
	top: 163px;
	position: absolute;
}

#cont {
	font-family: verdana, arial, sans;
	font-size: 11px;
	width: 816px;
	background: #d7d5e2;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-right: -7px;
	top: 163px;
	left: 164px;
	height: 516px;
	position: absolute;
	padding: 10px;
	overflow: auto;
/*	display: none;*/
}

p.zitat {
	font-family: courier, terminal;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 40px;
}

table.picture {
	width: 100%;
	border: 0px;
	font-family: verdana, arial, sans;
	font-size: 11px;
	border-spacing: 0px;
	padding-right: 20px;
}

table.picture tr td {
	padding-left: 20px;
}

table.list {
 padding: 20px;
}

table.list td {
 font-family: verdana, arial, sans;
 font-size: 11px;
 font-weight: normal;
 border-style: solid;
 border-color: #333333;
 border-top-width: 0;
 border-right-width: 0;
 border-bottom-width: 1px;
 border-left-width: 0;
}

table.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #0000aa;
}

a:active {
	text-decoration: none;
	color: #0000aa;
}

a:visited {
	text-decoration: none;
	color: #0000aa;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-family: verdana, arial, sans;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

p.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-family: verdana;
	font-size: 11px;
}

p.newscontent {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: verdana;
	font-size: 11px;
	color: red;
}

p.title {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3px solid #fcee00;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-left: 20px;
	padding-top: 0px;
	margin-right: 20px;
}

p.news {
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3px solid red;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-left: 20px;
	padding-top: 0px;
	margin-right: 20px;
	color: red;
}

p.subtitle {
	font-family: verdana, arial, sans;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #fcee00;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-left: 20px;
	padding-top: 10px;
	margin-right: 20px;
	margin-top: 20px;
}