/* *************************************************************************************************
      __   __   __ _    _ __ ___		
      \ \ / /  / _` |  | '_ ` _ \ 	    Copyrights: www.visionsactivemedia.de
       \ V /  | (_| |  | | | | | |  _	Published:	 11-10-2006
        \_/    \__,_|  |_| |_| |_| |_|  version: 	 0.1
 										
****************************************************************************************************

		GENERAL ------------------------- 1
		- form ------------------------ 1.1
		- link ------------------------ 1.2
		- headlines ------------------- 1.3
		- text ------------------------ 1.4
		- clearfix -------------------- 1.5

		LAYOUT -------------------------- 2		
		NAVIGATION ---------------------- 3
		- navigation ------------------ 3.1
		- short_nav ------------------- 3.2
		- sub_nav --------------------- 3.3

		CONTENT ------------------------- 4
		- table ----------------------- 4.1
		- sidebar --------------------- 4.2
		- img ------------------------- 4.3
		- img_row --------------------- 4.4
		FORM ---------------------------- 5
		STYLES -------------------------- 6
 		- margin ---------------------- 6.1
		- padding --------------------- 6.2
		- float ----------------------- 6.3
		- border ---------------------- 6.4
		OTHER --------------------------- 7
		- home ------------------------ 7.1


/* ****************************************************************************************************
   1. GENERAL
   ************************************************************************************************* */
   
* {margin: 0; padding: 0; border: 0;}
html, body {
	background: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 21px;
}
ul {
	list-style-type: none;
	margin: 10px 0px;
}
li {
	list-style-image: none;
	background: url(../images/list_style.gif) no-repeat 0 7px;
	margin-left: 10px;
	padding-left: 15px;
}
img {}
p {
	margin: 4px 0px 10px 0px;
}
a {
	color: #9BB400;
}
a:hover, a:active, a:focus {
	color: #C39605;
}


/* 1.1 form ------------- */
fieldset {border: none;}
legend {display: none;}
label {cursor: pointer;}


/* 1.2 link ------------- */
.more  {
	background:transparent url(../images/more.gif) no-repeat scroll 100% 50%;
	padding-right:15px;
}
.more:hover  {
	background:transparent url(../images/more_hover.gif) no-repeat scroll 100% 50%;
}
.back  {
	background:transparent url(../images/back.gif) no-repeat scroll 0% 50%;
	padding-left:15px;
}
.back:hover  {
	background:transparent url(../images/back_hover.gif) no-repeat scroll 0% 50%;
}


/* 1.3 headlines -------- */
h1 {
	font-size: 28px;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 0px;
}
h2 {
	font-size: 24px;
	font-weight:bold;
	color: #A0B900;
	margin-bottom: 15px;
	margin-top: 25px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7D5F05;
	margin-bottom: 5px;
	margin-top: 20px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #9BB400;
	margin: 0px;
}
h5 {}
h6 {}


/* 1.4 text ------------- */
.small {
	font-size:11px;
	color:#C39605;
}
#header p {
	margin:0px;
	font-size:16px;
	font-weight:bold;
}
#header #printaddress p {
	margin:0px;
	font-size:14px;
	font-weight: normal;
	color:#7D5F05;
	line-height: 16px;
}
#header h1 {margin:0px;}
#content p {margin-left:45px;}
#content h1 {margin-left:45px;}
#content h2 {margin-left:45px;}
#content h3 {margin-left:45px;}
#content h4 {margin-left:45px;}
#content ul {margin-left:45px;}
#content table {
	margin-left:45px;
	width: 645px;
}
#footer p {margin: 0px;}


/* 1.5 clearfix ----------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clearfix{display: block;} 
.cl {clear: both;}


/* ****************************************************************************************************
   2. LAYOUT
   ************************************************************************************************* */

#header {
	height: 150px;
	position: relative;
	background: none;
}
#footer {
	display: none;
}
#printaddress {
	position: absolute;
	top: 0px;
	left: 45px;
	display: block;
}
#logo {
	height: 55px;
	width: 230px;
	position: absolute;
	top: 0px;
	left: 720px;
}
#header_image {
	display: none;
}
#navigation {
	display: none;
}

#title {
	position: absolute;
	top: 75px;
	left: 45px;
}
#sidebar {
	display: none;
}
#sub_nav {} 
   
   
/* ****************************************************************************************************
   3. NAVIGATIONS
   ************************************************************************************************* */

/* 3.1 navigation ---------- */ 
#navigation ul {
	margin: 0px;
}
#navigation li {
	float: left;
	padding: 15px 6px 0px 0px;
	background: none;
	margin: 0px;
}
#navigation a {
	float: left;
	display: block;
	color: #EBDCA0;
	text-decoration: none;
	border-left: 1px solid #EBDCA0;
	padding: 0px 0px 0px 6px;
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
	float: left;
	display: block;
	color: #7D5F05;
	background:none;
}
#navigation a.current, #navigation a.current:hover, #navigation a.current:active, #navigation a.current:focus {
	float: left;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a.first {
	border-left: 0px;
	padding: 0px 0px 0px 2px;
}


/* 3.2 short nav ---------- */ 


/* 3.3 sub nav ---------- */
#sub_nav ul {
	margin: 0px;
}
#sub_nav li {
	background: none;
	margin: 0px;
	padding: 0px 0px;
}
#sub_nav a {
	display: block;
	padding: 4px 0px 4px 0px;
	color:#7D5F05;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #E6D282;
}
#sub_nav a:hover, #sub_nav a:active, #sub_nav a:focus {
	display: block;
	color: #C39605;
}
#sub_nav a.current, #sub_nav a.current:hover, #sub_nav a.current:active, #sub_nav a.current:focus {
	display: block;
	color: #9BB400;
}
   
  
/* ****************************************************************************************************
   4. CONTENT
   ************************************************************************************************* */

/* 4.1 table ---------- */ 
table {
	margin: 20px 0px 8px 0px;
	border: 1px solid #E6D282;
}
td, th {
	padding: 4px 4px 4px 8px;
	border-left: 1px solid #E6D282;
	border-bottom: 1px solid #E6D282;
}
th {
	background-color: #C39605;
	color:#FFFFFF;
	text-align:left;
}

/* 4.2 sidebar ---------- */
.quicklink {
	margin: 30px 0px;
	border-bottom: 1px solid #E6D282;
	padding: 0px 0px 30px 0px;
}
.quicklink img {
	float:left;
	border: 1px solid #E6D282;
	margin: 0px 20px 8px 0px;
}
.quicklink p {}
.quicklink a {}


/* 4.3 img ---------- */ 
#content p.img {
	display:none;
}


/* 4.4 img_row ---------- */
.img_row {}
.img_row dl {
	float: left;
}
.img_row dt img {
	border: 4px solid #F0E6BE;
}


/* ****************************************************************************************************
   5. FORM
   ************************************************************************************************* */
label {
	display:block;
}
input {
	border: 1px solid #E6D282;
	width: 290px;
	color: #7D5F05;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin-bottom: 8px;
}
input:focus, textarea:focus {
	color: #fff;
	border: 1px solid #D7EB50;
	background-color: #A5D219;
}
textarea {
	border: 1px solid #E6D282;
	width: 635px;
	height: 150px;
	color: #7D5F05;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 4px;
}
.radio label {
	display:inline;
}
.radio input {
	border: 0px;
	width: 20px;
	margin-bottom: 0px;
}
.submit input {
	width: 110px;
	background: #FFFFFF;
}
.submit input:focus {
	color: #fff;
	border: 1px solid #D7EB50;
	background-color: #A5D219;
}
* html #content p.fl_l {margin-left: 23px;}
* html #content p.fl_l input {width: 300px;}

  
/* ****************************************************************************************************
   6. STYLES
   ************************************************************************************************* */

/* 6.1 margin ------------*/
.s_mg_t {margin-top: 10px;}
.s_mg_r {margin-right: 10px;}
.s_mg_l {margin-left: 10px;}
.s_mg_b {margin-bottom: 10px;}

.m_mg_t {margin-top: 20px;}
.m_mg_r {margin-right: 20px;}
.m_mg_l {margin-left: 20px;}
.m_mg_b {margin-bottom: 20px;}

.l_mg_t {margin-top: 30px;}
.l_mg_r {margin-right: 30px;}
.l_mg_l {margin-left: 30px;}
.l_mg_b {margin-bottom: 30px;}

.xl_mg_t {margin-top: 45px;}
.xl_mg_r {margin-right: 45px;}
.xl_mg_l {margin-left: 45px;}
.xl_mg_b {margin-bottom: 45px;}

* html .xl_mg_l {margin-left: 23px;}


/* 6.2 padding ---------- */
.s_pd_t {padding-top: 10px;}
.s_pd_r {padding-right: 10px;}
.s_pd_l {padding-left: 10px;}
.s_pd_b {padding-bottom: 10px;}

.m_pd_t {padding-top: 20px;}
.m_pd_r {padding-right: 20px;}
.m_pd_l {padding-left: 20px;}
.m_pd_b {padding-bottom: 20px;}

.l_pd_t {padding-top: 30px;}
.l_pd_r {padding-right: 29px;}
.l_pd_l {padding-left: 30px;}
.l_pd_b {padding-bottom: 30px;}

.xl_pd_t {padding-top: 45px;}
.xl_pd_r {padding-right: 45px;}
.xl_pd_l {padding-left: 45px;}
.xl_pd_b {padding-bottom: 45px;}


/* 6.3 float ------------ */
.fl_l {float: left;}
.fl_r {float: right;}


/* 6.4 border ------------ */
.no_bdr_t {border-top: 0px;}
.no_bdr_r {border-right: 0px;}
.no_bdr_l {border-left: 0px;}
.no_bdr_b {border-bottom: 0px;}

.no_bdr_tr {border-top: 0px solid #E6D282; border-right: 0px solid #E6D282;}
.no_bdr_tl {border-top: 0px solid #E6D282; border-left: 0px solid #E6D282;}
.no_bdr_br {border-bottom: 0px solid #E6D282; border-right: 0px solid #E6D282;}
.no_bdr_bl {border-bottom: 0px solid #E6D282; border-left: 0px solid #E6D282;}

.bdr_t {border-top: 1px solid #E6D282;}
.bdr_r {border-right: 1px solid #E6D282;}
.bdr_l {border-left: 1px solid #E6D282;}
.bdr_b {border-bottom: 1px solid #E6D282;}

.bdr_tr {border-top: 1px solid #E6D282; border-right: 1px solid #E6D282;}
.bdr_tl {border-top: 1px solid #E6D282; border-left: 1px solid #E6D282;}
.bdr_br {border-bottom: 1px solid #E6D282; border-right: 1px solid #E6D282;}
.bdr_bl {border-bottom: 1px solid #E6D282; border-left: 1px solid #E6D282;}


/* ****************************************************************************************************
   7. OTHER
   ************************************************************************************************* */
 
.hg_clear { background:#fff;}
.hg_medium { background:#fff;} 
.hg_dark { background:#fff;}


/* 7.1 home ------------ */
body#home {
	background: none;
}
#home #header {
	height: 150px;
	background: none;
}
#home #title {
	top: 75px;
}

#home #sidebar {
	display:none;
}

