/*

	Barkowski Übersetzungsservice by Maurice Kühlborn
	-------------------------------------------
	Version: 1.0
	-------------------------------------------
	
	COLOURS
	-------------------------------------------
	#d3e0e8 - very light bluegrey
	#c0cdd5 - light bluegrey
	#507183 - medium bluegrey (text)
	#4e6f81 - Dark bluegrey
	#4d606a - Very dark bluegrey (text)
	#283d48 - Darkest bluegrey (headlines)
	
	#f7850b - Orange
	#d26402 - Orange (text)
	-------------------------------------------

*/


/* @group BASE
---------------------------------------------- */

body {
	font-family: Helvetica, Arial, Calibri, sans-serif;
	text-align: center;
	line-height: 1.25;
	background-color: #d3e0e8;
	color: #4d606a;
}

/* @end */


/* @group DEFAULT STYLING
---------------------------------------------- */

/* Typo */

h1 {
	font-family: Constantia, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #283d48;
}

h2 {
	margin: 1.5em 0 .5em;
	font-size: 14px;
	font-weight: normal;
}

#main h2 {
	font-size: 18px;
	font-family: Constantia, Georgia, Times, "Times New Roman", serif;
	color: #283d48;
}

#footer h2 {
	margin-top: 0;
}

h3 {
	margin: 1.5em 0 0;
	font-weight: bold;
	font-size: 14px;
}

p {
	margin: 1em 0 0;
}

hr {
	display: block;
	height: 14px;
	margin: 2em 0;
	border: none;
	background: #fff url(../img/hr.png) no-repeat center;
	color: #fff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: .8em;
}


/* Lists */

#main ul {
	position: relative;
	left: -1.25em;
	margin-top: 1em;
}

html > body #main ul {
	margin-left: -1.25em;
	left: 0;
}

#main ul li {
	padding: 0 0 .5em 1.25em;
	background: transparent url(../img/bullet.png) no-repeat left top;
}

#footer li {
	padding-top: .5em;
}

/* @end */


/* @group HYPERLINKS
---------------------------------------------- */

a {
	text-decoration: none;
}

a:link {
	color: #d26402;
}

a:visited {
	color: #608091;
}

a:hover, a:focus, a:active {
	color: #f7850b;
}

#main a {
	text-decoration: underline;
}

/* header */

#quick-contact a:link, #quick-contact a:visited {
	color: #c0cdd5;
}

/* navi */

#nav a:link, #nav a:visited {
	color: #d3e0e8;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #fff;
}

#nav .active a:link, #nav .active a:visited {
	color: #693802;
}

/* generic */

#main a.bdue {
	text-decoration: none;
}

#main a.bdue:link, #main a.bdue:visited {
	color: #608091;
}

/* footer */

#footer a:link, #footer a:visited {
	color: #507183;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

/* @end */


/* @group HELPER
---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.first, .append {
	margin-top: 0;
}

.section {
	margin-top: 2em;
}

/* @end */


/* @group LAYOUT
---------------------------------------------- */

#header {
	border-bottom: 5px solid #f7850b;
	font-size: 12px;
	background: #708fa0 url(../img/bg-header.png) repeat-x left bottom;
}

#quick-contact {
	line-height: 2.5;
	background-color: #507183;
	color: #c0cdd5;
}

#banner {
	width: 620px;
	padding: 3.5em 0 0;
	margin: 0 auto;
	background: transparent url(../img/header-portrait.png) no-repeat right bottom;
}

#logo {
	display: block;
	width: 258px;
	height: 68px;
	margin: 0 auto 3em;
	text-indent: -999em;
	background: transparent url(../img/barkowski-uebersetzungsservice-logo.png) no-repeat center;
}

#nav {
	width: 620px;
	margin: 0 auto;
	overflow: visible;
	font-size: 14px;
	height: 2.2em;
}

#nav li {
	display: block;
	float: left;
	padding-left: 5px;
	margin-right: 2px;
	line-height: 2.2em;
	background: transparent url(../img/nav-tab-left.png) no-repeat left -70px;
}

#nav li.active {
	background-position: left top;
}

#nav a {
	display: block;
	padding: 0 15px 0 10px;
	background: transparent url(../img/nav-tab.png) no-repeat right -70px;
}

#nav .active a {
	background-position: right top;
}

#main {
	padding: 3em 0 2em;
	font-size: 14px;
	text-align: left;
	background: #fff;
}

#footer {
	padding-bottom: 6em;
	font-size: 12px;
	text-align: left;
	color: #507183;
}

.content {
	width: 620px;
	margin: 0 auto;
}

#footer .content {
	height: 40px;
	padding: 2em 0;
	border-bottom: 1px solid #c0cdd5;
}

html > body #footer .content {
	height: auto;
	min-height: 40px;
}

/* @end */


/* @group ELEMENTS
---------------------------------------------- */

.messages {
	border: 1px solid #bdc68d;
	margin: 0 0 1em;
	padding: 5px 10px;
	background-color: #f2ffad;
}

.bdue {
	display: block;
	float: right;
	width: 160px;
	height: 55px;
	padding-top: 85px;
	margin-left: 20px;
	font-size: 12px;
	text-align: center;
	background: transparent url(../img/bdue-badge.png) no-repeat center top;
}

#footer .bdue {
	width: 170px;
	height: 40px;
	padding: 0 0 0 70px;
	margin: 0;
	text-align: left;
	background: transparent url(../img/bdue-logo-small.png) no-repeat 20px top;
}

#footerlinks {
	width: 100%;
	position: relative;
}

.linkgrid {
	clear: both;
	overflow: hidden;
}

.linkgrid li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

#footer a.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* @end */