/* Generell */

html,body	{
	padding: 0;
	margin: 0;
	height: 100%;
	border: 0;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	background: url(../img/i_bg_brown_175.jpg) repeat-x;
}

/*Define our headers*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, sans-serif;
  font-weight: 400;
}


.home {
	background: url(../img/i_bg_brown_285.jpg) repeat-x;
}

h1 {
	color: #AE8914;
	font-size: 35px;
}

h2 {
	font-size: 20px;
	/*line-height: 1;
	font-weight: bold;
	margin: 0px 0px 7px 0px;*/
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

h4 {
	font-size: 20px;
	line-height: 120%;
	font-weight: normal;
}

a {
	color: #AE8914;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right {
	float: right;
}

h2 p {
	color: #AE8914;
	margin: 0;
	padding: 0;
}


/* Header */

#wrap {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -128px;
	overflow: hidden;
}

#wrap_signup {
	position: relative;
	width: 900px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	margin: 0 auto -128px;
	overflow: hidden;
}

#wrap_page {
	position: relative;
	width: 900px;
	height: auto !important;
	margin: 0 auto -128px;
	overflow: hidden;
}


#header_subpages {
	width: 900px;
	height: 180px;
/* 	margin-top: -12px; */
}

.header_features {
	background: url(../img/p_razuna_features_brown.jpg) repeat-x;
}

.header_about {
	background: url(../img/p_razuna_about_brown.jpg) repeat-x;
}


#header_home {
	width: 900px;
	height: 290px;
	background: url(../img/p_razuna_org.jpg) no-repeat;
	margin-top: -12px;
}

#header_home #logo,#header_subpages #logo {
	margin-top: -10px;
	width: 260px;
	float: left;
}

#header_content {
	width: 280px;
	position: absolute;
	margin: 100px 0px 0px 620px;
}

* html #header_content { /* IE6 Fix */
	margin: 100px 0px 0px 360px;
}

*+html #header_content { /* IE7 Fix */
	margin: 100px 0px 0px 360px;
}


#header_content p {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	line-height: 120%;
}


/* Navigation */

#metanavi {
	margin-top: 0px;
	font-size: 12px;
	float: right;
	padding-top: 10px;
	width: 900px;
}

* html #metanavi { /* IE6 Fix */
	margin-top: 0px;
}

*+html #metanavi { /* IE6 Fix */
	margin-top: 0px;
}

#metanavi ul {
	padding: 0px;
	margin: 0px;
}

#metanavi li {
	float: right;
	display: block;
	list-style-type: none;
	padding: 2px 2px 0px 2px;
	border-bottom: 2px solid #fff;
}

#metanavi li.space {
	padding: 0px 3px 0px 3px;
	border: 0px;
}

#metanavi a {
	color: #fff;
	text-decoration: none;
}

#metanavi a:hover {
	color: #AE8914;
	text-decoration: none;
}

#metanavi li.opensource {
	padding: 2px 2px 0px 2px;
	border-bottom: 2px solid #579E31;
}

#metanavi a.opensource {
	color: #579E31;
	text-decoration: none;
}

#metanavi a:hover.opensource {
	color: #fff;
	text-decoration: none;
}



/* Mainnavigation */

#mainnavi {
	width: 900px;
	float: left;
	height: 36px;
	position: relative;
	margin: 12px 0px 36px 0px;
	background: url(../img/navi_divider.jpg) no-repeat 0 bottom;
}

*+html #mainnavi { /* IE7 Fix*/
	height: 35px;
}

#mainnavi_sub {
	width: 900px;
	height: 61px;
	position: relative;
	margin: 12px 0px 0px 0px;
	background: url(../img/navi_divider.jpg) no-repeat 0 bottom;
}

#mainnavi ul,#mainnavi_sub ul {
	margin: 0px;
	padding: 0px;
}

#mainnavi li,#mainnavi_sub li {
	display: inline;
	font-size: 20px;
	text-transform: uppercase;
	list-style:none;
}

#mainnavi a,#mainnavi_sub a {
	color: #000;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#mainnavi li a:hover,#mainnavi_sub li a:hover {
	padding: 0px 5px 0px 5px;
	border-bottom: 5px solid #AE8914;
}

/* For the commercial link */
#mainnavi a.complan,#mainnavi_sub a.complan {
	color: #579E31;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#mainnavi li a.complan:hover,#mainnavi_sub li a.complan:hover {
	padding: 0px 5px 0px 5px;
	border-bottom: 5px solid #579E31;
}


#mainnavi li.space,#mainnavi_sub li.space {
	padding: 0px 3px 0px 3px;
	border: 0px;
}

*+html #mainnavi li.space,*+html #mainnavi_sub li.space { /*IE7 Fix */
	padding: 0px 2px 0px 2px;
}

* html #mainnavi li.space,* html #mainnavi_sub li.space { /*IE7 Fix */
	padding: 0px 2px 0px 2px;
}

#mainnavi .current,#mainnavi_sub .current {
	color: #AE8914;
	border-bottom: 5px solid #AE8914;
	padding: 0px 5px 0px 5px;
}

/* Subnavigation */

#mainnavi_sub2 {
	width: 900px;
	height: 20px;
	position: relative;
	margin: -25px 0 0 -40px;
}

* html #mainnavi_sub2 { /* IE6 Fix */
	margin: -26px 0 0 -40px;
}

*+html #mainnavi_sub2 { /* IE7 Fix */
	margin: -26px 0 0 -40px;
	height: 60px;
}


#mainnavi_sub2 li {
	height: 16px;
	font-size: 15px;
	text-transform: none;
	list-style-type: none;
	display: inline;
}

#mainnavi_sub2 li a {
	color: #AE8914;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#mainnavi_sub2 li a:hover {
	padding: 0px 5px 0px 5px;
	border-bottom: 2px solid #AE8914;
}

#mainnavi_sub2 .current {
	padding: 0px 5px 0px 5px;
	border-bottom: 2px solid #AE8914;
}


/* Content */

#content {
	width: 900px;
	margin-top: 41px;
}

*+html #content { /* IE7 Fix */
	margin-top: 20px;
}

#content_home {
	width: 900px;
	margin-top: 84px;
}

* html #content_home { /* IE6 Fix */
	width: 900px;
	margin-top: 54px;
}

*+html #content_home { /* IE7 Fix */
	margin-top: 104px;
}

#content .space {
	padding-top: 20px;
}

#content p,#content_home p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}

#content .quote,#content_home .quote {
	margin: 20px 20px 0px 0px;
	padding: 0px;
	font-size: 30px;
	color: #AE8914;
	font-style: italic;
	font-weight: normal;
	line-height: 100%;
}

#content_left {
	width: 280px;
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
}

#content_3row img {
	float:left;
	}

#content_3row p {
	width:200px;
	float:right;
	}

#content_middle {
	width: 280px;
	margin: 0;
	float: left;
}

#content_right {
	width: 280px;
	margin: 0;
	float: right;
}

#content_2row {
	width: 590px;
	margin: 0;
	float: left;
}
#content_2row_bg {
	width: 590px;
	padding: 15px;
	float: left;
	background-color: #EFEFEF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content_2row_bg {
	width: 560px;
	padding: 15px;
	float: left;
	background-color: #EFEFEF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content_2row ul {
	list-style-position: inside;
	list-style-type: disc;
	color: #AE8914;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 140%;
}

#ulnormal ul {
	list-style-position: outside;
	list-style-type: square;
	color: black;
	padding: 10px;
	margin: 10px;
	font-size: 13px;
	line-height: 140%;
}
	
.black {
	color: #000;
}

#content_3row {
	width: auto;
	margin: 0px;
	float: left;
}

#content_3row_bg {
	width: auto;
	padding: 15px;
	float: left;
	background-color: #EFEFEF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


/* Footer */
			
#footerwraper {
	margin: 0px auto;
	background: url(../img/hg_footer_brown.jpg) repeat-x scroll;
	position:relative;
}

#footerwraper,.push {
	height: 128px; /* .push must be the same height as .footer */
}

.push {
	clear: both;
}

#footer {
	width: 900px;
	margin: 0px auto;
	padding-top: 50px;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}

#footer ul {
	margin: 0px;
	padding: 11px 0 0 0;
	width: 115px;
	float: left;
}

#footer li {
	list-style-type: none;
	display: list-item;
}

#footer a {
	color: #AE8914;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer p {
	width: 465px;
	margin: 0;
	padding: 11px 0px 0px 20px;
	float: left;
}

#footer #logo {
	float: right;
	width: 280px;
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

/* Formular */

input, textarea { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: inset 0px 1px 1px #eee;
	-moz-box-shadow: inset 0px 1px 1px #eee;
	-webkit-box-shadow: inset 0px 1px 1px #eee;
	border: 1px solid #ddd;
	padding: 5px;	
}
input:focus, textarea:focus { 
	border: 1px solid #972324; 
}

.bt_continue a {
	float: right;
	position: relative; 
	width: 129px;
	height: 24px;
	margin: 20px 0 20px 0;
	cursor: pointer;
	background: transparent url(../img/bt_continue.jpg) no-repeat;
}

.bt_continue a:active {
	background: transparent url(../img/bt_continue_active.jpg) no-repeat;
}

#bt_register {
	position: relative; 
	width: 280px;
	height: 42px;
	margin: 20px 0 20px 0;
}

#bt_register p {
	float: left;
	width: 110px;
	font-size: 13px;
	line-height: 130%;
	color: #AE8914;
	font-weight: bold;
}

#bt_register a {
	float: right;
	width: 149px;
	cursor: pointer;
}

#bt_register a:active {
	background: transparent url(../img/bt_register_brown_active.jpg) no-repeat;
}

.grid {
	margin: 2px 0px 5px 0px;
	border-collapse: collapse;
}
.grid th {
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	background: #E2E2E2;
	font-weight: bold;
	text-align: right;
}
.grid td  {
	border: 1px solid #BEBEBE;
	padding: 3px 4px 3px 4px;
	text-align: right;
}
.grid td2  {
	border: 1px solid #BEBEBE;
}
#div280 {
	width: 280px;
	float: left;
	padding: 0px;
	margin: 0px;
}
/***** 06. TWITTER *****/
#twitter_update_list {
	//font-size: 12px;
	//color: #9aba50;
	padding: 0px;
	margin: 0px;
}
#twitter_update_list li {
	list-style: none;
	margin-bottom: 20px;
	line-height: 18px;
}
#twitter_update_list span a {
	display: inline;
	padding: 0;
}
#twitter_update_list a {
	display:block;
	padding-top: 5px;
}

/*  
    awesome buttons are based on a blog post by ZERB
    Read there blog post for more information:
    "Super awesome Buttons with CSS3 and RGBA":http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba 
    
    this buttons are even more awesome, as the need only one color for all three states,
    and have an super awesome onclick state
*/

/* set an awesome color for the buttons */
button.awesome, 
input.awesome, 
a.button.awesome {
  background-color: #111;
}
/* Touch the rest at your onw risk. */
button.awesome,
input.awesome,
a.button.awesome { 

  font: inherit;
  background-repeat: repeat-x; 
  color: #fff;
  text-decoration: none; 
  position: relative; 
  cursor: pointer; 
  border: 0; 
  font-style: normal; 
  font-weight: bold; 
  line-height: 1; 
  
  padding: 5px 10px 6px;
  font-size: 13px;
  
  /* IE only stuff */
  border-bottom: 1px solid transparent\9;
  
  
  /* not all browser support these, but who cares? */
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  
  /* one image for all states 
     see http://www.alistapart.com/articles/sprites */
  background-image: url(awesome-overlay-sprite.png);
  background-position: 0 0;
  
  /* cross browser inline block hack 
     see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *display: inline !important;
  position: relative;
  
  /* help IE to calm down a bit */
  zoom: 1;
  
  /*disable text selection (Firefox only)*/
  -moz-user-select: none;
}
/* hide selection background color */
.awesome::selection {
	background: transparent;
}

button.awesome:hover,
input.awesome:hover,
a.button.awesome:hover {
  background-position: 0 -50px; 
  color: #fff;
}
button.awesome:active,
input.awesome:active,
a.button.awesome:active	{ 
  background-position: 0 100%; 
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); 
  /* unfortunately, Safari seems not to support inset yet */
  -webkit-box-shadow: none;
  
  /* IE only stuff */
  border-bottom: 0\9;
  border-top: 1px solid #666\9;
}

button.awesome.small,         input.awesome.small,          a.button.awesome.small 	        { padding: 4px 7px 5px; font-size: 10px; }
button.awesome.small:active,  input.awesome.small:active,   a.button.awesome.small:active	  { padding: 5px 7px 4px; }
button.awesome.medium,        input.awesome.medium,         a.button.awesome.medium         { /* default */ }
button.awesome.medium:active, input.awesome.medium:active,  a.button.awesome.medium:active	{ padding: 6px 10px 5px; }
button.awesome.large,         input.awesome.large,          a.button.awesome.large 	        { padding: 8px 14px 9px; font-size: 14px; }
button.awesome.large:active,  input.awesome.large:active,   a.button.awesome.large:active	  { padding: 9px 14px 8px; }

.awesome.blue {
background-color: #0A50FF !important;
}
.awesome.red {
background-color: #e33100 !important;
}
.awesome.green {
background-color: #579E31 !important;
}
.awesome.gold {
background-color: rgb(174, 137, 20) !important;
}
.mybox { 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 3px dotted rgb(174, 137, 20);
	padding: 10px;
}
.tablespace td{
	padding: 4px 0px 4px 0px;
}
