/*	ZEK 4: 4.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    Miha Hribar
	contact:   http://hribar.info
*/

/*	=COMMON
-----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, serif;
	font-size: 13px;
	background: #e90268;
	color: #000;
}

/*	=CONTAINER
-----------------------------------------------------*/
#container {
	width: 954px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
}

h1 {
	position: absolute;
	top: 71px;
	left: 31px;
	text-indent: -9999px;
	background: url(../images/4.gif) no-repeat;
	width: 64px;
	height: 101px;
}

h2 {
	position: absolute;
	top: 58px;
	right: 19px;
	text-indent: -9999px;
	background: url(../images/bikofe.gif) no-repeat;
	width: 67px;
	height: 82px;
}

/*	=CONTENT
-----------------------------------------------------*/
#content {
	padding: 65px 26px 0 157px;
}

#container p {
	width: 660px;
	margin-bottom: 21px;
	line-height: 1.5em;
}

#container p a {
	color: #000;
	text-decoration: none;
}

#content strong.blue, #content strong.green, #content strong.pink, #content strong.black  {
	font-size: 16px;
}

#content strong.blue {
	color: #28aecf;
}

#content a:hover strong.blue {
	background: #28aecf;
	color: #fff;
}

#content strong.green {
	color: #7fc31c;
}

#content a:hover strong.green {
	background: #7fc31c;
	color: #fff;
}

#content strong.pink {
	color: #e90268;
}

#content a:hover strong.pink {
	background: #e90268;
	color: #fff;
}

#content strong.black {
	color: #000;
}

#content a:hover strong.black {
	background: #000;
	color: #fff;
}

#content strong.magenta {
	color: #e90268;
	font-size: 110%;
}

#content a:hover strong.magenta { 
	background: #e90268;
	color: #fff;
}

/*	=PUZZLE
-----------------------------------------------------*/
#puzzle {
    margin-left: 15px;
}

/*	=MICROFORMAT
-----------------------------------------------------*/
abbr {
	border-bottom: none;
}