/*  GARM NORDIC CMS CSS SETTINGS

----------------------------------------------- */

@import "pages/all.php";
@import "modules/all.php";

/****** General site settings *******/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	padding: 3px 0 10px 0;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
}
body {
	height: 100%;
	background-image: url('../../gfx/site-bg.gif');
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	font-family: "Trebuchet MS", Georgia;
	font-size: 13px;
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
}
/******* End general site settings ********/

/******* Head & submenu ************/
div#head {
	padding: 45px 0 30px 0;
	width: 300px;
}
div#head h1 {
	text-indent: -9999px;
	background: url('gfx/site/site-logotype.gif') no-repeat;
	height: 38px;
	
}

div#foot {
	clear: both;
	width: 670px;
	padding: 30px 0 50px 0;
}
div#foot ul {
	float: left;
	list-style-type: square;
	list-style-position: inside;
	margin: 0 50px 0 2px;
}
div#foot li {
	font-size: 11px;
	padding: 0 0 4px 0;
	color: #575b5c;
}
div#foot a {
	color: #575b5c;
}
div#foot a:hover {
	text-decoration: underline;
}


div#sitemap {
	padding: 0 0 15px 0;
}
div#sitemap a {
	text-decoration: underline;
	color: #494646;
}
div#sitemap a:hover {
	text-decoration: none;
}	

.float-left {
	float: left;
}
div.error-msg {
	border: 1px solid #db4646;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px 0;
	background: #f29b9b;
	color: #960909;
}
div.success-msg {
	border: 1px solid #91a06f;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px 0;
	background: #d9e6be;
	color: #362e2e;
}
.pictures_list em {
	
}
.imgmiddle {
	vertical-align: middle;
}
.dropdown {
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
}
.show_pictures {
	background-color: #efefef;
	padding: 7px;
}
.pic_for_site {
	padding:5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	border: 1px solid #ccc;
}
.user_accounttype {
	font-size: 11px;
	font-style: italic;
	color: #777;
}

