/* Default CSS Stylesheet for a new Web Application project */
html
{
	background-color: #3c4049;
	background:transparent url(../Bilder/hintergrund.gif);
	background-repeat: repeat;
}

body
{
	padding: 0px;
	margin: 0px;
	width: 98%;
	color: #333;
	font-style:normal; 
	font-size: 12px;
	font-family: Helvetica, Verdana, Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, sans-serif 
}

img
{
	border: 0px none;	
}

a
{
	color: #307082;
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	color: #307082;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

Table th
{
	color: #C20000;
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	letter-spacing: 0;
	font-style: italic;
	padding: 5px 0 5px 0;
}

/*-------------------------ContentBackground (hold all other container)------------------------------ */
#Content
{
	margin: 0 auto;
	width: 760px;
	background-color: #b30b0b;
	background-repeat: repeat-y;
	background-image: url(../Bilder/ContentBackground.png);
	border:  solid 1px #FFFFFF;
}
/*----------------------------------------------Top Container-------------------------------------- */
#top
{
	margin: 0;
	padding: 0px;
	background-image: url(../Bilder/TopBackground.png);
	background-repeat: no-repeat;
	height: 30px;
}
/*----------------------------------------------Header Container-------------------------------------- */
#header
{
	background-repeat: no-repeat;
	background-color: #b30b0b;
	padding: 0;
	margin: 0;
	height: 150px;
	width: 100%;	
}

#header img
{
	height: 100%;
	width:100%;
}

/*----------------------------------------Main Navigation--------------------------------- */
#mainnav
{
	height: 30px;
	margin: 0;
	padding: 0 0 0 4px;
	margin: 0;
	background-image: url(../Bilder/MainNavBackground.png);
	background-repeat: no-repeat;
}

#mainnav ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size:13px;
}
#mainnav li a
{
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	word-spacing: 5px;
	text-decoration: none;
	font-weight: bold;
	border-right: solid 1px #b30b0b;
}
#mainnav li a:hover
{
	color:  yellow;
	text-decoration: underline;
}

#mainnav a.current, #mainnav a.current:hover
{
	color: yellow;
	text-decoration: none;
}

/*----------------------------------------LeftContainer--------------------------------- */

#leftContainer
{
	padding: 0;
	margin: 0;
	width: 160px;
	min-height: 800px;
	height:auto !important;  /* für moderne Browser */
	height: 800px;  /*für den IE */
	float: left;
}

#leftContainer div
{
	background: transparent;	
}

#leftContainer h3
{
	color: #FFFFFF;
	border-bottom: solid 1px white;
	margin: 15px 5px 5px 15px;
	text-align: left;
	font-size: 14px;
}

#leftContainer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#leftContainer li a
{
	background: transparent url(../Bilder/pfeilweiss.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 20px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	height: 20px;
	line-height: 20px;
}

#leftContainer li a:hover
{
	color: yellow;
	text-decoration: underline;
}

#leftContainer a.current, #leftContainer a.current:hover
{
	background: transparent url(../Bilder/pfeilgelb.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	color: yellow;
	display:block;
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

/*----------------------------------------Maincontainer--------------------------------- */
#mainContainer
{
	width: 595px;
	min-height: 800px;
	height:auto !important;  /* für moderne Browser */
	height: 800px;  /*für den IE */
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	float: left;
	/*-moz-border-radius:8px;*/
}

/*-----------------------------Blockitem inside the Maincontainer----------------------- */
.section
{
	border-bottom: 1px solid #EAEAEA;
    line-height: 17px;
    margin: 0 15px;
    overflow: auto;
    padding: 0 0 10px;
    text-align: justify;
}

.sectionhead
{
	color: #C20000;
	font-size: 17px;
	font-weight: bold;
	line-height:15px;
	letter-spacing: 0;
	font-style: italic;
	padding: 15px 0 0 0px;
	height: 20px;
}

.section img
{
	display: block;
	margin: 0 auto;
}
/*-----------------------------imagepreview inside a section----------------------- */

.section .imagepreview
{
	border-spacing: 1px;	
}

.section .imagepreview img
{
	max-height: 70px;
    max-width: 100px;
}
/*-----------------------------horizontal list inside a section----------------------- */
.sectionlist
{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

.sectionlist li
{
	display: inline;
	padding: 0 8px 0 0;
}
.sectionlist img
{
	width: 80px;	
}
.listprefix
{
	font-weight: bold;	
	color: #555753;
	letter-spacing: normal;
}

/*----------------------------google maps---------------------------*/
.sectionmap map
{
	width: 595px;
	min-height: 680px;
	height:auto !important; 
	height: 680px;  /*für den IE */
	margin: 0px;
	padding: 0px;
}

/*-------------------------------Einsatz div----------------------------*/

.EinsatzTable
{
	width: 100%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.EinsatzTable td
{
	padding: 5px 0px 5px 0px;	
}

.EinsatzTable .column1
{
	width: 5%;
	text-align: center;
}

.EinsatzTable .column2
{
	width: 15%;
	text-align: left;
}

.EinsatzTable .column3
{
	width: 40%;
	text-align: left;
}

.EinsatzTable .column4
{
	text-align: left;
}
.EinsatzTable .column5
{
	text-align: center;
}

.tablerowmarker
{
	background-color: #F0F0F0;
}

/*-----------------------------Footer----------------------- */
#footer
{
	color: #FFFFFF;
	background-image: url(../Bilder/FooterBackground.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	clear: left;
	margin: 0px;
}

#footer ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li a
{
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	word-spacing: 5px;
	text-decoration: none;
}

#footer li div
{
	padding: 0 10px 0 10px;
	display: block;
	float: left;
}

#footer img
{
	padding: 9px 0 0 0;	
}
/*-----------------------------just for index.html----------------------- */
#rightContainer
{
	width: 180px;
	min-height: 620px;
	height:auto !important;  /* für moderne Browser */
	height: 620px;  /*für den IE */
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	float: left;
}

#wrapper
{
	background-color: #FFFFFF;
	float: left;
}

/*-----------------------------Image Preview Javascript Plugin--------------------*/
#preview
{
	position:absolute;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	padding:5px;
	display:block;
	color:#fff;
}

/*----------------------------Shadow CSS -------------------------------------*/
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(../js/images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(../js/images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(../js/images/corner_tr.gif) right top no-repeat;
  }