/*  -------------------------
	--- Autor: --------------
	--- Dirk Petscheleit  --- 
	--- www.roterblitz.de ---
	-------------------------
	Projekt: www.aletology.de
	-------------------------
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
	border:  none;
}
body {
	line-height: 1;
	color: black;
	background: white;

}
ol, ul {
	list-style: none;
}

/* @end */


body {
	font: 14px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: white;
	background-color: #585858;
	text-align: center;
}

/* @group Header */

#header {
	height:  210px;
	background:  transparent url(../images/layout/header.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
}

#header img {
	margin: 1px 0 0 1px;
/*	position: absolute;
	bottom: 0;*/
}

.index #header {
	height:  452px;
	margin: 0;
	background-image: none;
}

.index #header img {
	margin: 0;
	
}

.indexPage {
	border-top:  1px solid #9a9a9a;
}



/* @end */

/* @group Typo */

a, a:link {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
	border:  none;
}

h2 a,
h2 a:link,
h2 a:visited  {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

h2 a:hover  {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

p, ul, ol {
	font-size: 14px;
	line-height: 20px;
}
	
p {
	margin-bottom: 20px;
	letter-spacing: 0.01em;
}
	
h1, h2, h3, h4, h5, h6 {

	}
	
h1 {
	font-size:  20px;
	border-bottom: 1px solid #eee;
}

h2 {
	font-size: 11px;
	line-height: 11px;
	font-weight:  bold;
	letter-spacing: 0.02em;
	margin-bottom: 29px;
	clear:  left;
}

h2.withSub {
	margin-bottom:  0;
}

p.withSub {
	line-height: 14px;;
}

#index h2 {
	margin: 0;
}

h3 {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin-bottom: 30px;
}

/* @end */


/* @group Standard */

.extLink {
	padding-right:  14px;
	background: black url(../images/icons/extern.png) no-repeat right 0.35em;
}

.strong {
	font-weight: bold;
}

p.small   { 
	font-size: 0.8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
p.large   { 
	font-size: 1.2em; 
	line-height: 2.5em; 
}
p.quiet   { 
	color: #999999; 
}

p.title {
	line-height: 11px;
	margin-top: 11px;
	margin-bottom:  22px;
}

.hide	{ 
	display: none; 
}

/* @end */

/* @group Layout */

#page {
	width:  962px;
	margin:  0 auto;
	text-align: left;
	
}

#logo {
/*	background:  transparent url(../images/layout/logo_icon.png) 917px 59px no-repeat;*/
	height: 100px;
/*	position: relative;*/
}

#logo img {
	margin-top:  59px;
	margin-left:  11px;
}

#logo #icon {
	width: 34px;
	height:  31px;
	display: block;
	float: right;
	margin-right: 20px;
/*	margin-top:  59px;
	margin-left:  917px;
	position: absolute;*/
}


#content {
	margin-top:  52px;
	margin-bottom:  28px;
}

#subContent {
	padding-top:  20px;
	width: 310px;
	float: left;
}

#mainContent {
	width:  856px;  
	margin-left:  91px;
	overflow:  hidden;
}


#slider {
	position:relative;
	width:960px;
}

.scroll {
	clear:left;
	overflow-x:hidden;
	overflow-y:auto;
	position:relative;
	width:856px;
}
.scrollContainer div.panel {
	width:858px;
}

#footer {
	height:  16px;
	background: transparent url(../images/layout/footer.jpg) top left repeat-x;
	text-align:  center;
	padding-top:  20px;
	margin-top:  20px;
	margin-bottom:  20px;
}

#designLeft {
	margin-left: 5px;
	width:  300px;
	float: left;
}

#designRight {
	width:  393px;
	float: right;
}

/* @end */



/* @group Navigation */

#navigation {
	list-style-type: none;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	height:  14px;
	font-size: 11px;	
	letter-spacing: 1px;
	white-space: nowrap;
	text-transform: uppercase;
	float: right;
	z-index: 1999;
	position: absolute;
	right:  -23px;
	top: -46px;
}

#navigation li {
	display: block;
	font-size:  12px;
	float:  left;
}

#navigation a {
	display: block;
	height:  14px;
	margin-right: 33px;
	font-weight: bold;
	color: #333;
	border:  none;
}

#navigation a.selected {
	color: white;
	font-style: italic;
}

#navIndex a {
	background-image: none;
	visibility: hidden;
}
#navAletology a {
	background-position: -7px -35px;
	width: 86px;
}

#navAletology a:hover,
#aletologyB #navAletology a,
#navAletology a.selected {
	background-position: -7px -7px;
}

#navLeistungen a {	 
	background-position: -7px -147px;
	width: 94px;
}

#navLeistungen a:hover,
#leistungen #navLeistungen a,
#navLeistungen a.selected {
	background-position: -7px -119px;
}

#navPortfolio a {
	background-position: -7px -203px;
	width: 80px;
}

#navPortfolio a:hover,
#portfolio #navPortfolio a,
#navPortfolio a.selected {
		background-position: -7px -175px;
}

#navKontakt a {
	background-position: -7px -91px;
	width: 70px;
}

#navKontakt a:hover,
#kontakt #navKontakt a,
#navKontakt a.selected  {
	background-position: -7px -63px;
}

#gallery {
	position: absolute;
	top:  -30px;
	left: 20px;
}

#gallery a {
	background: transparent url(../images/nav/lupe.gif) top left no-repeat;
	padding-left: 25px;
	font-size: 12px;
}

.hidden {
	display: none;
}

#tabnavPrev {
	background: transparent url(../images/nav/tabnav.gif) top left no-repeat;
	position: absolute;
	top:  -40px;
	left: 100px;
	width: 25px;
	height: 24px;
	cursor: pointer;
}
#tabnavNext {
	background: transparent url(../images/nav/tabnav.gif) top left no-repeat;
	background-position: -25px 0;
	position: absolute;
	top:  -40px;
	left: 125px;
	width: 25px;
	height: 24px;
	cursor: pointer;
}
/* @end */


/* @group Tabs & Boxen */

.box {
	width:  220px;
	float:  left;
	margin-right:  12px;
}

#leistung {
	width: 220px;
}

#information {
	width:  348px;
}

/* Die Jahr Spalte hat eine ID, die Klasse ist für die Jahreszahl */
#jahr {
	margin-left: 82px;
	width: 174px;
	height:  100px;
	margin-right: 0;
}

#information {
	position:  relative;
}

#information a {
	color: #999999;
}

.jahr {
	position:  absolute;
	top: 60px;
	left:  682px;
}

h3 {
	color: #333;
}

#bereich h3 {

}

#felder h3 {

}

#projektbeispiele h3 {

}

#information h3,
#informationPortfolio h3 {

}

#informationPortfolio {
	width: 380px;
}

#jahr h3 {

}

#kunde h3 {

}

#leistung h3 {

}

.box p {
	margin:  10px 15px 5px 20px;
	font-size: 11px;
	line-height: 18px;
}

.box ul {

}

#leistung ul,
#information ul,
#jahr ul {
	/*font-size:  10px;*/
	/*line-height:  12px;*/
	visibility: hidden;
}

#felder ul,
#projektbeispiele ul {
	visibility: hidden;
}


#leistung li,
#information li,
#jahr li {
	margin-bottom: 12px;
}

.box p.more{
	text-align:  right;
	margin:  5px 10px 5px 10px;
	
}

.box a, .box a:link, .box a:visited  {
	color:  white;
}

.box a:hover {
	color:  #999;
}

.box a:active, 
.ui-tabs-selected a:link,
.ui-tabs-selected a:visited
{
	color:  #999;
	font-style: italic;
}

.uitabsselected a:link,
.uitabsselected a:visited, 
.uitabsselected a {
	color:  black;
}

/* @end */


#aletology p,
#aletology2 p {
	margin-right:  104px;
}

.box p {
	margin: 0;
	font-size: 14px;
}

.box strong {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	display: block;
}


/*  ##############
	### Hacks und Workarounds
	############## 
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

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

label.error { 
	color: red;
	width:  270px;
	text-align: left;
	margin-left:  140px;
	margin-top:  5px;
	margin-bottom:  5px;
}

/* TAB-Navigation */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}


#kontakt p,
#kontakt h2 {
	margin-left: 464px;
}
.start {
	position: absolute;
	top: -10px;
	left: -20px;
}

/* @group Lightbox */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbContainer, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: transparent;
}

#lbBottomContainer {
	height: 100px;
	top: 0;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 20px;
	height: 28px;
	outline: none;
}

#lbPrevLink {
	left: 0px;
	top: 60px;
	background: transparent url(../images/nav/prev.gif) top left no-repeat ;
}

#lbPrevLink:hover {
	
}

#lbNextLink {
	right: 0px;
	top: 60px;
	background: transparent url(../images/nav/next.gif) top left no-repeat ;
}

#lbNextLink:hover {
	
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 1.4em;
	text-align: left;
}

#lbCloseLink {
	display: block;
	position: absolute;
	left: 50%;
	width: 32px;
	height: 30px;
	top: 20px;
	background: transparent url(../images/nav/close.gif) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber {
/*	margin-right: 71px;*/
}

#lbNumber {
	position: absolute;
	top: 67px;
	width:  auto;
}

#lbCaption {
	font-weight: bold;
}

.navbox {
	display: block;
	float: left;
	width: 11px;
	height:  13px;
	margin-right: 8px;
	background: transparent url(../images/nav/inactive.gif) no-repeat center;
}

.navbox.active {
	background: transparent url(../images/nav/active.gif) no-repeat center;
}


/* @end */

/* @group Spezielle Unterseiten */

.firstView {
	display: none;
	margin-left: 464px;
	width:  380px;
}

#projekteView {
	
}

/* @end */


#corpHeader,
#printHeader,
#webHeader,
#illuHeader {
	position:  absolute;
	top:  0;
	left: 0;
}

#friseur {
	position:  absolute;
	top:  0;
	left:  -369px;
/*	margin-left: -369px;*/
}

#tiger {
	position:  absolute;
	top:  74px;
	left:  477px;
	display: none;
/*	margin-left: -369px;*/
}

#zeichnung {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.indexPage {
	cursor: pointer;
}