/* css for tira.ch based on original file by dominik ogilvie and marton dobozi - thank you */
/* ------------------------ layout */

body {
	margin: 8px auto;
	width: 960px;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
	background-color:#121212;
}

#header {
	width: 960px;
	background-color: #fff;
	background-image: url(indexpics/fres_top2.gif);
	height: 75px;
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	width: 960px;
	background-color: #121212;
	height: 20px;
	padding-top:3px;
	float:left;
}
#nav {
	width: 959px;
	float: left;
	margin: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}
#subnav {
	width: 960px;
	height: 20px;
	float: left;
	margin: 0;
	background-color: #EEF0DA;
	/* border-bottom: 1px solid #7691A0;
	border-top: 1px solid #ccc; */
	padding: 0;	
}
#content {
	width: 910px;
	text-align: left;
	padding: 20px 25px;
	float:left;
	background-color:#FFFFFF;
}
img {
	border: 0;
}
#column2 { float: left; text-align: left; width: 315px; margin-top: 15px; }
#column1 { float: left; margin-right: 20px; text-align: left; width: 315px; margin-top: 15px; }

/* ------------------------ text */

h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #222;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #685A5A; /* 993162 */ 
	margin-top: 12px; /* marz: 35px*/
}
h3 {
	font-size: 0.95em;
	color: #666;
	  /* text-transform: uppercase; */
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	margin-top: 12px;
}
h4 {
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-style: normal;
}
p {
	line-height: 1.6em;
	font-style:normal; 
	color:#333333; }
	
#nav ul {
	display: inline;
	margin: 0;
}
#nav li {
	display: inline;
}
#nav a {
	border-right: 1px solid #ccc;
	font-size: 0.9em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #fff;
	padding: 5px 12px 5px 12px;
	float: left;
	height: 15px;
}
#nav a.first {
	border-left: 1px solid #ccc;
}
#nav a:hover {
	background-color: #7d7474;
	color: #fff;
}
#nav a.sel {
	background-color: #685A5A;
	color: #fff;
}
#subnav ul {
	display: inline;
	margin: 0;
}
#subnav li {
	display: inline;
}
#subnav a {
	float: left;
	padding: 4px 12px;
	font-size: 0.8em;
	font-style:normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #153E57;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#subnav a:hover {
	background-color: #D8D2C8;
	color: #153E57;
}
#subnav a.sel {
	color: #153E57;
	background-color: #D8D2C8;
	font-style:normal;
}
#subnav s {
	float: left;
	padding: 3px 12px;
	font-size: 0.9em;
	font-style:normal;
	text-decoration: none;
	color: #153E57;
	border-right: 1px solid #ccc;
}
#content a {
color: #555;
text-decoration: none;
border-bottom: 1px solid #777;
}
#content a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #666;
}
#content a:active {
color: #ee4fbf;
text-decoration: none;
border-bottom: 1px solid #ff5fd5;
}

#content ul li {
color: #222;
font-size:0.9em;
}

#footer {
padding-top:8px;
font-size: 0.8em;
color: #bbb;
text-align:right;
}

#footer a {
color: #777777;
}

ul {
	margin-top: 6px;
}
li {
	margin-bottom: 6px;
}

.inline {display: inline; padding-right: 1em; }