/*
Company:	Codeon
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #0b0b0b;
}
body {
	
}
/* @end */

a:focus, a:active {
	outline: 0;
}

/* @group Layout */
/* Head */
div#hd {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0 30px 0;
}

/* Body */
div#bd {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
/* @end */

/* @group Modules */
div#wrap {
	overflow: hidden;
	background: url(../images/hd-burst2.png) no-repeat 50% 0;
}

/* Logo */
div#logo {
	width: 420px;
	height: 95px;
	background: url(../images/codeon-logo.png) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Superfi */
div#superfi {
	width: 191px;
	height: 33px;
	background: url(../images/superfi-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#superfi a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 632px;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 206px;
	padding: 53px 0 0 0;
	float: right;
	display: inline;
}

/* Content Box */
div.content-box {
	border-top: 2px solid #a4e03c;
	padding: 15px;
	background: url(../images/content-box-fade.gif) repeat-x 0 0;
}
.content-pad {
	padding: 0 15px;
}

/* Sites */
div.sites {
	margin: 0 0 45px 0;
	text-align: center;
}

/* Side Spacer */
div.side-spacer {
	height: 1px;
	overflow: hidden;
	padding: 0 0 30px 0;
}

/* Side Callouts */
p.callout-typo3 {
	display: block;
	background: url(../images/callout-typo3.png) no-repeat 0 0;
	width: 199px;
	height: 72px;
	text-indent: -9000px;
}
p.callout-typo3 a {
	display: block;
	height: 100%;
}
p.callout-sugarcrm {
	display: block;
	background: url(../images/callout-sugarcrm.png) no-repeat 0 0;
	width: 199px;
	height: 72px;
	text-indent: -9000px;
}
p.callout-sugarcrm a {
	display: block;
	height: 100%;
}
p.callout-joomla {
	display: block;
	background: url(../images/callout-joomla.png) no-repeat 0 0;
	width: 199px;
	height: 72px;
	text-indent: -9000px;
}
p.callout-joomla a {
	display: block;
	height: 100%;
}
p.bank-panic {
	display: block;
	background: url(../images/bank-panic.png) no-repeat 0 0;
	width: 199px;
	height: 205px;
	text-indent: -9000px;
}
p.bank-panic a {
	display: block;
	height: 100%;
}
/* @end */

/* @group Nav */
div#nav-inner {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}
div#nav {
	background: url(../images/nav-bar-bkg.gif) repeat-x 0 0;
	height: 54px;
}
div#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 34px;
	background: url(../images/nav.png) no-repeat 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-home a {
	width: 102px;
	background-position: 0 0;
}
div#nav ul li#n-home a:hover {
	background-position: 0 -34px;
}
div#nav ul li#n-uber a {
	width: 121px;
	background-position: -102px 0;
}
div#nav ul li#n-uber a:hover {
	background-position: -102px -34px;
}
div#nav ul li#n-leistungen a {
	width: 134px;
	background-position: -223px 0;
}
div#nav ul li#n-leistungen a:hover {
	background-position: -223px -34px;
}
div#nav ul li#n-kunden a {
	width: 109px;
	background-position: -357px 0;
}
div#nav ul li#n-kunden a:hover {
	background-position: -357px -34px;
}
div#nav ul li#n-presse a {
	width: 98px;
	background-position: -466px 0;
}
div#nav ul li#n-presse a:hover {
	background-position: -466px -34px;
}
div#nav ul li#n-kontakt a {
	width: 108px;
	background-position: -564px 0;
}
div#nav ul li#n-kontakt a:hover {
	background-position: -564px -34px;
}

ul.sidenav {
	margin: 0 0 2px 18px;
}
ul.sidenav li {
	color: #fff;
	font-family: "Sans Extended Regular DTC", Arial, sans-serif;
	padding: 4px 0;
	font-size: 108%;
}
ul.sidenav li a:link, ul.sidenav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.sidenav li a:hover {
	color: #b0cd50;
}
/* @end */

/* @group Default Headings */
div.main h2 {
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 182%;
	padding: 0 15px 0 15px;
}

h3 {
	color: #fff;
	font-weight: bold;
}

div.main h2.content-box-hd span.title {
	width: 525px;
	display: block;
	float: left;
}
div.main h2.content-box-hd span.date {
	display: block;
	float: right;
	font-size: 50%;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #6f6f6f;
}
div.main h2.content-box-hd a:link, div.main h2.content-box-hd a:visited {
	color: #fff;
	text-decoration: none;
}
div.main h2.content-box-hd a:hover {
	color: #b0cd50;
}

div.side h3 {
	font-family: "Sans Light Extended DTC", Arial, sans-serif;
	margin: 0 0 10px 0;
	color: #8b8b8b;
	font-weight: normal;
	font-size: 108%;
}

div.side h3 a:link {
    color: #8b8b8b;
}

div.side h3 a:visited {
    color: #8b8b8b;
}


div.side p {
	font-family: "Sans Extended Regular DTC", Arial, sans-serif;
	font-size: 108%;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #bcbbbb;
}
div.main p {
	font-size: 108%;
	line-height: 140%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #a4e03c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
