@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #fdecd1;
	font-size:12px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fdecd1;
	text-decoration: none; 
	font-size:12px;
}
a:visited {
	color: #fdecd1;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #000;
	margin: 0 auto;
	color:#fdecd1; 
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #000;
	background-image:url(../images/respekt_logo_igmc.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:960px;
	height:145px;
}

/* ~~ This is the layout information. ~~ 

*/

.content {

	padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #000;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hidden { display: none; }
.unhidden { display: block; }
.rvl{
	display:block;
	height:60px;
}
titles.img{
	border:none;
	padding:0px;
}
titles{
	text-wrap:supress;
	text-align:center;
	padding:0px;
}
table.titles {
	border:1px solid #262626;
	list-style: none; /* this removes the list marker */
	margin-bottom: 15px;
	/*margin-top: 15px; */
}
table.titles td {
	height:45px;
	padding:0px;
	overflow:visible;
}
table.titles a, table.titles a:visited { 
	text-decoration: none;
	background: #000;
	padding:0px;
}
table.titles a:hover, table.titles a:active, table.titles a:focus { 
	background: #fdedc1;
	color: #000;
	height:45px;
	padding:0px;
	vertical-align:middle;
	
}
