/*
 * Stylesheet
 *
 * Jörg Czwoydzinski 2005
 */

body {
	font: 10pt verdana, arial, sans-serif;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/bg_tile.gif);
}

#logo_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/logo_mszm.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 122px;
/*	border: 1px solid; */
}

#banner_bg1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/verlauf.gif);
	background-repeat:no-repeat;
	position: absolute;
	left: 250px;
	top: 0px;
	width: 420px;
	height: 122px;
/*	border: 1px solid; */
}

#banner_bg_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/header_tile.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 122px;
	width: 100%;
/*	border: 1px solid; */
}

#nav_bg {
	margin: 0px;
	background: url('images/nav_bg.gif') no-repeat;
	position:absolute; left:0px; top:122px; width:175px; height:422px; padding-left:20px; padding-right:0px; padding-top:20px; padding-bottom:0px; background-repeat:no-repeat
}

#nav_element {
	margin: 0px 0px 4px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #eee;
	border-style: solid;
	border-color: #999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

#nav_link {
	text-decoration: none;
	color: #000;
}

#nav_img {
    float: left;
   	margin-top: 1px;
	height: 20px;
}

#nav_text {

}

#info {
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #eee;
	width: 110px;
}

#info2 {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #fcc;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 290px;
	top: 72px;
	width: 630px;
	height: 50px;
	color: #000000;
/*	border: 1px solid; */
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	position: absolute;
	left: 235px;
	top: 142px;
/*	border: 1px solid; */ 
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	border: 1px solid; */
}

#ok {
	color: #0f0;
}

#warning {
	color: #f00;
}

#error
{
	background-color: #f99;
} 

#maintext {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 600px;
}

#titeltext {
	font: 10pt/25px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#foto {
	border: 0px;
	padding: 15px 15px 15px 15px;
}

table{
	font: 10pt verdana, arial, sans-serif;
}

#table-header {
	height: 20px;
	vertical-align: top;
	color: #000000;
	background-color: #999;
	padding: 0px 5px 0px 5px;
}

#table-column {
	height: 20px;
	vertical-align: top;
	color: #000000;
	background-color: #ccc;
	padding: 0px 5px 0px 5px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font: 16pt verdana, arial, sans-serif;
	font-weight: bold;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font: 14pt verdana, arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font: 12pt verdana, arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

h4 {
	margin-bottom: 10px;
	font: 10pt verdana, arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}

img {
	border: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #E381AB;
}

a:visited {
	color: #E381AB;
}

a:hover {
	text-decoration: underline;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

