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

Title : LIVID Media Agentur
Author : Tim Sydekum
URL : http://www.livid-media.de

Description : Default stylesheet

Created : 2009-07-01

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

/* --- BASIC --- */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #dcdcdc;
	padding: 0;
	margin: 0;
	background: url(../images/background.jpg) top center #1f1e1d;
}



/* --- BODY / HEADER / NAVIGATION --- */
#body {
	position: relative;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#content-bg {
	width: 980px;
	min-height: 400px;
	background: url(../images/content_bg.jpg) no-repeat top center;
}

#header {
	width: 850px;
	height: 164px;
	padding: 0 70px 0 60px;
}

#header .logo {
	float: left;
	margin: 27px 0 0 0px;
}

#navigation {
	float: right;
	width: 540px;
	height: 32px;
	list-style: none;
	margin: 62px 0px 0 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a:hover {
	cursor: pointer;
}

#navigation li a {
	float: left;
	color: #afad92;
	text-decoration: none;
	height: 32px;
	margin-left: 25px;
	text-indent: -10000px;
}

#navigation li#start a {
	width: 50px;
	background: url(../images/navi_start.png) 0 0 no-repeat;
}

#navigation li#leistungen a {
	width: 100px;
	background: url(../images/navi_leistungen.png) 0 0 no-repeat;
}

#navigation li#portfolio a {
	width: 92px;
	background: url(../images/navi_portfolio.png) 0 0 no-repeat;
}

#navigation li#uebermich a {
	width: 88px;
	background: url(../images/navi_uebermich.png) 0 0 no-repeat;
}

#navigation li#kontakt a {
	width: 76px;
	background: url(../images/navi_kontakt.png) 0 0 no-repeat;
}

#navigation li#start a:link, #navigation li#start a:visited,
#navigation li#leistungen a:link, #navigation li#leistungen a:visited,
#navigation li#portfolio a:link, #navigation li#portfolio a:visited,
#navigation li#uebermich a:link, #navigation li#uebermich a:visited,
#navigation li#kontakt a:link, #navigation li#kontakt a:visited
{
	background-position: 0 0;
}


#navigation li#start a:hover, #navigation li#start a:active, #navigation li#start a.active,
#navigation li#leistungen a:hover, #navigation li#leistungen a:active, #navigation li#leistungen a.active,
#navigation li#portfolio a:hover, #navigation li#portfolio a:active, #navigation li#portfolio a.active,
#navigation li#uebermich a:hover, #navigation li#uebermich a:active, #navigation li#uebermich a.active,
#navigation li#kontakt a:hover, #navigation li#kontakt a:active, #navigation li#kontakt a.active
{
	background-position: 0 -32px;
}



/* --- SUBNAVI --- */
#subnavi {
	width: 800px;
	margin: 10px auto 0;
}

#subnavi ul {
	list-style: none;
}

#subnavi li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#subnavi li a {
	float: left;
	color: #afad92;
	text-decoration: none;
	height: 16px;
	margin-right: 12px;
	text-indent: -10000px;
}

#subnavi li#webdesign a {
	width: 85px;
	background: url(../images/subnavi_webdesign.png) 0 0 no-repeat;
}

#subnavi li#printdesign a {
	width: 88px;
	background: url(../images/subnavi_printdesign.png) 0 0 no-repeat;
}

#subnavi li#corporatedesign a {
	width: 129px;
	background: url(../images/subnavi_corporatedesign.png) 0 0 no-repeat;
}

#subnavi li#bildbearbeitung a {
	width: 121px;
	background: url(../images/subnavi_bildbearbeitung.png) 0 0 no-repeat;
}

#subnavi li#cms-webshops a {
	width: 114px;
	background: url(../images/subnavi_cms_webshops.png) 0 0 no-repeat;
}

#subnavi li#livid-cms a {
	width: 79px;
	background: url(../images/subnavi_livid_cms.png) 0 0 no-repeat;
}

#subnavi li#preise a {
	width: 54px;
	background: url(../images/subnavi_preise.png) 0 0 no-repeat;
}

#subnavi li#webdesign a:link, #subnavi li#webdesign a:visited,
#subnavi li#printdesign a:link, #subnavi li#printdesign a:visited,
#subnavi li#corporatedesign a:link, #subnavi li#corporatedesign a:visited,
#subnavi li#bildbearbeitung a:link, #subnavi li#bildbearbeitung a:visited,
#subnavi li#cms-webshops a:link, #subnavi li#cms-webshops a:visited,
#subnavi li#livid-cms a:link, #subnavi li#livid-cms a:visited,
#subnavi li#preise a:link, #subnavi li#preise a:visited
{
	background-position: 0 0;
}

#subnavi li#webdesign a:hover, #subnavi li#webdesign a:active, #subnavi li#webdesign a.active,
#subnavi li#printdesign a:hover, #subnavi li#printdesign a:active, #subnavi li#printdesign a.active,
#subnavi li#corporatedesign a:hover, #subnavi li#corporatedesign a:active, #subnavi li#corporatedesign a.active,
#subnavi li#bildbearbeitung a:hover, #subnavi li#bildbearbeitung a:active, #subnavi li#bildbearbeitung a.active,
#subnavi li#cms-webshops a:hover, #subnavi li#cms-webshops a:active, #subnavi li#cms-webshops a.active,
#subnavi li#livid-cms a:hover, #subnavi li#livid-cms a:active, #subnavi li#livid-cms a.active,
#subnavi li#preise a:hover, #subnavi li#preise a:active, #subnavi li#preise a.active
{
	background-position: 0 -16px;
}



/* --- CONTENT / FOOTER --- */
#content {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 90px;
}

#teaser {
	margin: 0 auto 20px;
	width: 900px;
	height: 270px;
/*	background: url(../images/teaser_bg.jpg) no-repeat;*/
	color: #222;
}

#teaser-text {
	text-indent: -10000px;
}

#blog-link {
	position: absolute;
	background: url(../images/blog.jpg) no-repeat;
	width: 160px;
	height: 60px;
	top: 0;
	right: -40px;
	display: block;
}

#footer-content {
	position: absolute;
	width: 780px;
	height: 41px;
	padding: 29px 100px 0;
	font-size: 12px;
	color: #656565;
	margin: 0 auto;
	bottom: 0;
	background: url(../images/footer_bg.jpg) no-repeat center;
}

#footer-content img {
	margin-top: -2px;
}

#awards {
	position: absolute;
	left: 420px;
	text-indent: -10000px;
}



/* --- SERVICES BLOCKS --- */
.service {
	width: 850px;
	height: 100%;
	height: auto;
	min-height: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	margin-bottom: 15px;
}

.service .box {
	float: left;
	width: 244px;
	margin-right: 34px;
	padding: 0;
}

.service .box img {
	margin-bottom: 6px;
}

.service p {
	text-align: justify;
	padding-top: 5px;
}

.service .box .link {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}



/* --- LEISTUNGEN --- */
.list-leistungen {
	padding: 10px 4px 11px;
	border: 1px dashed #666;
	border-top: 0;
	margin: -10px 0 12px;
	background-color: #282828;
}

.link {
	text-align: center;
	font-size: 15px;
}



/* --- INFOBOXES --- */
.infobox {
	float: right;
	width: 226px;
	padding: 6px 8px;
	background-color: #282828;
	border: 1px solid #555;
	margin: 0 0 18px 34px;
}

.infobox-web {
	background: #282828 url(../images/infobox_web.png) no-repeat bottom right;
}

.infobox-print {
	background: #282828 url(../images/infobox_print.png) no-repeat bottom right;
}

.infobox-corporate {
	background: #282828 url(../images/infobox_corporate.png) no-repeat bottom right;
}

.infobox-check {
	background: #282828 url(../images/infobox_check.png) no-repeat bottom right;
}

.infobox-contact {
	background: #282828 url(../images/infobox_contact.png) no-repeat bottom right;
}



/* --- PORTFOLIO ---*/
#portfolio-filter {
	margin-bottom: 25px;
	text-align: center;
}

#portfolio-filter a {
	font-size: 15px;
	margin: 0 12px;
}

#portfolio-filter a.current {
	text-decoration: underline;
}

#portfolio-grid {
	height: 100%;
	height: auto;
	min-height: 100%;
	width: 820px;
	font-size: 11px;
	font-style: italic;
	color: #616161;
}

#portfolio-grid a {
	font-size: 13px;
	font-style: normal;
}

#portfolio-grid p {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding: 10px 25px 0 0;
}

#portfolio-grid .box {
	position: relative;
	float: left;
	width: 185px;
	height: 172px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#portfolio-grid .thumbnail {
	width: 173px;
	height: 120px;
	padding: 6px;
	background: url(../images/portfolio_thumb_bg.gif) no-repeat;
	margin-bottom: 5px;
}

#portfolio-grid .banner-neu a {
	position: absolute;
	width: 195px;
	height: 142px;
	top: -5px;
	left: -5px;
	background: url(../images/banner_neu.png) no-repeat;
	text-indent: -10000px;
}

.portfolio-large {
	float: left;
	width: 510px;
	height: 420px;
	padding: 6px;
	background: url(../images/portfolio_large_bg.png) no-repeat;
}

.portfolio-text {
	float: left;
	position: relative;
	width: 240px;
	height: 352px;
	font-size: 11px;
	color: #1b1b1b;
	line-height: 15px;
	background: url(../images/portfolio_text_bg.gif) no-repeat;
	padding: 0 18px 0 12px;
	margin-top: 15px;
}

.portfolio-text .kunde {
	position: absolute;
	width: 240px;
	background: url(../images/portfolio_kunde.gif) no-repeat;
	top: 12px;
	left: 5px;
	padding: 17px 0 3px 5px;
}

.portfolio-text h1 {
	display: none;
}

.portfolio-text h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
	color: #1b1b1b;
	text-transform: none;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: -3px;
}

.portfolio-text h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #585858;
}

.portfolio-text .beschreibung {
	position: absolute;
	width: 240px;
	background: url(../images/portfolio_beschreibung.gif) no-repeat;
	top: 75px;
	left: 5px;
	padding: 17px 0 3px 5px;
}

.portfolio-text .techniken {
	position: absolute;
	width: 240px;
	background: url(../images/portfolio_techniken.gif) no-repeat;
	top: 225px;
	left: 5px;
	padding: 17px 0 3px 5px;
}

.portfolio-text .webseite {
	position: absolute;
	right: 55px;
	bottom: 18px;
}

.button-zurueck {
	float: left;
	margin: 25px 0 0 33px;
}



/* --- GLOSSAR --- */
.glossar h3 {
	background: url(../images/hr.gif) no-repeat top left;
	padding-top: 16px;
	color: #4181bb;
}

.glossar p {
	margin-bottom: 12px;
}

.glossar .pointed {
	background: url(../images/kaefer_flieg.gif) no-repeat 0 18px;
	padding-left: 35px;
	margin-left: -35px;
}



/* --- FORMS --- */
.error {
	width: 790px;
	color: #a5a9a8;
	padding: 5px;
	border: 1px solid #4c4b4a;
	margin-bottom: 15px;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

input, textarea {
	padding: 0px;
	color: #333;
	font-size: 13px;
}

.input-text {
	font-family: 'Trebuchet MS', 'Lucida Grande', Geneva, Arial;
	width: 394px;
	color: #333;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #aaa;
}

.input-text:focus {
	background: #eaeaea;
	border: 1px solid #888;
}

textarea {
	height: 110px;
	border: 1px solid #aaa;
}



/* --- HTML --- */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #4181bb;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #dcdcdc;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #666;
}

h3 {
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #dcdcdc;
}

a {
	outline: 0;
}

a:link, a:visited {
	color: #3469b0;
	text-decoration: none;
}

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

div, input, table, img, p {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
	outline: 0;
}

p {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: circle;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	list-style: none;
	padding-left: 16px;
	background: url(../images/icon_check.gif) no-repeat 0px 6px;
	margin-left: 4px;
	line-height: 20px;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

small {
	font-size: 10px;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}



/* --- MISC --- */
.hr {
	height: 7px;
	background: url(../images/hr.gif) no-repeat;
	margin: 20px 0;
	clear: both;
}

.skip {
	position: absolute;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.skip:focus, .skip:active {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

.hidden {
	display: none;
}

.icon-info {
	width: 9px;
	height: 9px;
	background: url(../images/icon_info.gif) no-repeat center left;
	margin: 5px 2px 0 -1px;
}

.icon-link {
	padding-left: 12px;
	background: url(../images/icon_link.gif) no-repeat center left;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
}