body {
	padding: 0;
	margin: 0;
	border: 0;
	background: #B0CCFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

th {
	text-align:left;
}

#background {
	background: #4383FA;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 200px;
	z-index: -1;
}

#line {
	background: #70A1FA;
	position: absolute;
	left: 0;
	top: 0px;
	right: 0;
	width: 100%;
	height: 220px;
	z-index: -2;
}



#main {
	margin: 0 auto 0 auto;
	border: 1px solid black;
	z-index: 100;
	width: 1000px;
	text-align: left;
	border-right: 4px outset #8DB5DD;
	border-bottom: 4px outset #8DB5DD;
}

#back {
	width: 100%;
	height: 199px;
	background: #70A1FA;
}

#logo {
	position: relative;
	top: 20px;
	left: 20px;
	width: 300px;
	height: 140px;
	z-index: 1000;
	background: transparent url(../img/logo.png) no-repeat top;
}

#menu {
	position: relative;
	width: 500px;
	top: 25px;
	left: 250px;
	height: 2em;
	background: transparent;
}

#content {
	min-height: 400px;
	background: #DBEBFF url('../img/contentbottom.png') bottom right no-repeat;
	padding: 15px;
	font-size:13px;
  font-family:"Trebuchet MS";
  
}

#footer {
	width: 100%;
	background: #4383FA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nahled_dekor{
	text-align:left;
	border:1px solid black;
	padding:5px;
	margin:3px;
	float:left;
}

#content a{
  color:#3254CE;
}
#content a:hover{
  color:#143BE3;
  font-weight:bold;
}

#content h1{
  font-size:130%;
  background:#85BBF2;
  padding:5px;
  color:#1943bc;
  font-weight:normal;
}
#content h2{
  font-size:100%;
  color:#1943BC;
}
#content li{
  list-style-image:url(../img/li.png);
}
#content table{
  vertical-align:top;
  font: 13px "Trebuchet MS";
}
#content table td{
  padding:0px 10px 0px 10px;
  padding-right:20px;
  vertical-align:top;
}

/* zeroing padding/margin for all elements */
#TJK_dropDownMenu {_top:-19px;}
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu { position:relative;background:#fff no-repeat 100% 50%;float:left;}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-11px;
	padding:1px 10px 10px 10px;
	background:url(../img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	width:98px;
	max-width:20%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
	border:1px solid #94c0f5;
}
/* All anchors */
#TJK_dropDownMenu li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	width:98px;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */ 
	height:2em;
	line-height:2em;
	text-align:center;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:150px;
	max-width: 150px;
	padding:0;
	border:1px solid #70A1FA;
	border-top:none;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
  width: 138px;
  _width: 148px;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	color:#FFF;
	background-position:0 50% !important;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#fff !important;}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color:#fff !important;background:#c30}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#m1 {z-index:6;}
#TJK_dropDownMenu li#m2 {z-index:5;}
#TJK_dropDownMenu li#m3 {z-index:4;}
#TJK_dropDownMenu li#m4 {z-index:3;}
#TJK_dropDownMenu li#m5 {z-index:2;}

/* Current location - class on Body must match LI's id */
.m1 #TJK_dropDownMenu li#m1 a,
.m2 #TJK_dropDownMenu li#m2 a,
.m3 #TJK_dropDownMenu li#m3 a,
.m4 #TJK_dropDownMenu li#m4 a,
.m5 #TJK_dropDownMenu li#m5 a {color:#FFF;}
/* Keeping current menu accessible to JAWS */
.m1 #TJK_dropDownMenu li#m1 ul,
.m2 #TJK_dropDownMenu li#m2 ul,
.m3 #TJK_dropDownMenu li#m3 ul,
.m4 #TJK_dropDownMenu li#m4 ul,
.m5 #TJK_dropDownMenu li#m5 ul {display:block;top:-1000px}

/* background colors */
#m1,#m1 li a,
#m2,#m2 li a,
#m3,#m3 li a,
#m4,#m4 li a,
#m5,#m5 li a {background-color:#517FFF;}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#m5 ul {left:-44px !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.m1 #TJK_dropDownMenu li#m1 ul li a:focus,
.m1 #TJK_dropDownMenu li#m1 ul li a:active,
.m2 #TJK_dropDownMenu li#m2 ul li a:focus,
.m2 #TJK_dropDownMenu li#m2 ul li a:active,
.m3 #TJK_dropDownMenu li#m3 ul li a:focus,
.m3 #TJK_dropDownMenu li#m3 ul li a:active,
.m4 #TJK_dropDownMenu li#m4 ul li a:focus,
.m4 #TJK_dropDownMenu li#m4 ul li a:active,
.m5 #TJK_dropDownMenu li#m5 ul li a:focus,
.m5 #TJK_dropDownMenu li#m5 ul li a:active {position:absolute !important;top:1028px !important;}
