/**
 * Filename: style.css
 * @title A-skat.com
 * @description Standard tema
 * @placeholder <u><b>Placeholder 1</b></u>:<br /><i>Findes aller øverst på sitet</i>.
 * @placeholder <u><b>Placeholder 2</b></u>:<br /><i>Findes nederst i højre sidebar</i>.
 */

body {
	margin: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 62.5%;
	background: #E8E6D1;
	color: #304D5C;
}

a:link, a:visited {
	color: #005A98;
}

a:active, a:hover {
	text-decoration: none;
}

/*** HEADERS ***/
#header1 {
	font-size: 1.1em;
	border-bottom: 3px solid #8D8B73;
}

#header1 a:link, #header1 a:visited {
	color: #005329;
}

#header2 {
	height: 120px;
	background: #317199;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#header2 .block {
	float: left;
}

#header2 #news {
	width: 260px;
	height: 100px;
	background: #C7DCE1;
	padding-top: 20px;
}

#header2 #news #news_content {
	width: 90%;
	margin: 0px auto;
	
	/*border: 1px solid blue;*/
}

#header3 {
	height: 12px;
	background: #317199 url("gfx/header2_bottom.jpg") bottom left no-repeat;
	border-bottom: 3px solid #fff;
}

#header1 .inner, #header2 .inner {
	width: 970px;
}


/*** BREADCRUMS ***/
#breadcrumbs {
	font-size: 1em;
	font-weight: bold;
	height: 15px;
	line-height: 20px;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
}

#breadcrumbs div {
	float: left;
	padding: 0px 0px 0px 5px;
	height: 15px;
}

#breadcrumbs div.last {
	
}


/*** MAIN CONTAINER ***/
#container {
	background: #fff;
	width: 970px;
	
	/*border: 1px solid #005A98;*/
}


/*** SIDEBAR ***/
#sidebar {
	float: left;
	width: 162px;
	padding: 5px;
	
	/*border: 1px solid blue;*/
}

#sidebar a {
	color: #414753;
	display: block;
	font-weight: bold;
	/*height: 20px;*/
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
	background: url("gfx/menu_bg.gif") left center;
	border-right: 2px solid #ABCDD6;
}

#sidebar a:hover {
	color: #000;
}

#sidebar a.active {
	color: #000;
	background: url("gfx/menu_selected_bg.gif") left center;
	border-right: 2px solid #C0C1AE;
}

#sidebar a.subactive {
	color: #000;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 1px 0px 2px;
}

#sidebar ul li.sub a {
	padding-left: 25px;
	background-image: none;
	border: none;
	border-bottom: 1px dotted;
}

#sidebar #links a {
	display: inline;
	border: none;
	padding: 0px;
	background: none;
}

#sidebar #contact {
	color: #000;
	background: #C7D2C4;
	border: 1px solid #C6C2AF;
	margin-top: 10px;
	padding: 0px 5px;
}

#sidebar #contact .aktino {
	font-weight: bold;
	font-style: italic;
	color: #304D5C;
}

#sidebar #contact a {
	display: inline;
	border: none;
	padding: 0px;
	font-weight: normal;
	background: none;
}

/*** SEARCH ***/
#search {
	text-align: center;
	clear: both;
	
	/*border: 1px solid blue;*/
}

#search form {
	margin: 0px;
	padding: 0px;
}


/*** CONTENT ***/
#content {
	float: left;
	width: 585px;
	padding: 0px 20px;
	font-size: 1.2em;
	
	/*border: 1px solid green;*/
}

h1, h2, h3, h4 {
	color: #8D8B73;
}

h1 {
	font-size: 1.6em;
	border-bottom: 2px solid #8D8B73;
	color: #304D5C;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

/*** SIDEBAR RIGHT ***/
#add {
	float: right;
}

#add p {
	margin: 0px;
	padding: 0px;
}


/*** FOOTER ***/
#footer {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #005A98;
	font-size: 1em;
	
	/*border: 1px solid purple;*/
}

#footer a {
	color: #fff;
}


/*** FORM ELEMENTS ***/
input, textarea, select {
	font-family: Verdana, Sans-Serif;
}

blockquote {
	font-style: italic;
	border-left: 2px #414042 solid;
	margin-left: 10px;
	padding-left: 10px;
}

pre {
	margin: 0px auto;
	border: #000000 1px dotted;
	padding: 10px;
	color: #414042;
	background: #f7f7f7;
	font-family: "Courier New" , Monospace;
	text-align: left;
	width: 97%;
	max-height: 600px;
	overflow: auto;
}


/*** OTHERS ***/
.message {
	background: #B2DBA8 url("gfx/icons/accept.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin: 5px 0px;
}

.error {
	background: #F6836B url("gfx/icons/exclamation.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 5px 0px;
}

hr.clear, div.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}
