/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

h1,h2,h3,.fancy {
color:#3d576a;
}

html {
}
body {
	background: #282D30 url('../design/bg_header.jpg') no-repeat;
	margin: 10px auto 0px auto;
	color:#222;
}


.wrapper {
/*
	background: #ccc url('/design/bg_2.png') repeat top left;
*/
margin:0px 0px 0px -10px;
}

.container {
	background:#fff;
}


a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

.center { text-align: center; }
.right { text-align: right; }
.hidden { display: none; }
.fleft { float: left; }
.fright { float: right; }
.strong { font-weight: bold; }

.cikksep { 
	background:url('../design/main_tabber.jpg') center top no-repeat;
	height:35px;
	width:100%;
}

.clear { width: 0px; height: 0px; clear: both; }


/**************************************/
/*              HEADER                */
/**************************************/

#header {

	padding:0;
	margin:0;
}

#h_left {
	width:187px;
	background: #ddd url('../design/header_left.jpg') no-repeat;
	height:185px;
	padding:0;
	margin:0;
	float:left;
}
#h_right {
	width:763px;
	height:185px;
	background: #aaa url('../design/header_right_01.jpg') no-repeat;
	padding:0;
	margin:0;
	float:left;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
#tabs {
	background: url(../design/bg_menu.png) top left no-repeat;
	height:35px;
}

#tabs ul {
	margin: 0;
	padding: 8px 10px 0px 10px;
	float:left;
}
#tabs li {
	list-style:none;
	padding:0px 0px;
	margin:0px 0px;
	display:inline;
}

#tabs a {
	font-family: Tahoma,"Liberation Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:1.1em;
	text-decoration:none;
	color:#fff;
	padding:0;
	margin:0;
}

#tabs a span {
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #3D576A url('../design/bg_tab.png') repeat-x;
}
#tabs a:hover span {
	background: #ddd url('../design/bg_tab_hover.png') repeat-x;
	padding:10px 0px 0px 0px;
	margin:0;
}

#tabs a:hover {
	color: #3D576A;
	margin:0;
	padding:0;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main {
	width:670px;
	padding:5px 20px 5px 5px;
}
#mainbox {
	padding:0px 0px 5px 0px;
	background:#ccc url('../design/bg_main.png') repeat-y;

}

#main_top {
	background: #ddd url('../design/top_main.png') no-repeat;
	height:16px;
}

#main_bottom {
	background: #aaa url('../design/main_bottom.jpg') no-repeat;
	height:15px;
}


#regform label.input {
	width: 200px;
	float:left;
}

#regform .input {
	width: 300px;
	float:left;
}
#regform .regmsg {
	display:inline;
	height:14px;
	padding:0px 5px 0px 5px;
	margin:0px 5px 0px 5px;
	text-align:center;
}


.cikk a, .cikk .date  {
	color:#3d576a;
}
.cikk .date {
	color:#97aab6;
}

.dokumentum {
	height:80px;
}

/**************************************/
/*            RIGHT CONTENT            */
/**************************************/

#right {
	min-height:500px;
}
#right ul{
	padding:0;
	margin:0;
}
.linkek li {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;

}



/**************************************/
/*               FOOTER               */
/**************************************/
#footer{
	background:#353C42 url('../design/bg_footer.jpg') no-repeat;
	height:125px;
}

#footer #text {
	padding-top:20px;
	color:#9EA2A5;
}
#footer #text #t{
	padding:0px 30px;
}


#footer a:link, #footer a:visited {
	color:#799eb9;
}
#footer a:hover, #footer a:active {
	color:#9EA2A5;
}

/**************************************/
/*              ADMIN                 */
/**************************************/

#amenu {
	float:left;
	height:35px;
	margin:0;
	padding:0;
}

#amenu li {
	list-style:none;
	float:left;
	padding:2px 10px;
}






