/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background-color: #000;
}

/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: Arial, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color: #000000;
}
input, select, textarea{
	color: #333;
}
h1, h2, h3, h4, h5, h6
{
	margin:2px 0px 6px 0px;
	font-size:12px;
	color: #000;
	font-weight: normal;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

pre, form
{
	margin:0px;
	padding:0px;
}
p {
	margin: 0 0 10px 0;
	padding:0;
}

h1
{
	margin: 10px 0px 12px 0px;
	padding:0px;
	line-height: 31px;
	font-size:32px;
}

h2
{
	margin:5px 0px 6px 0px;
	padding:0px;
	font-size: 18px;
	text-transform: uppercase;
}
#footer h2{
	border-bottom: 1px solid #fff;
	font-family:Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
#footer .mod_newslist .layout_short h2,
#footer .mod_newslist .layout_short h2 a,
#newsListAll .layout_latest h2,
#newsListAll .layout_latest h2 a
{
	margin:0px 0px 3px 0px;
	border: none;
	text-transform: uppercase;
}
h3{
	font-family:Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	color: #fff;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color: #000;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

/**
 * Basic layout
 */
#wrapper{
	width: 100%;	
}
/* header */
.container_12{
	margin: 0 auto;
}
#headerContainer{
	float: left;
	clear: left;
	width: 100%;
	margin: 0px;
	border-top: solid 25px;
	border-top-color: #000;
	background-color: #fff;
}
#header{
	/* height: 200px; */
	background: #fff url(../images/tikva_top_bg_0908.jpg) top left no-repeat;
}
#header .inside{
}
/* main */
#mainContainer{
	float: left;
	clear: left;
	width: 100%;
	padding: 20px 0 75px 0;
	background: #fff url(../images/tikva_bottom_bg_0908.jpg) bottom center no-repeat;
}	
}


/* footer */
#footerContainer{
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 0px;
	background-color: #000;
}
#footer{
	margin-bottom: 50px;
	float: right;
}

#footer .inside{
}

/**
* Basic elements
*/

/*Kontakt uppgifter vänster kolumn/sidhuvud/sidfot */

#footerContact{
	height: 25px;
	margin-bottom: 0px;
/*	padding-top: 5px;*/
	text-align: right;
}

#footerContact p
{
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#footerContact{
	margin: 20px 0px 0px 0px;
	text-align: left;
}
#footerContact a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#footerContact a:hover{
	color:#fff;
	text-decoration: underline;
}

/* Logo */
#logo{
	float: left;
	clear: left;
	width: 940px;
	margin-top: 20px;
}
#logo img{
	float: right;
}
/* Dagens lunch i toppen */
/*#dagens{
	height: 90px;
	margin-top: 10px;
	width: 640px;
	float: left;
	text-align: right;
}

#dagens .mod_upcoming_events{
	margin: 0px;
	padding: 0px;
}

#dagens .event{
	margin: 0px;
	padding: 0px;
}


#dagens .ce_text p
{
	font-size: 13px;
	color: #fff;
}

#dagens .empty
{
	font-size: 13px;
	color: #fff;
}

#dagens h1{
	font-size: 25px;
	line-height: 20px;
}*/

/* Nyhetslistor */
#newsListStart,
#eventListStart
{
	margin-top: 20px;
	padding-right: 10px;
}
#newsListStart .layout_short{
	margin: 0 0 20px 0;
}
#newsListStart a{
	color: #fff;
	text-decoration: none;
}

#newsListStart a:hover{
	text-decoration: underline;
}

#newsListStart .layout_short p.info{
	margin: 0;
	font-size: 10px;
	color: #fff;
}

#newsListStart .layout_short h2{
	font-weight:bold;
}

#newsListStart .teaser{
	color: #fff;
}

#eventListStart .event{
	margin: 0 0 10px 0;
}
#eventListStart .event a{
	padding: 0 0 0 10px;
	font-weight: bold;
}

#newsListAll a{
	text-decoration: none;
}

#newsListAll a:hover{
	text-decoration: underline;
}

#newsListAll h2{
	font-weight:bold;
}
