/* ------------ inline-skate.com ------------- */

.clear { clear: both; }

body {
	font-size: 11px;
	padding: 0px;
	background-color: #EEE;
	width: 760px;
	margin: 0 auto;
	/*background-image: url(images/background.gif);*/
}
html>body {
	margin: 0 auto;
	/* Bugfix für Gecko, der sonst den Inhalt links aus dem Screen schiebt */
	width: 760px;
	position: relative;
	top: -1px;
	left: -1px;
	overflow: visible;
}
h2 img { 
	display: block; 
}
a {
	color:black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 760px;
	margin: 0 auto;
	background-color:white;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	/*position: relative;*/
	overflow: visible;
	padding:0 0 50px 0;
}

/* ------------------------------- */
/* ------------ Head ------------- */

#pageTools {
	color:black;
	padding:20px 20px 0 0;
	text-align:right;
	display:block;
}
#pageTools a {
	color:black;
	text-decoration: none;
	padding: 0 0.5em;
}
#pageTools a:hover {
	text-decoration: underline;
}
#siteTitle { 
	/*border:2px solid #F00;*/
	width:300px;
	position:relative;
	top:10px; 
	left:60px;
}
#pageImages { 
	/*border:2px solid #F00;*/
	width:auto;
	position:relative;
	top:10px;
	left:-50px;
	float:left;
}
#pageImages img {
	background: #FFF;
	border: 1px solid #999;
	margin:0 5px 0 0;
	/* display: inline behebt den "Double Margin"-Bug im IE */
	display:inline;
}
#mainNavi{	
	/*border:2px solid #F00;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	top:10px;
	left:-40px;			
	width: auto;
	float: left;
}
#mainNavi a:hover {
	background-color:#CDE;
	text-decoration: underline;
}

/* ------------------------------- */
/* ------------ Body ------------- */	

.contentBlock {
	/*border:2px solid #F00;*/
	position:relative;
	top:20px;		
	float:left;
	display:inline;	
	line-height:14px;	
}
.contentBlock h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;	
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
#leftContentBlock{
	width:209px;
	min-width:209px;
	margin-left: 59px; 
	padding:10px 0 0 0;
}
#leftContentBlock .sectionBullet{
	width:10px;
	height:10px;
	background-color:#DCB;
	float:left;
	margin-right:10px;
}
#rightContentBlock{
	width:430px;
	min-width:430px;
	margin-left: 20px; 
	padding:10px 0 0 0;
}
#rightContentBlock .sectionBullet {
	width:10px;
	height:10px;
	background-color:#CDE;
	float:left;
	margin-right:10px;
}
#generalContentBlock{
	width:690px;
	min-width:209px;
	margin-left: 59px; 
	padding:10px 0 0 0;
}
#generalContentBlock .sectionBullet {
	width:10px;
	height:10px;
	background-color:#CDE;
	float:left;
	margin-right:10px;
}
#footer {
	text-align:center;
	font-size: 10px;
	width: 760px;
	height: 21px;
	padding-top: 4px;
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
	padding: 0 0.5em;
}
#footer a:hover {
	text-decoration: underline;
}	



/*-----------------------------------------*/
/* DYNAMENU BLOCK ACTIVE MENU STYLE SHEETS */
/*-----------------------------------------*/

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/
.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #fdfefd;
}

.vertitem	{
	text-align: left;
	white-space: nowrap;
}

.vertitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.vertitem a:link, .vertitem a:visited	{   /* Font color of main menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

.vertitem a:hover	{   /* Font color, background menu color of main menu item when hovered over */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ffffff;
	background-color: #21449c;
}

.vertitem a:active	{   /* Font color, background menu color of main menu item when clicked */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ff0000;
}

.vertsubmenu	{   /* Style of sub-menu  - leave as is for proper operation of submenus*/
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	position: relative;
	display: block;
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;
}

.vertsubitem	{
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{
	position: relative;
	display: block;
	text-decoration: none;

}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Font color of submenu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

.vertsubitem a:hover	{   /* Font color, background submenu color of submenu item when hovered over */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ffffff;
	background-color: #21449c;
}

.vertsubitem a:active	{   /* Font color, background submenu color of submenu item when clicked */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ff0000;
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 12px;
}


/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #525252;
}

.horizitem	{
	float: left;
	white-space: nowrap;
}

.horizitem a	{
	display: block;
	text-decoration: none;
}

.horizitem a:link, .horizitem a:visited	{   /* Font color, style of main menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

.horizitem a:hover	{   /* Font color, style, background menu color of main menu item when hovered over */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ffffff;
	background-color: #21449c;
}

.horizitem a:active	{   /* Font color, style, background menu color of main menu item when clicked */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ff0000;
}

.horizsubmenu	{   /* Style of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{   /* Color of submenu item and border */
	position: relative;
	display: block;
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;
}

.horizsubitem	{
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.horizsubitem a:link, .horizsubitem a:visited	{   /* Font color, style of submenu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

.horizsubitem a:hover	{   /* Font color, style, background submenu color of submenu item when hovered over */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ffffff;
	background-color: #21449c;
}

.horizsubitem a:active	{   /* Font color, style, background submenu color of submenu item when clicked */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ff0000;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 12px;
}


/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{   /* Display paramers for menu - leave as is for proper operation */
	display: block;
	white-space: nowrap;
}

.phplmnormal	{   /* Font face, size & color of unlinked menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

a.phplmnormal:hover 	{   /* Font size & color of menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
	background-color: #fff0c0;
}

a.phplm:link	{   /* Font size & color of linked menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{   /* Font size & color of visited menu items */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #726461;
}

a.phplm:hover	{   /* Font size & color of menu items when hovered over */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #841212;
	background-color: #fff0c0;
}

a.phplm:active	{   /* Font size & color of menu items when clicked */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	color: #ff0000;
}

.imgs	{   /* Positioning of tree images -  - leave as is for cleanest appearance */
	border: 0px;
	width: 16px;
	height: 18px;
}


.phplmbodytable	{   /* Font style, size and background color of plain verical/horizontal menus */
	font-family: trebuchet ms, verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;		
	font-size: 12px;	
	text-decoration: none;	
	background-color: #fffefc;
}

.darkbordertable	{   /* Border color of plain verical/horizontal menus */
	background-color: #660000;
}
