/* body attributes */
* {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #05244E;
}

body {
	background: #e4e8ed url('/gfx/201003/body-bg.png') repeat-x left top;
	font-family: arial, verdana, tahoma, sans-serif;
	margin: 0px;
	text-align: center;
	color: #05244E;
	overflow-x: hidden;
}

a {outline: none; cursor: pointer; text-decoration: none;}
a:link, a:link *, a:visited *, a * {color: #0AA4FF !important;}
a:visited {color: #0AA4FF;}
a:hover {color: #0AA4FF;}
a:active {color: #0AA4FF;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #05244E;
}

img {
	border: 0px;
	outline: none;
}

/* TEXT ELEMENTS */
h1 {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}

/* FORM */
.text, textarea, .submit, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
}

.text, textarea, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	border: 1px solid #666;
	padding: 2px;
	width: 220px;
}

.text, .submit, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 20px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
} 
.required label {
	font-weight: bold;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label  {
	float: left;
	width: 160px;
	padding-top: 4px;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
}

* html .customform .fieldtype-radio label, * html .customform .fieldtype-checkbox label {
	padding-top: 3px;
}

table.tf th, table.tf td {
	padding: 4px;
}
.fieldtype-radio{
	padding-top:10px;
}

.fieldtype-checkbox {
	clear:both;
	padding-top:10px;
}
.fieldtype-checkbox p label, .fieldtype-radio p label{
	margin-left:10px !important;
	margin-right:20px;
}
.fieldtype-checkbox p label, .fieldtype-checkbox p input, .fieldtype-radio p input, .fieldtype-radio p label{
	float: none;
}
.customform input.submit{
	margin-top:20px;
}
/* MAIN */
#main {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	overflow: visible;
	position: relative;
}

#top {
	height: 85px;
	position: relative;
	overflow: hidden;
}

#top #logo {
	position: absolute;
	left: 20px;
	top: 16px;
}

#top2 {
	height: 270px;
	position: relative;
}

#picture, #picture div {
	background: no-repeat left top;
	height: 270px;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
 }

#picture ul {
	display: none;
}

.ui-tabs-hide { display: none; }

/* TOPNAV */
#topnav {
	font-size: 13px;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #333;
}

/* SEARCH */
#quicksearch {
	position: absolute;
	right: 0px;
	top: 30px;
}

#quicksearch .text {
	background: url('/gfx/201003/quicksearch-text.png') no-repeat left top;
	width: 255px;
	max-width: 255px;
	height: 34px;
	border: 1px;
	margin: 0px
	padding: 0px;
	padding-left: 10px;
	vertical-align: middle;
}

#quicksearch .submit {
	background: url('/gfx/201003/quicksearch-submit.png') no-repeat right top;
	width: 45px;
	height: 34px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 13px;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */
#menu {
	position: absolute;
	left: 20px;
	top: 20px;
}

#menu * {
	font-size: 16px;
}

#menu li {
	list-style: none;
	float: left;
}

#menu li.first {
	background: url('/gfx/201003/topmenu-first.png') no-repeat left top;
	padding-left: 4px;
}

#menu li.firstact {
	background: url('/gfx/201003/topmenu-first-act.png') no-repeat left top !important;
}

#menu li.last {
	background: url('/gfx/201003/topmenu-last.png') no-repeat right top;
	padding-right: 4px;
}

#menu li.lastact {
	background: url('/gfx/201003/topmenu-last-act.png') no-repeat right top !important;
	padding-right: 4px;
}

#menu a {
	background: url('/gfx/201003/topmenu-li.png') repeat-x left top;
	padding: 0px 16px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#menu a:link, #menu a:visited, #menu .act a:link, #menu .act a:visited, #menu .act a:hover, #menu .firstact a:link, #menu .firstact a:visited, #menu .firstact a:hover, #menu .lastact a:link, #menu .lastact a:visited, #menu .lastact a:hover {
	color: #fff !important;
}

#menu a:hover {
	color: #05234e !important;
}

#menu .act a, #menu .firstact a, #menu .lastact a {
	background: #05234e;
}


#left {
	position: absolute;
	left: 0px;
	margin: 40px 0px 0px 0px;
	width: 219px;
	z-index: 1;
}

#left .left {
	background: url('/gfx/201003/leftmenu-bottom.png') no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#left .layer {
	background: url('/gfx/201003/leftmenu-top.png') no-repeat left top;
	padding-top: 5px;
}

#left .left ul {
	background: #0ca4ff url('/gfx/201003/leftmenu-bg.png') repeat-x left top;
	list-style: none;
	min-height: 210px;
	padding: 30px 10px;
}

#left .left ul ul {
	background: transparent;
	padding: 12px 0px 2px 15px;
	min-height: 10px;
}

#left .left li {
	margin-bottom: 10px;
	padding-left: 20px
}

#left .left * {
	font-size: 16px;
}

#left .left ul ul * {
	font-size: 13px;
}

#left .left a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

#left .left a:link, #left .left a:visited, #left .left .act ul a:link, #left .left .act ul a:visited, #left .left ul .act ul a:link, #left .left ul .act ul a:visited {
	background: transparent;
	color: #fff !important;
}

#left .left li.act {
	background: url('/gfx/201003/leftmenu-act.png') no-repeat 0px 4px !important;
}

#left .left .act a:link, #left .left .act a:visited {
	color: #05244E !important;
}

#banner {
	width: 185px;
	overflow: hidden;
}

#banner ul {
	display: none;
}

#banner div {
	margin-bottom: 20px;
}

#banner h2 {
	background: transparent !important;
	padding: 0px !important;
	font-size: 18px;
}

#banner h2 a {
	font-size: 20px;
}

#banner a:link, #banner a:visited {
	color: #05244E;
	text-decoration: none;
}

/* RIGHT */
#related {
	float: right;
	width: 200px;
	position: relative;
	z-index: 7;
}

#related .box {
	margin-bottom: 10px;
}

#related .navi {
	font-size: 13px;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #05244E;
	text-decoration: none;
}

#related h2 {
	background: url('/gfx/201003/dots-horizontal.png') repeat-x left bottom;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

/* BC */
#bc {
	font-size: 13px;
}

/* CONTENT */
#box {
	background: url('/gfx/201003/content-bottom.png') no-repeat left bottom;
	margin-left: 207px;
	width: 795px;
	margin-top: 13px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

#box .layer {
	background: url('/gfx/201003/content-top.png') no-repeat left top;
	padding-top: 20px;
	position: relative;
	z-index: 3;
}

#box .layer .layer {
	background: url('/gfx/201003/content-middle.png') repeat-y left top;
	padding: 10px 35px;
	min-height: 330px;
	position: relative;
	z-index: 4;
}

#box .gradient {
	background: url('/gfx/201003/box-gradient.png') no-repeat left top;
	position: absolute;
	width: 766px;
	height: 300px;
	z-index: 4;
	left: 14px;
	top: -6px;
}

#content {
	position: relative;
	z-index: 6;
}

#content.related {
	margin-right: 223px;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
	border: 0px;
}

#content th, #content td {
	padding: 2px;
	border-collapse: collapse;
}

#content table tr td {
	font-size: 13px;
	border: 0px;
}

table.hasborder tr td, table.hasborder, table.hasborder tr {
	border: 1px #000 solid !important;
}

/* FOOTER */
#footer {
	background: url('/gfx/201003/dots-horizontal.png') repeat-x left top;
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	clear: both;
	color: #315174;
}

/* LISTS */
.list div {
	font-size: 13px;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 13px;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func, .sendtilenven {
	display: none;
}

/* HOME */
#typeforside #top2, #typeforside #picture, #typeforside #picture div {
	height: 260px;
	overflow: hidden;
}

#typeforside #box, #typeforside #box .layer, #typeforside #box .layer .layer {
	background: transparent;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#typeforside #box {
	width: 1005px;
}

#typeforside #related {
	float: left;
	width: 185px;
	padding: 15px 10px 0px 10px;
}

#typeforside #content {
	margin: 0px 0px 0px 212px;
}

#typeforside #content .content {
	padding: 0px 0px 0px 0px;
}

#typeforside h1 {
	display: none;
}

#typeforside #related .arrow a {
	line-height: 30px;
}

.arrow a {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 13px;
}

#typeforside #themes .coll {
	background: url('/gfx/201003/home-themebox.png') no-repeat left top;
	width: 395px;
	height: 568px;
	max-width: 335px;
	max-height: 508px;
	padding: 30px;
	float: left;
	overflow: hidden;
}

#typeforside #themes .lastcoll {
	position: absolute;
	top: 0px;
	left: 395px;
}

#themes .theme {
	height: 235px;
}

#themes .theme .pic {
	height: 100px;
	margin-bottom: 15px;
}

#themes .theme .pic a {
	display: block;
	height: 100px;
	cursor: pointer;
}

#themes .odd {
	background: url('/gfx/201003/dots-horizontal.png') repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
}

/* BACKLINK */
#backlink {
	display: none;
}

/* GALLERY */
#gallery {
	
}
.galleries div, .pictures div {
	float: left;
	width: 235px;
	margin: 0px 10px 10px 0px;
}

#gallery div.is3of3 {
	margin-right: 0px;
}

#gallery h2 {
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	overflow: hidden;
}

#overlay {
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
}

#overlay div {
	overflow: hidden;
}

#overlay *, #overlay a:link, #overlay a:visited {
	color: #fff;
}

#overlay .close {
	position: absolute;
	top: -17px;
	right: -17px;
	background: url('/gfx/201003/close.png') no-repeat left top;
	width: 36px;
	height: 36px;
	display: block;
}

#overlay .next, #overlay .prev {
	position: absolute;
	top: 40%;
	border: 1px solid #666;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-size: 12px;
}

#overlay .prev {
	left: 0;
	border-left: 0;
}

#overlay .next {
	right: 0;
	border-right: 0;
}

#overlay .next:hover, #overlay .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

.disabled {
	visibility:hidden;		
}

#overlay .info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
	margin: 0px;
}

#overlay .info strong {
	display: block;
}

.progress {
	display:none;
}

.next, .prev, .info {
	background:#333 !important;
}

/* .is2of2, .is3of3, .is4of4, .is5of5, .is6of6, .isfirst, .islast */

/* ADAPT */
#adapt {
  text-align: right;
  font-size: 13px;
  padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}

.toolbar a:link, .toolbar a:visited {
	color: #fff !important;
}

