 /* new css structure */

html,body {
	margin:0;
	padding:0;
	color: #333;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
} 

 
#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(../images/marek_black_page_bg.gif);
	background-repeat: repeat-y;
} 
#pagewidth_3col {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(../images/marek_black_page_bg_3col.gif);
	background-repeat: repeat-y;
}
 
#header {
	position:relative;
	height:300px;
	background-color:#000;
	width:980px;
	background-image: url(../images/marek_black_header.jpg);
	background-repeat: no-repeat;
} 

#headermenu {
	color: #ED2C25;
	text-decoration: none;
	width: 569px;
	float: right;
	text-align: right;
	position: relative;
	padding-right: 17px;
}
#headermenu ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;

}
#headermenu li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	color: #4ACAF4;
	margin-right: 0px;
	padding-left: 2px;
}
#headermenu li a {
	color: #4ACAF4;
	text-decoration: none;

}
#headermenu li a:hover {
	text-decoration: none;
	color: #F29021;
}
#headermenu p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;

}
#title {
	color: #000000;
	font-size: 14px;
	text-align: right;
	padding-right: 17px;
}
#leftcol {
	width:170px;
	float:left;
	position:relative;
	padding-left: 10px;
	padding-bottom: 30px;
}

#twocols {
	width:798px;
	float:right;
	position:relative;
  }
 
#rightcol {
	width:160px;
	float:right;
	position:relative;
	text-align: left;
	padding-right: 15px;
	padding-left: 10px;

}
#maincol_3col {
	float: left;
	position: relative;
	width:588px;
	overflow: visible;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 15px;
 }  
 
#maincol {
	float: right;
	position: relative;
	width:770px;
	overflow: visible;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
 }


#footer {
	background-image: url(../images/marek_black_footer.gif);
	height: 28px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 0px;
	color: #FFF;
	line-height: 28px;
	padding-left: 21px;
	background-color: #000;
 } 


#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	
}

#maincol ul a {
	text-decoration: none;
	color: #4ACAF4;
}
#maincol ul a:hover {
	text-decoration: none;
	color: #F60;
}
#maincol ol a {
	text-decoration: none;
	color: #4ACAF4;
}
#maincol ol a:hover {
	text-decoration: none;
	color: #F60;
}
#maincol_3col ul {
	margin-top: 0px;
	padding-top: 0px;
	}
#maincol_3col ul a {
	text-decoration: none;
	color: #4ACAF4;
}
#maincol_3col ul a:hover {
	text-decoration: none;
	color: #F60;
}
#maincol_3col ol {
	margin-top: 0px;
	padding-top: 0px;
	}
#maincol_3col ol a {
	text-decoration: none;
	color: #4ACAF4;
}
#maincol_3col ol a:hover {
	text-decoration: none;
	color: #F60;
}

/* left column menu */

#leftcol ul {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;

}

#leftcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 160px;
	color: #4ACAF4;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}

#leftcol li a {
	text-decoration: none;
	color: #000;
	width: 160px;
}

#leftcol li a:hover {
	color: #4ACAF4;
	text-decoration: none;
	width: 160px;
}

#leftcol #currentpage a {
	color: #4ACAF4;
	text-decoration: none;
	}
#leftcol #currentpage a:hover {
	color: #F00;
	text-decoration: none;
	}	

#leftcol p {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#leftcol ul ul {
	text-indent: 10px;
	color: #F00;
	}
#leftcol ul ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}	
#leftcol ul ul li a {
	color: #F00;
	text-decoration: none;
	}
#leftcol ul ul li a:hover {
	text-decoration: none;
	color: #4ACAF4;
	}	
	
/* right column menu */

#rightcol ul {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;

}

#rightcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 160px;
	color: #4ACAF4;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

#rightcol li a {
	text-decoration: none;
	color: #000;
	width: 160px;
}

#rightcol li a:hover {
	color: #4ACAF4;
	text-decoration: none;
	width: 160px;
}

#rightcol #currentpage a {
	color: #4ACAF4;
	text-decoration: none;
	cursor: default;
	}

#rightcol p {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#data2col {
	width: 588px;
	}
	
#data2col_left {
	float: left;
	width: 290px;
	}
#data2col_right {
	float: left;
	width: 298px;
	}	
#data2colb {
	width: 588px;
	float: left;
	margin-bottom: 10px;

	}
	
#data2colb_left {
	float: left;
	width: 130px;
	}
#data2colb_right {
	width: 458px;
	float: left;
	}		
#clear  {
	clear:left;
	margin:0 0;
	padding:0 0;
	height:10px;
}
.image_right_with_text_borderless {
	float: right;
	margin-bottom: 5px;
	margin-left: 12px;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}
.image_right_with_text {
	float: right;
	margin-bottom: 5px;
	margin-left: 12px;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}
.image_right_with_text img {
	border: 1px solid #000;

}

.image_right {
	margin-left: 12px;
	border: 1px solid #000;
	float: right;
}
.image_center {
	border: 1px solid #000;
}
.image_abs_mid {
	vertical-align: middle;
}


/* text */

h1 {
	color: #4ACAF4;
	height: 22px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 20px;
}
h2 {
	color: #666;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	font-size: 13px;
	line-height: 20px;
}


p {
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}

p a {
	text-decoration: none;
	color: #4ACAF4;
}
p a:hover {
	color: #F60;
	text-decoration: none;
}
.text1 {
	font-size: 14px;
	}
.caption1 {
	font-size: 12px;
}

.text2 {
	font-size: 15px;
	}
.red {
	color: #F00;
}
.red a {
	color: #F00;
	text-decoration: none;
}
.red a:hover {
	color: #4ACAF4;
	text-decoration: none;
}
.text3 {
	font-size: 16px;
	}	


td {
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}

td a {
	text-decoration: none;
	color: #4ACAF4;
}
td a:hover {
	color: #F29021;
	text-decoration: none;
}


b, strong {
	font-weight: bold;
	color: #000;
}

/* forms */

.textinput1 {
	width: 300px;
	color: #333;
	border: 1px solid #008F9D;
	margin-bottom: 10px;
}
.textinput1b {
	width: 304px;
	color: #333;
	border: 1px solid #008F9D;
	margin-bottom: 10px;
}

.textinput2 {
	width: 610px;
	border: 1px solid #008F9D;
	color: #333;
	height: 125px;
}

.button {
	color: #FFF;
	background-color: #4ACAF4;
	border: 1px solid #FFF;
	cursor: hand;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.button2 {
	color: #62567A;
	background-color: #F4F3F8;
	cursor: hand;
	border: 1px solid #FFFFFF;
}
.new-button {
	background-color: #48CCF3;
	color: #FFF;
	width: 60px;
	border: 1px solid #FFF;
	font-weight: bold;
	font-size: 14px;
}


/* images */

.galleryimages {
	border: 1px solid #000000;
}

/* audio player */

#ymp-player,  
#ymp-tray,  
#ymp-error-bubble,  
#ymp-secret-bubble {  
  display:none !important;  
} 

.myspace {
	float: right;
	height: 70px;
	width: 150px;
	}


@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}

