/* basic */ 

body {
	margin: 0px;
	padding: 0px;
	font: 11px/1.3 Tahoma, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: justify;
	color: #000000;

}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }

a { text-decoration: underline }

a img, :link img, :visited img { border: none }


/* layout */

#wrapper { 
	background: none;
	width: 100%;
}


#content {
	margin: 0px;
	width: 100%;

}

#header_print {
	width: 100%;
	display: block;
}

#header, #image, #spacer, #menu, #sidebar, #bottom, #langmenu, #keres, .headmenu {
	display: none;
}

#main {
	width: 100%;
	padding-bottom: 10px;
	background: none;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: right;
	background: none;
	font-size: 10px;
	color: #1b5ea8;
}


/* text */ 

a { color: #1b5ea8; }

a:hover { text-decoration: underline; }

h1 {
   color: #1b5ea8;
   font-size: 13px;
   font-weight: bold;
   text-align: left;
   margin-top: 20px;
   margin-bottom: 15px;
}

h1:after { 
	content: url("img/h1_tail.gif");
	margin-left: 5px;
}

h2 {
   color: #1b5ea8;
   font-weight: bold;
   margin-left: 0px;
   margin-top: 10px;
   margin-bottom: 5px;
}

h3 {
   font-weight: bold;
   margin-left: 0px;
}


td {
	font: 11px/1.5 Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 0px;
}

p {
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
}

#main ul {
   margin-bottom: 5px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left: 15px;
   list-style: square;
} 

#main ul.nobullet {
   padding-left: 0px;
   list-style: square;
} 

#main .kopf { 
	padding: 5px;
	color: #000000;
	background: #ffffff url(img/sidebar_bg.gif) repeat-x top;
}

.yell { 
   	color: #fdbd41;
}

.more { 
   text-align: right;
   margin-bottom: 0px;
}

.megj {
	font-style: italic;
}

#sidebar .more { 
   background: url(img/dots.gif) no-repeat left bottom;
   margin-bottom: 5px;
}


/* img */ 

.flleft {
	float: left;
	margin: 10px;
	margin-left: 0px;
	border: 1px solid #4a4a4a;
}

.flright {
	float: right;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #4a4a4a;
}

/* frame */ 

.bluebox {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	background: url(img/box_side.gif) repeat-y center left;
}

.bluebox h2 {
	margin-top: 3px;
}


.oranjebox {
	margin: 20px;
	padding: 10px;
	border: 1px solid #fdbd41;
}

/* form */ 

.regform label, .regform input, .regform textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

.regform label {
	text-align: right;
	width: 150px;
	margin-right: 10px;
}

.regform input, .regform textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #1b5ea8;
	background: #f0f4f9;
	border: 1px solid #acc4e0;
}

.checkbox input {
	margin-left: 135px;
	margin-right: 10px;
}

.submit input {
	margin-left: 210px;
	width: 100px;
	height: 26px;
	color: #1b5ea8;
	background: #dae5f1;
	border: 2px outset #1b5ea8;
} 









/* lista */ 

.list_label, .list_label_on {
   margin-top: 5px;
   margin-left: 20px;
   color: #1b5ea8;
   cursor: pointer;
}

.list_label:hover {
   text-decoration: underline ;
   color: #fdbd41;
}

.list_label_on {
   text-decoration: underline ;
}

/* clear */ 

br {
	clear: left;
}

br.clear { clear: both; }

