@CHARSET "ISO-8859-1";

body
{
  text-align: center;
  padding: 0px;
  margin: 0px;
  background: #ccc;
}

.content
{
  margin: 2px;
  padding: 0px;
  background-color: transparent;
}

/* Header wrapper */
#header-wrapper
{
  width: 100%;
  background: url('Design/bgx.png') repeat-x;
}

/* Header */
#header
{
  height: 260px;
  width: 996px;       /* Same as #wrapper width */
  margin-left: auto;  /* margin-left = margin-right = auto centers the element */
  margin-right: auto;
  text-align: left;   /* Makes positioning of menu elements much easier; see #header-menu */
}

#navigation{position: absolute; padding-left: 135px; top: 176px; z-index:1;}
#lg{position: absolute; padding-left: 100px; top: 212px; z-index: 2;}
#ag{position: absolute; padding-left: 750px; top: 212px; z-index: 2;}

/* Page wrapper */
#wrapper
{
  text-align: center;
  margin-left: auto;  /* margin-left = margin-right = auto centers the element */
  margin-right: auto;
  width: 996px;       /* LC width + CC width */
}

/* Navigation, left AND center */
#columnLeft
{
  float: left;
  width: 237px;       /* LC width */
	margin-left: 95px;
}

/* Main column */
#columnCenter
{
  float: right;
  width: 562px;       /* CC width */
  color: red;
	margin-right: 95px;
}

/* Wrapper for left and main column */
#enclose
{
  float: left;
  width: 996px;       /* LC width + CC width */
}

/* Center head-styles */
.center
{
  background: url('Design/cc.png');
	color: #888;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 8px;
	text-align: left;
}
.center b{color: #8d8d8d;}
.center u{text-decoration: none; border-bottom: 1px solid #fff;}
.center i{color: #fea28e; letter-spacing: 1px;}
.center a{text-decoration: none; color: #999;}
.center a:hover{color: #fb9c9c;}

.h1
{
  background: url('Design/ch.png');
	color: #fd8bcb;
	font-family: Book Antiqua;
	font-size: 20px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: italic;
}

.h2
{
  color: #999;
  font-family: trebuchet ms;
  font-size: 14px;
  border-bottom: 2px dashed #fb9c9c;
  text-align: center;
  font-style: italic;
  margin-left: 100px; 
  margin-right: 100px;
	background: #eee;
	margin-top: 5px;
}

.h3
{
 color: #fd8bcb;
 font-family: Trebuchet MS;
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 1px; 
 padding-left: 2px;
 margin-right: 2px;
 border-bottom: 1px dashed #bbb;
 padding-top: 10px;
}

.favorit{text-align:center; margin-left:100px; margin-right:100px; padding: 3px; line-height:130%;
														border-left:1px solid #f7f7f7; border-right:2px solid #bfbfbf; border-bottom:2px solid #c7c7c7;}
.favorit b{font-family: trebuchet ms; color: #888;}

/* Menu head-styles */
.menu
{
  background: url('Design/mc.png');
	color: #888;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 8px;
	text-align: justify;
}
.menu b{color: #888;}
.menu u{color: #ffab7d; font-family: trebuchet ms; font-weight:bold;}
.menu i{color: #fea28e; font-family: trebuchet ms;}
.menu a{text-decoration: none; color: #999;}
.menu a:hover{color: #fb9c9c; letter-spacing: 1px;}

.mh1
{
  background: url('Design/mh.png');
	color: #fd8bcb;
	font-family: Book Antiqua;
	font-size: 16px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-style: italic;
}

.mh2
{
	color: #fd8bcb;
	font-family: Book Antiqua;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-style: italic;
	text-align: center;
}

/* IMAGE STYLES */
.aff{ border: 1px solid #bbb; padding: 2px;	background: #fff;	-moz-border-radius: 4px; margin: 3px; }
.aff:hover{ border: 1px solid #ffb2a9; }
.qlink{ border: 0px; margin: 3px; }

.img
{
  border:1px solid #bbb; 
  padding:2px;	
  background:#fff; 
  -moz-border-radius:5px; 
  margin-left: 1px; 
  margin-right: 3px; 
  margin-top: 2px; 
  float: left;
}
.img:hover{ border: 1px solid #ffb2a9; }

.img2
{
  border:1px solid #bbb; 
  padding:2px;	
  background:#fff; 
  -moz-border-radius:5px; 
	margin: 2px;
}
.img2:hover{ border: 1px solid #ffb2a9; }

/* Misc. footer-styles */
.cf
{
  background: url('Design/cf.png');
	color: #d5d5d5;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-top: 15px;
}

.mf
{
  background: url('Design/mf.png');
	color: red;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 24px;
}

.footer
{
	color: #bbb;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
}

