/* Default CSS Stylesheet for a new Web Application project */

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

/*-------------------------Content Container (holds all other container)------------------------------ */
#Content
{
	margin: 0 auto;
	width: 760px;
}
/*----------------------------------------------Header Container-------------------------------------- */
#header
{
	height: 160px;
	
	background-repeat: no-repeat;
	background-color: white;
	margin: 0;
	font-size: 50px;
	text-align: left;
	line-height: 160px;
}

#header img
{
	border: none;	
}
/*----------------------------------------LeftContainer--------------------------------- */
#leftContainer
{
	padding: 0;
	margin: 10px 0 0 0;
	width: 160px;
	float: left;
}

#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 15px;
	color: black;
	text-decoration: none;
	display:block;
	height: 50px;
	line-height: 50px;
	font-size: 15px;	
}

#leftContainer li a:hover
{
	color: #333;
	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: red;
	display:block;
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}
/*----------------------------------------Main Navigation--------------------------------- */
#mainnav
{
	height: 30px;
	padding: 0 0 0 4px;
	margin: 0;
	background-image: url(Bilder/MainNavBackground.gif);
	background-repeat: no-repeat;
}

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

#mainnav li
{
	display: inline;
	margin: 0;
	padding: 0;
	font-size:13px;
}
#mainnav li a
{
	color: #333;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	word-spacing: 5px;
	text-decoration: none;
}
#mainnav li a:hover
{
	color: #333;
	text-decoration: underline;
}

#mainnav a.current, #mainnav a.current:hover
{
	color: #333;
	text-decoration: none;
}
/*----------------------------------------Maincontainer--------------------------------- */
#mainContainer
{
	width: 585px;
	min-height: 480px;
	height:auto !important;  /* für moderne Browser */
	height:480px;  /*für den IE */
	margin: 0;
	padding: 0;
	float: left;
}

/*-----------------------------Blockitem inside the Maincontainer----------------------- */
.section
{
	text-align: justify;
	line-height: 17px;
	padding: 10px;
	border-bottom: solid 1px #333;
	
}

.sectionhead
{
	color: #333;
	font-weight: bold;
	line-height:25px;
	letter-spacing: 0;
	font-style: normal;
	padding: 5px 0 5px 0;
}

.section a
{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.section a:visited
{
	color: #333;
	text-decoration: none;
}

.section a:hover
{
	color: #333;
	text-decoration: underline;
}
/*-----------------------------imagepreview inside a section----------------------- */

.imagepreview
{
	width: 500px;
	margin: 0 auto;
	border-spacing: 30px;
}
.imagepreview td
{
	padding-left: 5px;
}
.imagepreview td img
{
	border: none;	
}
/*-----------------------------horizontel list inside a section----------------------- */
.sectionlist
{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}


.sectionlist li
{
	padding: 0;
}

.sectionlist li ul
{
	list-style-type: none;	
}
.sectionlist img
{
	width: 80px;	
}
.listprefix
{
	font-weight: normal;	
	color: #555753;
	letter-spacing: normal;
}