/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
        margin: 60px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: url(images/Hansa3.jpg) 80% 100% no-repeat;

}


h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CE1126;
	text-decoration: underline;
}



hr {
	display: none;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}


/* Header */

#header {
	width: 778px;
	height: 130px;
	margin: 0 auto;
	background: #FFFFFF url(images/logo.jpg) top left no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	letter-spacing: 0.01em;
	text-transform: lowercase;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding-top: 94px;
	font-size: 1.2em;
	font-style: italic;
	color: #858585;
}


#header h2 {
	float: left;
	padding: 94px 0 0 80px;
	font-size: 1.2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu {
	width: 778px;
	height: 20px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0.9em;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 28px;
	padding: 20px 20px 0 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	text-decoration: underline;
	color: #CE1126;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;

}

/* Recent Posts */

#recent-posts {
	width: 778px;
	margin: 0 auto;

}

#recent-posts h2 {
	height: 18px;
	margin: 0;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #333;

}

#recent-posts h3 {
	font-size: 1.4em;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#recent-posts li {
	float: left;
	width: 246px;
	padding-left: 20px;

}

#recent-posts li.first {
	padding: 0;
}


/* Footer */

#footer {
	clear: both;
	margin:	 0;
	padding: 0;
	height: 20px;
	text-align: center;

}

#footer p {
	margin: 0;
	color: #CE1126;
}




