body {
	padding: 0px; 
	background: #DCDEE1; 
	margin: 10px; 
	font-family : Arial, Geneva, Helvetica, sans-serif;
	text-align: center; 
	font-size: 11px;
	color:#000;
	font-weight: normal;
}

.clear {clear: both;display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px;}
.clearer {clear: both;display: block; font-size: 0px; margin: 0px; line-height: 0px; height: 0px;}

hr {
	border-bottom: #ccc 1px dashed;
	padding:0px;
	margin:0px;
	height:1px;
}

h1 {
	color: #77787C;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 0px;
 }


h2 {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:13px;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 0px; }

h3 {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:12px;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 0px;
 }

h4, .headline {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size:13px;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 0px;
 }


p{
	padding:0px;
	margin:0px;
}

input, textarea, select, td {
	font-family : Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}


/* hidey ho --------------------------- */
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 
}

/* Utan um efni --------------------------- */

#container-wrapper { 
	margin: 0px auto; 
	width: 800px;
} 

#header {
	border: 1px #5F666E solid;
	padding:3px;
	background:#fff;
	height:64px;
}

.logo {
	height:54px;
	padding:10px 0px 0px 33px;
	
}

.logo, #topbar {
	float:left;
	background:#ECECEC;
}

.slogan {
	float:left;
	background:#ECECEC;
	width:264px;
	height:46px;
	padding:18px 0px 0px 20px;
	border: 0px solid black;
}

#topbar {
	text-align: right;
	padding-top: 18px;
	margin:0px;
	width:250px;
	height:47px;
	float: right;
	border: 0px solid black;
}

html>body #topbar {
	text-align: right;
	padding-top: 18px;
	width:250px;
	margin:0px;
	height:44px;
	float: right;
}

#topbar ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#topbar ul li {
	display: inline;
	list-style-type: none;
	margin:0px 12px 0px 0px;
	text-transform: uppercase;
}

#topbar a:link, #topbar a:visited
{
	color: #737373;
	text-decoration: none;
}

#topbar a:hover
{
color: #737373;
text-decoration: underline;
}

.banner1, .banner2 {
	float:left;
	margin-bottom:4px;
}
.banner1 {
	margin-right:4px;
}

#cont {
	border: 1px #5F666E solid;
	padding:3px;
	background:#fff;
	margin-top:10px;
}

#left_col {
	width:220px;
	float:left;
	margin:0px 16px 0px 0px;
	text-align:left;
}

#center_col {
	float:left;
	width:322px;
	text-align:justify;
	margin:0px 14px 0px 0px;
	_height: 380px;
	min-height: 380px;
}
#center_col2 {
	float:left;
	width:540px;
	text-align:justify;
	margin:0px 14px 0px 0px;
	_height: 380px;
	min-height: 380px;
}
#right_col {
	width:218px;
	float:left;
	margin:0px;
}

#footer {
	margin-top:10px;
	border: 1px #5F666E solid;
	padding:11px 3px 4px 23px;
	background:#fff url('/img/footer.gif') repeat-x;
	height:35px;
	text-align:left;
	color:#5B5B5B;
}

html>body #footer {
	height:18px;	
}

/* leiğarkerfiğ ------------------*/
#nav {
	font-weight:normal;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav a
{
	display: block;
	padding: 2px 2px 2px 20px;
	color:#fff;
	text-decoration: none;
	background:#C2C1C1;
	margin:1px 0px 1px 0px;
	width:220px;
}

html>body #nav a
{
	width:198px;
}



#nav ul li ul li a:hover, #nav ul li ul li a:link#current, #nav ul li ul li a:visited#current
{
	color:#000;
	padding: 2px 2px 2px 30px;
	background:#efefef;
	width:193px;
	margin-left:5px;

}

#nav a:link, #nav a:visited
{
	color: #5D5B5C;
	text-decoration: none;
}

#nav a:hover, #nav a:link#current
{
	color:#fff;
	background:#999;
	margin:1px 0px 1px 0px;

}

#nav ul li ul li a
{
	color:#666;
	padding: 2px 2px 2px 30px;
	background:#efefef;
	width:193px;
	margin-left:5px;
}

/* firefox */
#nav ul ul li a
{
	color:#666;
	padding: 2px 2px 2px 30px;
	background:#efefef;
	width:183px;
	margin-left:5px;
}
#nav ul ul li a:hover, #nav ul ul li a:link#current, #nav ul ul li a:visited#current
{
	color:#000;
	padding: 2px 2px 2px 30px;
	background:#efefef;
	width:183px;
	margin-left:5px;

}

a:link { color: #0070B8;text-decoration	: none; }
a:visited {color: #0070B8;text-decoration: none; }
a:hover {color: #434142;text-decoration: none; }
a:active {color: #0070B8;text-decoration: none; }

#footer a:link { color: #5B5B5B;text-decoration	: none; }
#footer a:visited {color: #5B5B5B;text-decoration: none; }
#footer a:hover {color: #000;text-decoration: none; }
#footer a:active {color: #5B5B5B;text-decoration: none; }

/* login */
#login {
	background:#B7B7B7;
	width:188px;
	color:#fff;
}

html>body #login {
	width:220px;
}

#login td{
	color:#fff;
	text-align:right;
}

#login table {
border-left: 1px #828282 solid;
border-right: 1px #828282 solid;
border-bottom: 1px #828282 solid;
}

#login form {
	padding:5px;

}

#login input {width:120px;}
.logintitle {
	font-weight:bold;
	text-align:center;
	border: 1px #828282 solid;
	width:188px;
	padding:5px;

}

html>body .logintitle {
	width:auto;
}
