@page querformat { size:landscape; }

#rahmen { page:querformat; /* andere CSS-Angaben */ }
	
td,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	}

a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	color: #0B387A;
	}

a.unav,a.unav:active {
	text-decoration: none;
	font-size: 11px;
	color: #0B387A;
	/*margin-left: 20px;*/
	background-color: #E7ECF2;
	padding-top: 2px;
	width: 175px;
	display: block;
	background-image: url(navig/p/dots.gif);
	background-repeat:repeat-x;
	line-height: 20px;
	height: 20 px;
	}
	
a.unav:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	background-image: url(navig/p/dots.gif);
	background-repeat:repeat-x;
	}
	
.unavactive {
	text-decoration: none;
	font-size: 11px;
	color: #0B387A;
	background-color: #F6E4CA;
	padding-top: 2px;
	width: 175px;
	display: block;
	background-image: url(navig/p/dots.gif);
	background-repeat:repeat-x;
	line-height: 20px;
	height: 20 px;
	}

.abstand {
	padding-left:10px;
	}	
	
h2,.headline	{
	font-weight: bold;
	color: #0B387A;
	font-size: 13px;
	}
	
h3,.subheadline	{
	font-weight: bold;
	color: #0B387A;
	}

ul	{ 
	list-style-image: url(ia_pics/li_bullet.gif);
	margin-top: 0px;
	//margin-left: 17px;//
	}

.teaser	{
	font-size: 10px;
	color: #0B387A;
	line-height: 120%;
	}
	
.right	{
	color: #666666;
	}	

.input  {
	background-color: #D1DAE7;
	color: #333333;
	border-width: 1;
	border-color: #0B387A;
	border-style: solid;
	font-size: 10px;
	width: 180px;
	}
	
.nsinput	{
	width: 220px;
	}