/* GymRadio.at skin pocketstyle */
/* all images in the same folder as css file, no paths. */

/* basic elements */
body {
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: #000000;
	background-color: #FFFFFF;
	}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}
a:visited { 
	font-weight: bold; 
	color: #000000;
	text-decoration: underline; 
	}
a:active { 
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}
a:hover { 
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}

/* specific divs - 4 design use */
/* #box {
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 976px;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	}*/

#spareDiv1 {
	display: none;
	}
#spareDiv2 {
	display: none;
	}
#spareDiv3 {
	display: none; 
	}
	
/* specific divs - 4 navigation use */
#nav {
	display: none; 
	}
#nav1_1 {
	display: none; 
	}
#nav1_2 {
	display: none;
	}
#nav1_3 {
	display: none; 
	}
#nav1_4 {
	display: none; 
	}
#nav1_5 {
	display: none; 
	}
#nav1_6 {
	display: none; 
	}
#nav1_7 {
	display: none; 
	}
#nav1_8 {
	display: none;
	}
#nav1_9 {
	display: none; 
	}

/* specific divs - 4 content use */
#content {
	position: absolute;
	width: 18cm; 
	left: 0cm;
	top: 0cm;
	}
#content_left {
	position: absolute;
	width: 5cm;
	left: 0cm;
	top: 0cm;
	}
#content_right {
	position: absolute;
	width: 11cm; 
	left: 7cm;
	top: 0cm;
	}
	
/* specific divs - 4 banner use */
#fullbannerDiv {
	display: none; 
	}

/* specific tags 4 font-definition */
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;  
	line-height: normal; 
	color: #000000;
	text-align: justify;
	}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;  
	line-height: normal; 
	color: #000000;
	text-align: justify;
	}	

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;  
	line-height: normal; 
	color: #000000;
	text-align: justify;
	}	

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

#content a:link {
	font-weight:bold;
	color: #000000;
	text-decoration: underline; 
	}
#content a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}
#content a:hover { 
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}
#content a:active { 
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	}
	
#content .intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	font-style: italic;
	padding: 0px 20px;
	font-weight: normal;
	}

#content .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	font-weight: bold;	
	font-style: italic;
	padding: 10px;
	margin: 0px 0px;
	border: medium ridge #000000;
	}

#content .addedinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;  
	line-height: normal; 
	color: #000000;
	text-align: right;
	}

#content .centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;  
	line-height: normal; 
	color: #000000;
	text-align: center;
	}
	
#content .layouttable {
	margin-top:0px;   
 	margin-bottom:0px;  
	}

#spareDiv3 .addedinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;  
	line-height: normal; 
	color: #000000;
	text-align: right;
	}


