/*

Template design by escpro | Michael Brinsteiner
copyright by Creative Commons 2.5

*/
body {
	margin: 0px 0 20px 0;
	padding: 0;
	background: #EEEEEE url(images/esc_bg.jpg) repeat-x top left;
	/*text-align: justify;*/
	line-height: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686A61;
}

h1 {
	padding: 0;
	margin: 0;
	color: #1B549C;
         font-size: 20px;
         text-transform:uppercase;
}
h2 {
	color: #777;
         font-size: 17px;
}

h3 {
	color: #777;
         font-size: 15px;
}
strong {
	color: #686A61;
}

p, ul, ol {
	margin-bottom: 0.6em;
         color: #686A61;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #003366;
	border-bottom: 1px #BFBFBF ;
}

a:hover {
	text-decoration: none;
	color: #113160;
}
img{border:none;}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	background: #F9F7DD;
	border: 1px solid #E0DBC9;
}

#menu {
         width: 850px;
         height: 78px;
         margin: 0px auto;
         background: url(images/esc_menu.jpg) no-repeat top left;}

#menu ul {
         margin: 0px;
         padding: 0 0 0 170px;
         list-style: none;
}

#menu li {
         display: inline;
}

#menu a {
         display: block;
         float: left;
         border: none;
         padding: 50px 12px 12px 12px;
         text-decoration: none;
         color: #888;
         font-weight: bold;
}

#menu a:hover {
         color: #333;
         background: url(images/esc_menu1.jpg) no-repeat center  bottom;
}
#menu ul li a.active {
         color: #1B549C;
         background: url(images/esc_menu1.jpg) no-repeat center  bottom;
}

#header {
	background:  transparent url(./images/esc_header.png) no-repeat top left ;
         width: 790px;
         padding: 20px 30px;
         height: 188px;

         color: #fff;
         font-size: 19px;
		 position: absolute;
		 top: 78px;
}

#logo {
		 position: absolute;
		 top: 35px;
		 left: 20px;
}

#wrapper {
         width: 850px;
         margin: 0px auto;
         padding: 0px 0;
         background:  #fff url(images/esc_content.jpg) repeat-y center  top;
		 position:relative;
		 height: 266px;
}
/** inhalt */
#esccontent {
	width: 850px;
         background:  #fff url(images/esc_content.jpg) repeat-y left  top;
         margin: 0px auto;
         padding: 0px;}
#content p {
}
#content a {
	text-decoration: none;
}

#right {
	float: right;
	width: 540px;
	padding: 0px 55px 20px 25px;
}

#right h1 {
text-transform: uppercase;
letter-spacing: 0px;
line-height: 1.2em;
font-size: 1.7em;
font-weight: normal;
}
#right h2 {
	color: #003366;
         font-size: 16px;
         padding-top: 7px;
         padding-left: 25px;
         height: 21px;
         background: url(./images/esc_h1.jpg) repeat-x;
}
#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right ul li {
	margin-bottom: 0px;
	padding-left: 19px;
         padding-top: 3px;
	background: url(images/esc_list.jpg) no-repeat 0 7px;
	line-height: 22px;
}
#left {
	float: left;
	width: 210px;
	padding: 5px 0px 5px 16px;
         background:  url(images/esc_left.jpg) no-repeat left  top;}

#left #time{
padding: 16px 0px;
color: #fff;

}
#left h2{
         padding-left: 10px;
         padding-top: 8px;
         height: 25px;
         color:#1B549C;
         font-size: 15px;
         font-weight: bold;
         border-bottom: 1px solid #ADB8CA;
}
#left p {
         width: 195px;
}
#left ul {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
}
#left li {
	margin-left: 10px;
         padding-left: 19px;
         padding-top: 4px;
	background: url(images/esc_list.jpg) no-repeat 0 7px;
	line-height: 20px;
}
#search {
         margin: 0px;
         margin-top: 30px;
         background:  url(./images/esc_searchm.jpg) right top no-repeat;
	padding: 0px;
         width: 210px;
         height: 33px;
	position: relative;
	width: 210px;
	height: 33px;
}

#sbutton {
	padding: 0px;
	border: none;
	background:  url(./images/esc_search.jpg) center top no-repeat;
	text-transform: lowercase;
	border: 0px solid #B1CBD8;
	font-size: 11px;
	width: 29px;
	height: 19px;
	color: #FFFFFF;
	position: absolute;
	top: 6px;
	left: 60px;
}
#searchf {
	width: 95px;
	padding: 0px;
	border: 0px solid #B1CBD8;
	background: transparent;
	font-size: 11px;
	position: absolute;
	top: 9px;
	left: 102px;
}

/** footer  */
#footer {
	clear: both;
	width: 825px;
	height: 21px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 25px;
	background:  url(./images/esc_footer.jpg) no-repeat top center ;
	font-size: 10px;
	color: #777;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #777;
}