* {
	margin: 0;
	padding: 0;
}
a, input {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @group page */
body {
	background: #fff url(/v1/images/body_bg.png) repeat-x;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #545454;
	text-align: center;
}
#page {
	width: 954px;
	margin: 0 auto;
	position:relative;
}
.page_inner {
	width: 941px;
	margin: 0 auto;
	position:relative;
}
/* @end */
/* @group header */
#header {
	background-image: url(/v1/images/header_bg.png);
	width: 954px;
	height: 294px;
	position:relative;
}
#header_top_left {
	float: left;
	text-align: left;
	color: #fff;
	font-size: 0.8em;
	padding-top: 12px;
}
#header_top_right {
	float: right;
	padding-top: 7px;
}
#header_left {
	float: left;
	width: 340px;
	text-align: center;
	padding-top: 60px;
	color: #fff;
	position:relative;
}

#header_left img {
	border:none; 
}

#header_left h1 {
	padding-top: 20px;
}
#header_left h2 {
	font-size: 0.8em;
}
#header_right {
	float: right;
	padding: 12px 10px 0 0 ;
	width: 542px;
	position:relative;
	height:241px;
}
/* @end */

/* @group slider */
.slider_left {
	float: left;
	width: 267px;
	text-align: left;
	color: #c5ccd2;
	font-size: 0.8em;
}
.slider_left h1 {
	color: #e77817;
	font-size: 1.2em;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.slider_left p {
	padding-left: 20px;
}

.slider_left p a {
	color: #c5ccd2;
	text-decoration:none;
}

.slider_left p a:hover {
	color: #e77817;
}

.slider_right {
	float: right;
	width: 230px;
}
#slider{}	
#slider ul, #slider li{
	list-style:none;
	}
#slider li{ 
	width:513px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:14px;
	height:34px;
	position:absolute;
	left:-14px;
	top: 105px;
	}	
#nextBtn{ 
	left:513px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(/v1/images/btn_l.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(/v1/images/btn_r.png) no-repeat 0 0;	
	}
/* @end */
/* @group menu */
#menu {
	width:100%;
	font-size: 0.8em;
	color:#000;
	line-height:normal;
	padding-top: 12px;
}
#menu img {
  	margin:0;
  	padding: 12px 10px 0 0;
	border:none;
  }
#menu ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("/v1/images/tab.png") no-repeat left top;
  margin:0 6px 0 0;
	padding: 0 0 2px 10px;
}
#menu a {
  float:left;
  display:block;
  width:1em;
  background:url("/v1/images/tab.png") no-repeat right top;
  padding:10px 19px 10px 10px;
  text-decoration:none;
  color:#41454c;
  }
#menu > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#41454c;
  }
#menu #current {
  background-position:0 -150px;
  }
#menu #current a {
  background-position:100% -150px;
  padding:10px 19px 10px 10px;
  color:#41454c;
  }
#menu li:hover, #menu li:hover a {
  background-position:0% -150px;
  color:#41454c;
  }
#menu li:hover a {
  background-position:100% -150px;
  }
/* @end */
#sucheform {
	float: right;
	background: url("/v1/images/tab.png") no-repeat left top;
	width: 202px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sucheform form {
	background: url("/v1/images/tab.png") no-repeat right top;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 2px;
}
#sucheform ul {
	list-style: none;
}
#sucheform li {
	float: left;
	margin-right: 3px;
}
#sucheform_input {
	width: 134px;
	background: url(/v1/images/suche_input_bg.png) no-repeat;
	height: 21px;
	border-style: none;
	text-indent: 30px;
	line-height: 21px;
	padding-top: 5px;
	font-style: italic;
}
/* @group content */
#content {
	background-color: #fff;
	font-size: 0.8em;
	text-align: left;
}
#content_inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
}
#content_inner_left {
	width: 340px;
	float: left;
}

#content_inner_right {
	float: right;
	width: 543px;
	color: #545454;
}

#content_inner_right p a {
	color: #28166f;
	text-decoration:none;
}

#content_inner_right p a:hover {
	color: #e77817;
}

#content_inner_right img {
	background:#FFF;
	border:1px solid #CBCBCB;
	margin:2px;
	padding:2px;
}

#content_inner_right h1 {
	color: #b98500;
	font-size: 1.4em;
	padding-top: 17px;
}
#content_inner_right h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}
#content_inner_right p {
	padding-top: 0;
	padding-bottom: 6px;
	line-height: 1.6em;
}

/* FULL */

#content_inner_full_right {
	float: right;
	width: 883px;
	color: #545454;
}

#content_inner_full_right img {
	background:#FFF;
	border:1px solid #CBCBCB;
	margin:2px;
	padding:2px;
}

#content_inner_full_right h1 {
	color: #b98500;
	font-size: 1.4em;
	padding-top: 17px;
}
#content_inner_full_right h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}
#content_inner_full_right p {
	padding-top: 0;
	padding-bottom: 6px;
	line-height: 1.6em;
}

/* @group content boxen */
.box_1 {

}
.box_1_oben {
	background: url(/v1/images/box1_oben.gif) no-repeat center top;
	width: 339px;
	height: 20px;
}
.box_1_unten {
	width: 339px;
	background: url(/v1/images/box1_unten.gif) no-repeat center bottom;
	color: #545454;
	padding-bottom: 20px;
}

.box_1_unten img {
	background:#FFF;
	border:1px solid #CBCBCB;
	margin:2px;
	padding:2px;
}

.box_1_unten h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-left: 20px;
}
.box_1_unten h3 {
	font-size: 1em;
	margin-bottom: 15px;
	font-weight: 100;
	padding-left: 20px;
}
.box_1_unten p {
	font-style: italic;
	padding: 2px 20px;
}

.box_1_unten p a {
	color: #28166f;
	text-decoration:none;
}

.box_1_unten p a:hover {
	color: #e77817;
}

.box_2 {
}

.box_2_oben {
	background: url(/v1/images/box2_oben.gif) no-repeat center top;
	width: 339px;
	height: 20px;
}

.box_2_unten {
	width: 339px;
	background: url(/v1/images/box2_unten.gif) no-repeat center bottom;
	color: #545454;
	padding-bottom: 20px;
}

.box_2_unten img {
	background:#FFF;
	border:1px solid #CBCBCB;
	margin:2px;
	padding:2px;
}

.box_2_unten h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-left: 20px;
}

.box_2_unten h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
	padding-left: 20px;
}

.box_2_unten p {
	font-style: italic;
	padding: 2px 20px;
}

.box_2_unten p a {
	color: #28166f;
	text-decoration:none;
}

.box_2_unten p a:hover {
	color: #e77817;
}

.box_3 {
	float: left;
}
.box_3_oben {
	/*background: url(/v1/images/box3_oben.gif) no-repeat center top;*/
	height: 20px;
	width: 262px;
}

.box_3_unten {
	/*background: url(/v1/images/box3_unten.gif) no-repeat center bottom;*/
	width: 262px;
}

.box_3_unten h2 {

}

.box_3_unten p {
	padding: 20px;
}

.box_3_unten p a {
	color: #28166f;
	text-decoration:none;
}

.box_3_unten p a:hover {
	color: #e77817;
}

.box_3_unten #twitter {
	text-align:center;
}

.box_3_unten #twitter a {
	color: #28166f;
	text-decoration:none;
}

.box_3_unten #twitter a:hover {
	color: #e77817;
}

.box_3_unten #twitter a img {
	background:#FFF;
	border:none;
	margin:10px;
	padding:0;
}

.box_3_unten #wordpress {
	text-align:center;
}

.box_3_unten #wordpress a {
	color: #28166f;
	text-decoration:none;
}

.box_3_unten #wordpress a:hover {
	color: #e77817;
}

.box_3_unten #wordpress a img {
	background:#FFF;
	border:none;
	margin:10px;
	padding:0;
}

/* @end */
/* @end */
/* @group footer */
#footer {
	
}
#footer_oben {
	background: url(/v1/images/footer_oben.gif) no-repeat center top;
	height: 20px;
	width: 942px;
	margin-top: 20px;
}
#footer_unten {
	background: url(/v1/images/footer_unten.gif) no-repeat center bottom;
	width: 942px;
	color: #4f6d86;
	text-align: left;
	padding-bottom: 60px;
}
#footer_left {
	width: 370px;
	font-size: 0.7em;
	float: left;
	padding-left: 20px;
}
#footer_left ul {
	float: left;
	list-style-type: none;
}
#footer_left li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer_right {
	float: right;
	padding-right: 20px;
}
#footer_right li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#quickmail {
}
#quickmail ul {
	list-style-type: none;
}
#quickmail_input {
	float: left;
	width: 260px;
}
#quickmail_input h1{
	font-size: 1em;
	float: left;
}
.quickmail_input_bg {
	height: 28px;
	width: 242px;
	background: url(/v1/images/quickform_input_bg.gif) no-repeat;
}
.quickmail_textarea_bg {
	height: 130px;
	width: 261px;
	background: url(/v1/images/quickform_textarea_bg.gif) no-repeat;
}
#quickmail_input input {	
	border: none;
	color: #545454;
	font-family: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
	margin: 6px 10px 3px;
}
#quickmail_textarea {
	float: right;
	padding-top: 10px;
}
#quickmail_textarea textarea{
	border: none;
	color: #545454;
	font-family: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: italic;
	margin: 10px;
	width: 250px;
	height: 110px;
}

/* @group footer_nav */
#footer_nav {
	margin-top: 15px;
	text-align: left;
}
#footer_nav_left {
	width: 359px;
	float: left;
	padding-left: 20px;
}
#footer_nav_right{
	float: left;
	color: #c1c1c1;
	font-size: 0.7em;
	padding-top: 8px;
} 
#footer_nav_right a {
	color: #c1c1c1;
	text-decoration: none;
}
#footer_nav_right a:hover {
	color: #4f6d86;
}
/* @end */
/* @end */
/* Internas */
#menu_interno_left {
	width: 170px;
	float: left;
}

#menu_interno_left #current {
  	background-color:#CCC;
}

#menu_interno_left #current a {
  	padding:10px 19px 10px 10px;
  	color:#41454c;
}
  
#menu_interno_left ul {
	list-style: none;
	font-size: 11px;
	background: #e7e7e7;
	margin-top: -4px;
	margin-bottom: -7px;
}

#menu_interno_left ul li {
	border-bottom: 1px solid #fff;
	padding: 4px;
	padding-bottom: 7px;
}

#menu_interno_left ul li:hover, #menu_interno_left ul li.hover {
	background-color: #ccc;
}

#menu_interno_left ul li a {
	text-decoration: none;
	color: #000;
}

#menu_interno_left ul li a:hover {
	text-decoration: none;
}

.box_1_oben_interna {
	background: url(/v1/images/box1_oben.gif) no-repeat center top;
	width: 170px;
	height: 20px;
}

.box_1_unten_interna {
	width: 170px;
	background: url(/v1/images/box1_unten.gif) no-repeat center bottom;
	color: #545454;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}

#content_interno_right {
	float: right;
	width: 713px;
	color: #545454;
}
#content_interno_right img {
	background:#FFF;
	border:1px solid #CBCBCB;
	margin:2px;
	padding:2px;
}

#content_interno_right h1 {
	color: #b98500;
	font-size: 1.4em;
	padding-top: 17px;
}
#content_interno_right h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 20px;
}
#content_interno_right p {
	padding-top: 0;
	padding-bottom: 6px;
	line-height: 1.6em;
}

#content_interno_right  ul {
	list-style: circle;
	margin: 14px 0 14px 14px;
	padding: 0 0 0 14px;
}
	
#content_interno_right  ul li {
	padding: 4px 4px 7px 4px;
}

/*SLIDE LOGIN*/
#slide-panel{ background-color:#000;border-bottom-style:solid;border-bottom-width:2px;display:none;height:100px;margin:auto;}

.slide {width:940px; margin:auto; height: 4px;}

.btn-slide:link, .btn-slide:visited{
  color:#000; 
  float:right; 
  display:block;
  font-size:10px;  
  font-weight:bold;
  height:12px; 
  padding:2px 0 2px 0;
  line-height:16px;
  text-align:center;
  text-decoration:none;
  width:40px; 
   
  font-family:Arial;
  }

.loginform {width:950px; margin:auto;  color:#999; font-family:Arial, Helvetica, sans-serif;}

.formdetails {color:#FFF; font-size:12px;padding:5px;}

.formdetails input{border:none; padding:2px 5px 2px 5px; background-color:#EFEFEF;}

.loginregister {color:#999; padding:5px;}

.loginregister a:link, .loginregister a:visited {color:#FFF; font-size:11px; text-decoration:underline;}

.loginform h2 {padding:10px 10px 10px 0; font-size:18px; font-weight:normal; text-transform:uppercase;}

.loginform ul li {display:inline;}

.loginform ul li a:link, .loginform ul li a:visited {color:#FFF; font-size:12px; text-decoration:underline;}


a#homeLogo  {
	margin-left:50px;
	width:250px; 
	height:100px; 
	text-indent:-3000px; 
	background:url(/v1/images/logo_rokas.png) 0 0 no-repeat; 
	display:block; 
	z-index:2; 
}
a#homeLogo span { 
	float:left;
	display:block;
	background-image:url(/v1/images/logo_rokas.png); 
	background-repeat:no-repeat;
}
.clear { clear:both; }
