
* {
	margin: 0;
	padding: 0;
}



html,body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*  -------------TextLinks------------   */
a		{ text-decoration: underline;  color:#1E6CA2;}
a:visited 	{ text-decoration: underline;}
a:active 	{ text-decoration: underline; color:#000080;}
a:hover 	{ text-decoration: underline; color:#268BCF;}
/*  -------------TextLinks------------   */


/* Standard-Elemente */

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 18px;	
}


h1 { 	
	font-size: 18px;

}

h2 {
	font-size: 14px;
	color: #2443C0;
}

h3 {
	font-size: 12px;
	color: #000000;
}

.clearer {
	clear: both;
}


/* Layout-Elemente  */

body {
	background: #6680E4 url(pback.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}


#content {
	width: 780px;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
}

#content ul{
	margin-left: 15px;
}

#content li{
	margin-left: 15px;
}

#logo {
	background : url(plogo.gif) no-repeat top right;
	width:800px;
	height:50px;
	position: absolute;
	top: 0px;
	left: 180px;
}


#trailer {
	width: 160px;
	height: 160px;
	background : url(trailer.jpg) no-repeat top right;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}



#main {
	position: absolute;
	top: 50px;
	left: 180px;
	width: 800px;
}





#maintop {
	background : url(pmt.gif) no-repeat top right;
	width:800px;
	height:10px;
	overflow: hidden;
}

#mainbottom {
	background : url(pmb.gif) no-repeat top right;
	width:800px;
	height:11px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* Menü */

#leftop {
	background : url(pnt.gif) no-repeat top right;
	width:160px;
	height:10px;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#leftbottom {
	background : url(pnb.gif) no-repeat top right;
	width:160px;
	height:11px;
	overflow: hidden;
	border-top: 1px solid #eeeeee;	
	margin-bottom: 10px;
}



#leftbar {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10px;
	top: 50px;
	}

	
* html #nav li{
	display:inline;
	}
	

#nav {
	background-color: #EAEEF9;
}

#nav li{

	list-style-image:none;
	list-style-type: none;
}


#nav  a 
{
	display:block;
	padding: 4px 0px 4px 10px;

	text-decoration: none;
	
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #ffffff;	

	background-color: #EAEEF9;
}


#nav ul a 
{
	border-left: 1px solid #aaaaaa;
	margin: 0px 0px 0px 15px;
	
}

#nav ul ul a 
{
	margin: 0px 0px 0px 40px;

}

#nav a.active, #nav  a:hover {
  background: #1E6CA2;
  color: #ffffff;
}





