/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
color:#ED7A54;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }

#menu li a 
{
	display: block;
	/*Geändert von Left*/
  float:left;
	height:26px;
	text-decoration: none;
	padding: 6px 23px 0px 23px;
	border-right: 2px solid;
	font-weight: normal;
	background: #000000;
	color: #ED7A54;
	border-color: #000000;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #000000;
  color: #ED7A54;
  border-color: #000000;
  font-weight: bold;
} 





/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: verdana, sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 115%;
}
h2
{ font-family: verdana, sans-serif;
  color:#ED7A54;
  letter-spacing: .1em;
  font-weight: bold;
  text-transform: normal;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 105%;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}



/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
	width:880px;
	padding-top: 60px;
}

/*design box First*/

.disignBoxFirst
{
	clear:left;
	margin-bottom:10px;
	padding-top:0px;
	position:relative;
}

.disignBoxFirst .boxFirstHeader
{
	color:#ED7A54;
font-size:18px;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxFirst .boxContent
{
	font-size:13px;
	overflow:hidden;
	padding:0px 0pt 0px 0px;
	position:relative;
}

/*design box Second*/
.disignBoxSecond 
{

}

.disignBoxSecond .boxSecondHeader
{

	color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxSecond .boxContent
{
	font-size:11px;
	overflow:hidden;
	padding:0px 0pt 10px 24px;
	position:relative;
}

/* thumb images
-----------------------------*/

.thumb_block
{position:relative; height:100px;}
.thumb_image
{
float:left;
margin:0pt 5px 5px 5px;
width:70px;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ width: 880px;
  height: 96px;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 60px;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0px 0px 0px 14px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu */
#menu
{ height: 32px;
  width: 880px;
}

#menu ul{margin: 0px auto;} 

#menu li
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
} 

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{
	width: auto;
	overflow: hidden;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
} 

/* side menu */
#first_column
{
	padding: 22px 3px 10px 19px;
	float: left;
	
}

.s_column
{
clear:both;
	padding: 0px 3px 10px 19px;
	float: left;

}
.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{
	text-align: left;
	width: 450px;
	float: left;
	padding: 12px 0px 18px 0px;
}



#footer
{padding:10px;
font-size:10px;
color: #ed7a54;
}


#footer #copy_r
{
	float:right;
}


/*colors Start
---------------------------*/

body
{ background: #000000;
  color: #929280;
}

blockquote{border-color: #40403E;}

#site_content
{
	background-color:#000;
	border-color: #000;
}



#content h1
{ background: transparent;
  color: #ED7A54;;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
}

#menu
{ background: #000000;
  color: #EEE;
  border-color: #00000;
}

