/******************************/
/*        GLOBAL RESET        */
/******************************/

* {
	margin: 0px;
	padding: 0px;
}

/******************************/
/*       MAIN  SETTINGS       */
/******************************/

body {
	background: url(../img/background_rep-x.png) repeat-x #f58220;
	font-family: 'HelveticaNeueLTStdLtRegular';
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	overflow-y: scroll;
	letter-spacing: 1px;
}

h1 {
	display: block;
	height: 35px;
	width: 200px;
	background: url(../img/logo_goraiko.png) no-repeat;
	text-indent: -9999px;
	
	position: absolute;
	top: 55px;
	left: 20px;
}

h1:hover {
	background-position: 0 -35px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	position: absolute;
	top: 53px;
	left: 240px;
	line-height: 1.6;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 16px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 16px;
}

/******************************/
/*         NAVIGATION         */
/******************************/

#nav {
	font-size: 12px;
	letter-spacing: 2px;
	list-style:none;
	position: relative;
	top: 160px;
	left: 240px;
	text-transform: capitalize;
}

#nav li {
	display: block;
	position:relative;
	float:left;
	margin-right: 38px;
}

.nav_link {
	display:block;
	padding-bottom: 10px;
	width: 100%;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
}

.nav_link:hover,
.nav_link.hlink_a {
	color: #ffffff;
	padding-bottom: 7px;
	border-bottom: 3px solid #ffffff;
}

/* --- 1st Level Drop Down --- */

#nav ul {
	position:absolute;
	left:-9999px;
	list-style:none;
	margin-top: -5px;
}

#nav ul li {
	padding-right: 30px;
	float: none; 
}
#nav ul li:first-child {
    padding-top: 10px;
}

#nav li:hover ul {
	left: 0px;
	top:auto;
}

/* --- 2nd Level Drop Down --- */

#nav li:hover ul ul { 
	left:-9999px; 
}

#nav ul li:hover ul { 
	left: 75px;
	top: 10px;
}

.nav_sublink {
	display:block;
	padding-bottom: 0px;
	width: 100%;
	color:#000;
	text-decoration:none;
	text-transform: uppercase;
}

.nav_sublink:hover,
.nav_sublink.hlink_a {
	color: #ffffff;
}

/******************************/
/*      DIV BOX SETTINGS      */
/******************************/

#asian_symbols {
	display: block;
	background: url(../img/asian_symbols.png) no-repeat;
	height: 400px;
	width: 116px;
	position: absolute;
	left: 50%;
	top: 162px;
	margin-left: -458px;
	z-index: 5;
}

#wrapper {
	display: block;
	width: 800px;
	background: url(../img/content_rep-x.png) repeat-x;
	position: relative;
	left: 50%;
	margin-left: -400px;
	z-index: 10;
}

#content {
	display: block;
	width: 540px;
	padding-top: 260px;
	padding-left: 240px;
	min-height: 500px;
	height:auto !important;
	height: 500px; 
}

#textarea a:link,
#textarea a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#textarea a:hover,
#textarea a:active {
	color: #000000;
}

#content ul {
	list-style: square;
	padding-left: 15px;
	padding-bottom: 12pt;
}

#footer {
	display: block;
	height: 10px;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffcc00;
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer a {
	color: #ffcc00;
	text-decoration: none;
	padding-bottom: 5px;
}

#footer a:hover {
	color: #ffffff;
	padding-bottom: 4px;
	border-bottom: 1px solid #ffffff;
}

/******************************/
/*      KONTAKTFORMULAR       */
/******************************/

.input,textarea {
	display: block;
	padding: 10px;
	width: 520px;
	background: url(../img/kontaktformular_bg_trans.png) repeat;
	border: none;
	font-family: 'HelveticaNeueLTStdLtRegular';
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 16px;
}
textarea{
    height: 134px;	
}
.button {
	padding: 10px;
	background: url(../img/kontaktformular_bg_trans.png) repeat;
	border: none;
	font-family: 'HelveticaNeueLTStdLtRegular';
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	float: right;
}

.button:hover {
	color: #000000;
	cursor: pointer;
}

.formfield_error {
    border: 1px dashed #FF0000;
}
.error {
	color: #000000;
}
.DynPG_Gallery_Main,
.DynPG_Gallery_P_div_0  {
    padding: 0;
}
.DynPG_Gallery_pageNavigation{
    display: none;	
}