@charset "utf-8";

/* ==== 0 0 ==== */

body, div, img, h1, p, ul, li, table, tr, tb, th, caption, a {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none;
}
a img {
	border-width: 0px;
}

/* ==== Text basis ==== */

body {
	background-color: #F2EADA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
}
h1 {
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F2E3C6;
	text-align: center;
}
p, li, tb, th, caption {
	font-size: 1em;
	line-height: 1.8;
}

/* ==== Containers ==== */

#container {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	min-width: 955px;
	max-width: 1940px;
}
#header {
	position: relative;
	height: 23px;
}
#headerLeft {
	float: left;
	height: 23px;
	width: 23px;
}
#headerSidebar {
	width: 160px;
	background-color: #F2E3C6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #185A49;
	float: left;
	height: 20px;
}
#headerContent {
	background-color: #F2E3C6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #185A49;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #185A49;
	margin-left: 183px;
	margin-right: 23px;
	height: 20px;
}
#headerRight {
	position: absolute;
	top: 0px;
	right: 0px;
}
#main {
	background-color: #F2E3C6;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #185A49;
	border-bottom-color: #185A49;
	border-left-color: #185A49;
}
#mainSidebar {
	float: left;
}
#mainContent {
	margin-left: 180px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #185A49;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.kalendar1 {
	float: left;
	padding-right: 20px;
	padding-left: 25px;
}
.kalendar2 {
	font-style: italic;
}

/* ===== mainTitle ===== */

.mainTitle {
	background: #185a49;
	margin-bottom: 20px;
	position: relative;
}
.titleTop {
	background: #F2E3C6;
	left: 0px;
	top: 0px;
	position: absolute;
}
.mainTitle h1 {
	padding: 20px;
}
.titleBottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #F2E3C6;
}

/* ===== Text ==== */

.mainText {
	margin-top: 20px;
	clear: none;
}
.mainTextC {
	text-align: center;
	margin-top: 20px;
}
.mainPVN {
	font-style: italic;
	text-align: center;
	margin-top: 20px;
}
#mainContent span {
	font-weight: bold;
}
.red {
	color: #F00;
}
#mainContent p a:link, #mainContent li a:link {
	text-decoration: none;
	color: #00F;
	border-bottom: 1px solid #00F;
	padding-bottom: 0.1em;
}
#mainContent p a:visited, #mainContent li a:visited {
	text-decoration: none;
	color: #800080;
	border-bottom: 1px solid #800080;
	padding-bottom: 0.1em;
}
#mainContent p a:hover, #mainContent li a:hover, #mainContent p a:active, #mainContent li a:active, #mainContent p a:focus, #mainContent li a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #00F;
	color: #00F;
	padding-bottom: 0.1em;
}
#mainContent li {
	background: url(../_images/circle.gif) no-repeat 5px 0.75em;
	padding-left: 20px;
}
.Warning {
	vertical-align: middle;
	padding-left: 20px;
}

/* ==== Tables ==== */

.mainTbl1 {
	margin-bottom: 20px;
}
.mainTbl2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.TblCentr {
	margin-right: auto;
	margin-left: auto;
}
.TblCentr th {
	font-weight: normal;
	text-align: left;
	padding-right: 20px;
	padding-left: 5px;
}
.TblCentr td {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.Tbl100 {
	width: 100%;
}
.Tbl100 caption {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.Tbl100 th {
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
}
.Tbl100 td {
	text-align: center;
}

/* ===== Footer ==== */

#footer {
	clear: both;
	margin-bottom: 3px;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	color: #185A49;
}
#footer span {
	padding-right: 20px;
	padding-left: 20px;
}
#footer p a:link, #footer p a:visited {
	font-weight: bold;
	color: #185A49;
	text-decoration: none;
	border-bottom: 1px solid #185A49;
	padding-bottom: 0.1em;
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
	font-weight: bold;
	color: #185A49;
	text-decoration: none;
	border-bottom: 1px dotted #185A49;
	padding-bottom: 0.1em;
}
