/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #f57b28;}
a:hover {color: #ec9153;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #222222;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
	padding: 0;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
		white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 0px; color: #ffffff; margin-bottom: 0px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	position: relative;
	background: #0e1215;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0;
	width: 830px;
}

.outer-container {
	background: #222222;
	position: relative;
}
.crack1 {
	background: url('sidadmin/bildbanken/Image/Design/crack1.gif') no-repeat;	
	position: absolute;
	width: 60px;
	height: 270px;
	top: 400px;
	left:0px;

}
.crack2 {
	background: url('sidadmin/bildbanken/Image/Design/crack2.gif') no-repeat;	
	position: absolute;
	width: 60px;
	height: 322px;
	top: 200px;
	right:0px;
}
/* headere & title */
.header {
	background: #0e1215 url('sidadmin/bildbanken/Image/Design/head.jpg') no-repeat;
	height: 327px;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: bolder normal 3em "Comic Sans MS";
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
.head_menu {
	float:right;
	margin: 80px 80px 0 0;
}
.head_menu a {
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
}
.head_menu a:hover {
	text-decoration: underline;
}

/* path */
.path {
	background: #0e1215 url('sidadmin/bildbanken/Image/Design/path.jpg') no-repeat;
	height:34px;
	color: #FFF;
	font: normal 1.5em Verdana,sans-serif;
	padding: 10px 0 0 74px;
	line-height: 25px;
	/*display:inline;*/
}
.path a {
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;	
	padding: 0 8px 0 3px;
	margin: 2px 0 0 0;
}
.path a:hover {
	background: url('sidadmin/bildbanken/Image/Design/path_hov.gif') repeat-x;		
	text-decoration:none;
	padding: 3px 8px 4px 3px;
}
/* main */
.main {
	background: #0e1215 url('sidadmin/bildbanken/Image/Design/main.jpg') repeat-y;
	padding: 8px 12px 0 0;
	min-height: 400px;
}

/* content */
.content {
	float: left;
	width: 340px;
	margin: 0 0 0 75px!important;
	margin: 0 0 0 37px;	
	color:#949494;
	font-family: "Lucida Sans Unicode",sans-serif;
}
.content2 {
	float: left;
	width: 680px;
	margin: 0 0 0 75px!important;
	margin: 0 0 0 37px;
	color:#949494;
	font-family: "Lucida Sans Unicode",sans-serif;
}
.content .descr {
	color: #ffffff;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 340px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* footer */
.footer {
	background: #0e1215 url('sidadmin/bildbanken/Image/Design/bottom.jpg') no-repeat;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	padding: 0;
	height: 75px;
}
.bottom {
	float:left;
	height:17px;
	width: 770px;
	background: #000000;
	color: #ffffff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
	text-align: center;
}
.admin_link {
	float:right;
	width: 60px;
	background: #000000;
	height: 19px;
	padding: 1px 0 0 0;
}
.admin_link a {
	color:#949494;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.admin_link a:hover {
	text-decoration: underline;
}