html, body {
	margin: 0px;
	padding: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fdf1e1;
}

h2 {
	font: 1.82em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff7200;
}

h3 {
	color: #000;
	margin-bottom: -10px;
*margin-bottom: 10px;
}


p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #378900;
}

a:hover {
	text-decoration: none;
	color: #4ec002;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0px auto;
	background: #fdf1e1;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 0;
	width: 250px;
	height: 92px;
	margin-top: 30px;
	background: url(images/logo.jpg) no-repeat right top;
}


#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 778px;
	text-align: right;
	margin-right: 22%;
	margin-top: 10px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.36em;
	text-transform: uppercase;
}

.input {
 padding: 10px;
}


/* Page */


#page {
	width: 778px;
	margin: 0px auto;
	padding: 5px 10px;
	background: #fff;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border: 4px solid #1d3400;
}

/* Content */

#content {
	width: 100%;
	margin-top: 20px;
}

/* Post */

.post {
}

#more{
	float: right;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.36em;
	color: #fff;
	background: #ff7200;
	padding: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
  	border: 2px solid;
   	border-color: #aaa #000 #000 #aaa;
}


#more a:hover {
	border-color: #000 #aaa #aaa #000;
}

.post .date b {
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	font-size: 1.8em;
}

.post .meta {
	margin: 0 0 30px 0;
	padding: 0;
	color: #C6C6C6;
	line-height:normal;
}

.post .meta a {
	color: #C6C6C6;
}

.post .entry {
	padding-bottom: 30px;
	min-height: 100px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#sidebar li {
	margin-bottom: 30px;
	background: #f5f2f2;
	padding: 5px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img05.gif) repeat-x left bottom;
}

#sidebar li li a {
	padding-left: 21px;
	background: url(images/img06.gif) no-repeat 6px 50%;
}

#sidebar h2 {
	padding-left: 20px;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
}

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

/* Calendar */

#calendar_wrap {
	padding: 0 21px;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
}

#calendar thead {
	background: #E8E8E8;
}

#calendar tbody td {
	border: 1px solid #E8E8E8;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	color: #FFFFFF;
	background: #000;
	height: 100px;
	position: absolute;
	z-index: 2;
	padding-top: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	
}

#footer a {
	color: #FFFFFF;
		text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;8/Feb/2010 17:00
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
	
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
	background: url(images/img09.gif) no-repeat 6px 50%;
}

#footer h2 {
	margin-top: 0;
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	text-align: center;
	color: #ff7200;
}

#legal a {
	color: #FFFFFF;
}

#loginframe {
	z-index: 10000;
	background: #fff url(http://www.sarmap.ch/loading.gif) no-repeat center;
	position:fixed; top:0px; left:0px; width:100%; height:100%; vertical-align:middle;
}

#page_heading{
*padding-top: 24px;
}
