/*
 * global body style
 */

body {
	background-color: #e0e0e0;
	color: #545454;
	background-image: url(/images/body-background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left:0px;
	margin-top:18px;
	margin-right:0px;
	margin-bottom:18px;
}

/*
 * IE is dump
 */

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

/*
 * global form style
 */

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*
 * default table style
 */

table {
	border-collapse: collapse;
}

/*
 * global input field style
 */

input {
/*	border: 1px solid #1a1a72; */
	color: #1a1a72;
	padding-left: 1px;
	padding-right: 1px;
/* 	height: 20px; */
}

/*
 * additional style for checkboxes
 */

.checkbox {
	border: 0px none;
}

/*
 * additional style for radio fields
 */

.radio {
	border: 0px;
}

/*
 * additional style for dropdown-select fields
 */

.select {
/*	border: 1px solid #1a1a72; */
	color: #1a1a72;
}

/*
 * addistional style for input-text fields
 */

.text {
	width: 200px;
	background-color: #ffffff;
	padding-left: 1px;
	padding-right: 1px;
}

/*
 * additional style for input-password fields
 */

.password {
	width: 200px;
	background-color: #ffffff;
	padding-left: 1px;
	padding-right: 1px;
}

/*
 * additional style for input-submit fields
 */

.submit {
	border: 1px solid #ffffff;
	background-color: #e16b0b;
	color: #ffffff;
	padding: 2px;
/*	margin: 1px; */
	font-weight: bold;
	width: 158px;
}

/*
 * additional style for textareas
 */

.textarea {
/*	border: 1px solid #e16b0b; */
/*	width: 99%;
	height: 250px; */
	padding: 1px;
}

/*
 * additional style for file-input fields
 */
.file {
	border: 1px solid #000000;
/*	width: 400px; */
}

img {
	border: 0px none;
}

/*
 * header styles
 */

.submit_header {
	border: 1px solid #1a1a72;
	background-color: #ffffff;
	color: #1a1a72;
	padding-left: 1px;
	padding-right: 1px;
	width: 50px;
}

/*
 * default style for links
 */

a * {
	color: #023084;
	text-decoration: none;
}

a:link {
	color: #023084;
	text-decoration: none;
}

a:visited {
	color: #023084;
	text-decoration: none;
}

a:focus {
	color: #023084;
	text-decoration: none;
}

a:hover {
	color: #023084;
	text-decoration: underline;
}

a:hover * {
	color: #023084;
	text-decoration: underline;
}

a:active {
	color: #023084;
	text-decoration: none;
}


/*
 * main navigation styles
 */

.layout
{
	width: 955px;
}

.layout tr
{
	width: 955px;
}

.mainlayout {
/*	padding: 10px;
	padding-bottom: 0px; */
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-y;
}

.header_middle {
	width: 45px;
	background-image: url(/images/header_middle.png);
	background-repeat: no-repeat;
	color: #545454;
	font-weight: bold;
}

.header_right {
	width: 240px;
	background-image: url(/images/header_right.png);
	background-repeat: no-repeat;
}

.header_right div a {
	color: #545454;
	font-size: 12px;
}

.header_right div a:link {
	color: #545454;
	font-size: 12px;
}

.header_right div a:visited {
	color: #545454;
	font-size: 12px;
}

.header_right div a:focus {
	color: #545454;
	font-size: 12px;
}

.header_right div a:hover {
	color: #545454;
	font-size: 12px;
}

.header_right div a:active {
	color: #545454;
	font-size: 12px;
}

.topnav_right {
	border-right: 1px solid #545454;
	padding-right: 6px;
	margin-right: 2px;
}

/*
 * main footer styles
 */

.footer {
	background-image: url(/images/footer_background.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.footernav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 9px;
}

.footernav a {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}

.footernav a:link {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}

.footernav a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}

.footernav a:focus {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}

.footernav a:hover {
	text-decoration: underline;
}

.footernav a:active {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
}

/*
 * error/confirm/infobox
 */
.infobox {
	margin-left: 296px;
	width: 358px;
	text-align: left;
	background-image: url(/images/box_bg_358.png);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-bottom: 10px;
}

.infobox img {
	display: block;
	border: 0px none;
}

.infotext {
	width: 290px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
}

.infoicon {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 15px;
}

.infoicon img {
	display: block;
}

.infobutton {
	margin-left: 263px;
	margin-top: 10px;
}

.infobutton img {
	display: block;
	border: 0px none;
}

.box_170 {
	width: 170px;
	background-image: url(/images/box_bg_170.png);
	background-repeat: repeat-y;
}

.box_170 img {
	border: 0px none;
}

.box_178 {
	width: 178px;
	background-image: url(/images/box_bg_178.png);
	background-repeat: repeat-y;
}

.box_178 img {
	border: 0px none;
}

.box_233 {
	width: 233px;
	background-image: url(/images/box_bg_233.png);
	background-repeat: repeat-y;
}

.box_233 img {
	border: 0px none;
}

.box_358 {
	width: 358px;
	background-image: url(/images/box_bg_358.png);
	background-repeat: repeat-y;
}

.box_358 img {
	border: 0px none;
}

.box_455 {
	width: 455px;
	background-image: url(/images/box_bg_455.png);
	background-repeat: repeat-y;
}

.box_455 img {
	border: 0px none;
}

.box_612 {
	width: 612px;
	background-image: url(/images/box_bg_612.png);
	background-repeat: repeat-y;
}

.box_612 img {
	border: 0px none;
}

.box_793 {
	width: 793px;
	margin-left: 65px;
	background-image: url(/images/box_bg_793.png);
	background-repeat: repeat-y;
}

.box_793 img {
	border: 0px none;
}

.box_884 {
	width: 884px;
	background-image: url(/images/box_bg_884.png);
	background-repeat: repeat-y;
}

.box_884 img {
	border: 0px none;
}

.emboss {
	display: block;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 12px;
	margin-left: 10px;
	border: 0px none;
}

/*
 * front side left list
 */
.frontinfo {
	margin: 0px;
	padding-left: 24px;
}

.frontinfo li {
	font-weight: bold;
}

/*
 * errors
 */
.errormark {
	color: #ff0000;
	font-weight: bold;
}



/*
 * style for left sided menu
 */


.leftnav {
	color: #1a1a72;
	font-weight: bold;
	margin-left: 17px;
	line-height: 17px;
}

.leftnav:link {
	color: #023084;
	text-decoration: none;
}

.leftnav:visited {
	color: #023084;
	text-decoration: none;
}

.leftnav:focus {
	color: #023084;
	text-decoration: none;
}

.leftnav:hover {
	color: #023084;
	text-decoration: none;
}

.leftnav:active {
	color: #023084;
	text-decoration: none;
}

/*
 * actived left sided menupoint
 */

.leftnavactive {
	color: #ff8800;
	font-weight: bold;
	margin-left: 17px;
	line-height: 17px;
}

.leftnavactive:link {
	color: #ff8800;
	text-decoration: none;
}

.leftnavactive:visited {
	color: #ff8800;
	text-decoration: none;
}

.leftnavactive:focus {
	color: #ff8800;
	text-decoration: none;
}

.leftnavactive:hover {
	color: #ff8800;
	text-decoration: none;
}

.leftnavactive:active {
	color: #ff8800;
	text-decoration: none;
}


/*
 * branding text style
 */

.brand_hobby {
	color: #1a1a72;
	font-weight: bold;
}

.brand_x {
	color: #e16b0b;
	font-weight: bold;
}

/*
 * coming soon
 */

.comingsoon {
	position: absolute;
}

.comingsoon div {
	background-image: url(/images/comingsoon.gif);
	background-repeat: no-repeat;
	color: #76835f;
	display: block;
	height: 36px;
	left: 12px;
	position: relative;
	top: -54px;
	width: 68px;
}

/*
 * Tooltip
 */
.tip {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        border:solid 1px #666666;
        width:250px;
        padding: 2px;
        position:absolute;
        z-index:10;
        visibility:hidden;
        color:#333333;
        top:20px;
        left:90px;
        background-color:#ffffcc;
}




/*
 * different page-type styles
 */


.maincontent {
	width: 793px;
	margin-left: 65px;
	background-image: url(/images/box_bg_793.png);
	background-repeat: repeat-y;
	line-height: 20px;
}

.formcontent {
	height: 24px;
}

.formspan {
	width: 320px;
	text-align: right;
	float: left;
}





.gallerypicture {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: bottom;
}

.bbcode {
	width: 95%;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
}

.pages {
	font-size: 13px;
	font-weight: bold;
}

.pages * {
	font-size: 13px;
	font-weight: bold;
}
