html, body, div, span, iframe, ul, li,
h1, h2, h3, h4, h5, h6, p, a, img, fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, a
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
div{position: relative;}
body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #f9ebeb url(gfx/bodyBack.gif) repeat top center;
	z-index: 1;
}
h1
{
	font-size: 30px;
	font-weight: bold;
	color: #d63722;
	line-height: 28px;
	margin-bottom: 18px;
}
h2
{
	margin-top:20px;
	margin-bottom: 10px;
	padding: 6px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
h3
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #d63722;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #d63722;
}
p{margin-bottom: 14px;}
a{color: #d63722; }
#mainWrapper
{
	width: 1044px;
	margin: 0px auto;
	background: url(gfx/mainWrapperBack.gif) repeat-y;
}
#bottomWrapper
{
	width: 1044px;
	height: 145px;
	margin: 0px auto;
	background: url(gfx/bottomBack.png) no-repeat;
	color: #ffffff;
}
#bottomContent
{
	top:40px;
	left:40px;
}
/* TOP MENU */
#topMenu
{
	width: 1044px;
	height: 30px;
}
#topMenu ul
{
	position: absolute;
	top:0px;
	right: 34px;
	list-style: none;
}
#topMenu li
{
	float: left;
}
#topMenu a
{
	margin: 0px 10px;
	color: #000000;
	font-size: 12px;
}
/* HEADING */
#headWrapper
{
	height: 160px;
}
#headWrapper h1
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 182px;
	height: 160px;
	background: url(gfx/logo.gif) no-repeat;
}
#headWrapper h1 a
{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 10px;
	color: #ffffff;
}
/* MAIN MENU */
#mainMenu
{
	position: absolute;
	top: 45px;
	left: 217px;
	height: 55px;
	width: 811px;
	list-style: none;
	background: url(gfx/mainMenuBack.gif) repeat-x;
}
#mainMenu li
{
	position: relative;
	float: left;
	height: 30px;
	padding-top: 25px;
	margin: 0px 44px;
}
#mainMenu .active { background: url(gfx/mainMenuFlag.gif) no-repeat top center; }
#mainMenu a
{
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 24px;
	color: #cccccc;
}
#mainMenu a:hover, #mainMenu .active a { color: #ffffff; }
.mainMenuEnd
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/* SMULESTI */
#smulesti
{
	position: absolute;
	top: 114px;
	left: 221px;
	height: 20px;
	list-style: none;
}
#smulesti li { float: left; }
#smulesti a
{
	color:#747474;
	text-decoration: none;
	margin-right: 3px;
}
#smulesti a:hover { text-decoration: underline; }
#smulesti .active a{ color: #000000; }

/* MAIN CONTENT */
#mainContentWrapper { margin: 10px 23px 0px 30px; }
#mainContent
{
	float: left;
	width: 560px;
	padding: 3px;
	padding-bottom: 20px;
	margin-right: 10px;
}
.fulContentWidth p {width: 420px;}
#mainContent .spalte1 { float: left; }
#mainContent .spalte2 { float: right; }
#mainContent .spalte1, #mainContent .spalte2 { width: 269px; }
/* SUBMENU */
#subMenu
{
	float: left;
	width: 167px;
	margin-right: 20px;
}
#subMenu h4
{
	margin: 10px 0px 0px 18px;
	padding-bottom: 3px;
}
.subMenu
{
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 20px;
	margin-left: 18px;
	border-bottom: 1px solid #dcdcdc;
}
.subMenu .lev0, .subMenu .lev1, .subMenu .lev2, .subMenu .lev3 
{
	left: -18px;
	width: 149px;
}
.subMenu .lev0 a { border-top: 1px solid #dcdcdc; }
.subMenu .lev0 { padding-left: 18px; }
.subMenu .lev1 { padding-left: 28px; }
.subMenu .lev2 { padding-left: 38px; }
.subMenu .lev3 { padding-left: 48px; }
.subMenu a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #4d4d4d;
	text-decoration: none;
}
.subMenu a:hover { color: #000000; }
.subMenu .active
{
	background: url(gfx/subMenuBullet.gif) no-repeat 0px 3px;
}
/*.subMenu .last{border-bottom: 1px solid #dcdcdc;}*/

/* FORSIDE */
#frontMainWrapper
{
	height: 660px;
	background: #f9ebeb url(gfx/bodyBack.gif) repeat -8px 0px;
}
#frontLogo
{
	position: absolute;
	left: 120px;
	top: 30px;
}
#frontMenu
{
	position: absolute;
	right: 30px;
	top: 180px;
	list-style: none;
}
#frontMenu li
{
	float: left;
	margin: 0px 20px;
}
#frontMenu li a
{
	font-size: 14px;
	font-family: Georgia, serif;
	color: #000000;
	text-decoration: none;
}
#frontMenu li a:hover {text-decoration: underline;}
#frontSliderWrapper
{
	position: absolute;
	top: 220px;
	left: 120px;
	right:120px;
	height: 450px;
	overflow: hidden;
}
#frontSlider
{
	position: absolute;
	top:0px;
	left:0px;
}
.frontSliderElement
{
	float: left;
	height: 450px;
}
.frontPlace { width: 200px; }
.frontArr
{
	height: 450px;
	width: 520px;
}
.frontArrImg
{
	height: 292px;
	/*width: 520px;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.frontArrText 
{
	margin: 20px 0px;
	color: #d63722;
	font-size: 12px;
	font-weight: bold;
}
.frontArrText h2
{
	border: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.frontArrText h3
{
	border: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#frontSliderNavLeft, #frontSliderNavRight
{
	position: absolute;
	top: 220px;
	height: 292px;
	width: 70px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#frontSliderNavLeft
{
	left: 50px;
	background-image: url(gfx/frontSliderNavLeft.gif);
}
#frontSliderNavRight
{
	right: 50px;
	background-image: url(gfx/frontSliderNavRight.gif);
}
#frontBottomTextWrapper
{
	margin: 20px 40px;
	font-size: 40px;
}
#frontBottomTextWrapper a
{
	margin-bottom: 20px;
	padding-right: 10px;
	text-decoration: none;
	font-size: inherit;
}
#frontBottomTextWrapper a:hover { text-decoration: underline; }

/* Right Col */

#rightCol
{
	float: left;
	width: 227px;
	border-left: 1px solid #dcdcdc;
}
.banner
{
	margin-left: 12px;
	margin-bottom: 12px;
	border: 1px solid #dcdcdc;
	background: #333333;
	width: 213px;
}
.banner p
{
	padding: 10px;
	color: #ffffff;
}
/* EVENT LIST */
.month
{
	font-size: 30px;
	font-weight: bold;
	color: #d63722;
	line-height: 28px;
}
.eventListElement
{
	margin: 16px 0px;
	padding: 10px 0px 10px 80px;
	border-bottom: 1px solid #dcdcdc;
}
.eventListDateboks
{
	position: absolute;
	left: 0px;
	top:10px;
	width: 70px;
}
.eventListDate
{
	float: left;
	width: 30px;
	text-align: right;
	margin-right: 6px;
	font-size: 30px;
	font-weight: bold;
	color: #d63722;
}
.eventListDay
{
	margin-top: 4px;
	float: left;
	font-size: 14px;
	line-height: 12px;
}
.eventListElement h3 {margin-top: 1px;}
.eventListElement p { width: 318px; }
.eventListImg
{
	float: right;
	margin-left: 12px;
}
/* EVENT DETAIL */
.eventDetail h2 { margin: 0px 0px 24px 0px; }











.colorRed{color: #d63722;}

.clearer
{
	clear: both;
	height: 0px;
	line-height: 0px;
}
