/* @group reset */

/* -- override browser default values -- */

:link, :visited {
	text-decoration: none;
}

a {
	outline: none;
}

a img, :link img, :visited img {
	border: none;
}

abbr, acronym, dfn {
	cursor: help; 
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, p {
	font-weight: normal;
	font-size: 100%;
}

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

input {
	font-family: inherit;
}

/* @end */

/* @group Layout Boxes */

#wrapper {
	width: 800px;
	margin: 30px auto 0px auto;
}

#header {
	width: 800px;
	height: 80px;
}

#footer {
	clear: both;
	height: 30px;
	margin-top: 20px;
}

body.one_column #main {
	width: 800px;
}

body.two_columns #main {
	width: 600px;
}

body.two_columns #right {
	width: 150px;
}

body.three_columns #left {
	width: 160px;
}

body.three_columns #main {
	width: 300px;
	position: static;
	margin-left: 180px;
}

body.three_columns #right {
	width: 300px;
}

body.three_columns #main .inside,
body.three_columns #right .inside {
	padding-top: 2px;
}


/* @end */

/* @group Typography */

body {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

p,
ul {
	margin-bottom: 18px;
}

strong {
	color: #444;
}

a {
	color: #666;
	text-decoration: underline !important;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

h1 {
	display: block;
	float: right;
	width: 150px;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images_layout/logo.gif);
}

h1 a {
	display: block;
	width: 150px;
	height: 35px;
	background: url(../images_layout/logo.gif);
}

h1 a:hover {
	background-position: 0px -35px;
}

h2 {
	display: block;
	width: 160px;
	height: 32px;
	text-indent: -9000px;
	overflow: hidden;
}

body.referenzen h2 {
	background: url(../images_layout/h2_referenzen.gif) no-repeat;
}

body.impressum h2 {
	background: url(../images_layout/h2_impressum.gif) no-repeat;
}

body.kontakt h2 {
	background: url(../images_layout/h2_kontakt.gif) no-repeat;
}


h3 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #444;
}

h4 {
	font-size: 14px;
	margin-bottom: 6px;
	color: #444;
}

a.pdf_link {
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
	background: url(../images_layout/pdf.gif) no-repeat left top;
}

/* @end */

/* @group Main Navigation */

#navigation-main ul li {
	float: left;
	margin-right: 12px;
}

#navigation-main ul li a {
	display: block;
	height: 20px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images_layout/main_navigation.gif) no-repeat;
}

#navigation-main ul li.home a {
	width: 49px;
}

#navigation-main ul li.home a:hover {
	background-position: 0px -30px;
}

#navigation-main ul li.fotografie a {
	width: 73px;
	background-position: -49px 0px;
}

#navigation-main ul li.fotografie a:hover {
	background-position: -49px -30px;
}

#navigation-main ul li.blog a {
	width: 40px;
	background-position: -122px 0px;
}

#navigation-main ul li.blog a:hover {
	background-position: -122px -30px;
}

#navigation-main ul li.referenzen a {
	width: 76px;
	background-position: -162px 0px;
}

#navigation-main ul li.referenzen a:hover {
	background-position: -162px -30px;
}

#navigation-main ul li.kontakt a {
	width: 58px;
	background-position: -238px 0px;
}

#navigation-main ul li.kontakt a:hover {
	background-position: -238px -30px;
}

/* @end */

/* @group Home */

.mod_randomImage img {
	padding: 2px;
	border: 1px solid #666 !important;
}

/* @end */

/* @group Fotografie */

body.fotografie #wrapper {
	width: 850px;
}

body.fotografie #main {
	width: 850px;
}

a.back_link {
	display: block;
	margin: 0px 0px 10px 20px;
}

/* @end */

/* @group Blog */

body.blog h3 a {
	text-decoration: none !important;
	color: #444;
}

body.blog h3 a:hover {
	text-decoration: underline !important;
	color: #111;
}

p.info {
	color: #aaa;
	margin-bottom: 6px;
}

p.teaser,
body.blog .ce_text p {
	margin-bottom: 12px;
}

p.more {
	margin-bottom: 36px;
}

.ce_news_gallery {
	margin-top: 5px;
}

.mod_newsarchive h1 {
	float: none;
	background: none;
	text-indent: 0px;
	font-size: 16px;
	line-height: 16px;
	overflow: visible !important;
}

li.submenu {
	color: #aaa;
}

ul.level_2 li {
	margin-left: 10px;
}

ul.level_2 li span {
	color: #666;
}

/* @end */



