/*
# CSS Definition File 2006
# web.Solutions
*/
	
body {
	padding:			0px;
	margin:				0px;

	font-family:		Verdana, Arial;
	font-size:			12px;
	color:				#484848;
	
	background-color:	#FFFFFF;
}

label {
	width:				90px;
	clear:				both;
	float:				left;
	display:			block;
	padding-right:		5px;
	padding-top:		5px;
	padding-left:		10px;
}

form {
	padding:			0;
	margin:				0;
	}

form label {
	color:				#0B697D;
	}

input  {height:				15px; }

input, textarea {
	float:				left;
	display:			block;
	background-color:	#8A8A8A;
	color:				#FFFFFF;
	font-size:			11px;
	font-family:		'Verdana';
	border:				1px solid #2C2C2C;
	}

a { color: #1975A8; text-decoration: none; }

#kontener {
	margin:				0;
	width:				1000px;
	}

#header {
	float: left;
	width:				1000px;
	margin:				0;
	padding:			0;
	height:				133px;
	background:			URL('/images/header.jpg') #000000 repeat-x;
	
	}


#menu {
	width:				1000px;
	float:				left;
	margin:				0;
	padding:			0;
	background-color:	#000000;
	}

#menu UL {
	float:				left;
	list-style-type:	none;
	text-align:			center;
	margin:				0;
	padding:			0;
	}

#menu UL LI {
	float:				left;
	margin:				2px 2px 0 0;
	padding:			0;
	list-style-type:	none;
	height:				26px;
	background:			URL('/images/menubg.jpg') repeat-x;
	}

#menu UL a {
	width:				119px;
	float:				left;
    display:			block;
    margin:				0;
	height:				21px;
	padding-top:		5px;
	text-decoration:	none;
	color:				#FFFFFF;
	font-family:		Arial;
	font-size:			13px;
	font-weight:		bold;
}

#menu UL a:hover { color: #C9C9C9;  }

#content_kontener {
	float:				left;
	width:				890px;
	min-height:			500px;
	margin:				0;
	color:				#4C4C4C;
	font-family:		Verdana, Arial;
	background:			URL('/images/index_14.jpg') repeat-y;
	}

#content {
	margin:				0;
	color:				#4C4C4C;
	font-family:		Verdana, Arial;

	}

#content_box {
	float:				left;
	width:				1000px;
	margin:				0;
	color:				#4C4C4C;
	font-family:		Verdana, Arial;
	background:			URL('/images/content_bg.jpg') repeat-y;
	min-height:			608px;
	}

* html #content_box {
	height: 646px;
}

#content_box H3 { color: #BD0424; font-size: 18px; margin: 0; padding: 0; }
#content_box .LINE { height: 5px; width: 150px; border-bottom: 5px solid #FBE5A9; margin-bottom: 10px; }

#content_box_right a { font-weight: bold; color: #F3991D; text-decoration: none; }

#left_col {
	float:				left;
	width:				200px;
	padding:			0;
	margin:				0;
	background:			URL('/images/leftbg.jpg') repeat-y;
	}

#left_col #left_top {
	width:				200px;
	padding:			0;
	margin:				0;
	height:				51px;
	font-family:		Verdana, Arial;
	background:			URL('/images/lefttop.jpg') no-repeat;
	}

#left_col .title {
	float:				left;
	width:				193px;
	background:			URL('/images/h3bg.jpg') repeat-x;
	height:				20px;
	}


#left_col h3 {
	float:				left;
	color:				#FFFFFF;
	font-size:			13px;
	height:				20px;
	padding:			3px 0 0 20px;
	}

#left_col UL {
	width:				193px;
	float:				left;
	list-style-type:	none;
	margin:				0 0 20px 0;
	padding:			0;
	}

#left_col UL LI {
	width:				193px;
	float:				left;
	margin:				0;
	padding:			0;
	list-style-type:	none;
	height:				24px;
	background:			URL('/images/left_li_bg.jpg') repeat-x;
	}

#left_col UL a {
	float:				left;
    display:			block;
    margin:				0;
	padding:			5px 0 0 25px;
	text-decoration:	none;
	color:				#454545;
	font-family:		Arial;
	font-size:			12px;
	background:			URL('/images/left_li.jpg') no-repeat 16px 10px;
}

#left_col .last { clear: both; height: 150px; }

#right_col {
	float:				right;
	width:				247px;
	padding:			0;
	margin:				0;
	font-family:		Verdana, Arial;
	color:				#000000;
	background:			URL('/images/rightbg.jpg') repeat-y;
	}

#right_col .title {
	float:				right;
	width:				240px;
	background:			URL('/images/h3bg.jpg') repeat-x;
	height:				28px;
	text-align:			center;
	}

#right_col h3 {
	color:				#FFFFFF;
	font-size:			11px;
	margin:				0;
	padding:			6px 0 0 0;
	}

#right_col .main {
	margin:				5px 5px 20px 10px;
	}

#real_content {
	width:				553px;
	float:				left;
	padding:			0;
	margin:				0;
	font-family:		Verdana, Arial;
	color:				#484848;
	}

#real_content H1, H2, H3, H4, H5 { margin: 0; padding: 5px 0 0 10px; }
#real_content H2 { font-size: 16px; }
#real_content H3 { font-size: 15px; }
#real_content .title { font-size: 18px; padding: 5px; }
#real_content H4 { font-size: 14px; }
#real_content H5 { padding: 0 0 0 10px; font-size: 11px; font-weight: bold; }

#real_content .navigation { margin: 4px 0 3px 0; font-size: 12px; font-weight: bold; color: #D1196C; }

#real_content a { color: #1975A8; text-decoration: none; }

#real_content LI {
	list-style-type:	none;
	list-style-position: inside;
	list-style-type:	square;
	color:				#D20001;
	}

#main {
	padding:			3px;
	}

#main h3 {
	width:				170px;
	height:				23px;
	padding:			5px 0 0 5px;
	margin:				0 0 0 0;
	font-size:			12px;
	color:				#FFFFFF;
	background:			URL('/images/mainboxhead.jpg') no-repeat;
	}

.box {
	float:				left;
	padding:			20px 2px 0 5px;
}

.box p {
	width:				170px;
	clear:				both;
	padding:			0;
	margin:				0;
	font-size:			11px;
	font-family:		Verdana, Arial;
	}

/* -------- [ SHADOW ] -------- */
.image-shadow {
	float: left;
	background: url('/images/shadowAlpha.png') no-repeat bottom right !important;
	background: url('/images/shadow.gif') no-repeat bottom right;
	margin: 0 0 0 17px !important;
	margin: 0 0 0 8px;
  }

.image-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
  }


#footer {
	clear:				both;
	margin:				20px 5px 5px 5px;
	background:	URL('/images/footerbg.gif') repeat-x;
	height:				28px;
	padding-left:		50px;
	}

#footer a { color: #888888; }

#footer UL {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 10px;
	}

#footer LI {
	float:				left;
	list-style-position: inside;
	list-style-type:	none;
	color:				#D20001;
	padding-right:		10px;
	background:			URL('/images/footerli.gif') no-repeat left bottom;
	padding:			0 15px 0 15px;
	}

/* hibaaa*/

#system_message {
	background:			URL('/images/system_message.png') no-repeat;
	width:				372px;
	height:				178px;
	color:				#000000;
	margin:				0 auto 0 auto;
	}

#system_message .msg {
	width:				340px;
	padding:			60px 15px 0 15px;
	}
