/*--------------------------------------------------*/
/* Standard Stylesheet                              */
/*--------------------------------------------------*/
@import url(./common.css);
/*--------------------------------------------------*/
/* MISC */

form{
	padding-left:14px;
}

#interaktive-kataloge-varianten .figure{
	width:40%;
}

body{
	padding: 21px 0;
}

/*--------------------------------------------------*/
/* Main Blocks */
#wrapper{
	min-width:600px;
	max-width:900px;
	position:relative;
	margin:0 auto;
}

#inner-wrapper{
	background:#fff;
}

#content-wrapper{
	position:relative;
	min-height:300px;
}

#content-wrapper:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------*/
/* NAVI */
#nav h2{
	position: absolute;
	left:-999em;
}

#nav1{
	position: absolute;
	height:20px;
	left:4px;
	z-index: 2;
	top:247px;
}

.page-1 #willkommenstext{
	background: url(../img/cover.jpg) no-repeat left top;
	display:block;
	height:168px;
	position:relative;
	top:0;
}

.page-1 #willkommenstext .inner{
	position:absolute;
	left:49px;
	top:20px;
	width:1%;
}

#willkommenstext .inner p{
	line-height: 22px;
}

#willkommenstext .inner p{
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	height: 27px;
	margin-bottom: 14px;
	padding-top: 140px;
	vertical-align: baseline;
}

#nav2{
	position: absolute;
	top:0;
	right:0;
	height:97px;
	white-space:nowrap;
	width:37%;
	text-align:right;
	background: #fff url(../img/header_bg.gif) repeat-x;
}

#nav1 li,
#nav2 li{
	float: left;
}
#nav1 li li,
#nav2 li li{
	float: none;
}

#nav1 li ul,
#nav2 li ul {
	position: absolute;
	left: -999em;
	background-color:#fff;
	border:1px solid #CFCFCF;
	border-width:0 1px 1px 1px;
}

#nav1 li ul{
	margin-top:-1px;
}


#nav1 li.hover ul,
#nav2 li.hover ul,
#nav1 li:hover ul,
#nav2 li:hover ul {
	left: auto;
}

#nav1 > li > a,
#nav2 > li > a,
#nav1 > li > span,
#nav2 > li > span{
	padding:37px 10px 0 10px;
	font-size: 13px;
	font-weight:bold;
	vertical-align:bottom;
	height:20px;
	text-decoration:none;
	border-bottom:1px solid #cfcfcf;
	background:url(../img/header_nav_bg.png) left bottom no-repeat;
	display: block;
	white-space:nowrap;
}

#nav1 > li > a,
#nav1 > li > span{
	background:url(../img/nav_spike.png) left bottom no-repeat;
}

#nav2 > li > a,
#nav2 > li > span{
	margin-top:40px;
}

#nav1 li li span,
#nav2 li li span,
#nav1 li li a,
#nav2 li li a {
	display:block;
	padding:4px 4px 4px 10px;
	text-decoration:none;
	width:100%;
}

/* social networking links */
#social{
	height: 20px;
	position: absolute;
	right: 115px;
	top: 14px;
	z-index: 2;
}

/*current site & hover-styles*/
.page-1 #link-startseite a,
.page-5 #link-ueber-uns span,
.page-26 #link-produkt span,
.page-11 #link-produkt span,
.page-10 #link-produkt span,
.page-12 #link-produkt span,
.page-27 #link-produkt span,
.page-13 #link-agb a,
.page-14 #link-impressum a,
.page-28 #link-referenzen a,
.page-70 #link-kundenumfrage-2010 a,
#nav1 > li > a:hover,
#nav1 > li > span:hover{
	border-bottom:1px solid #fff;
	background:url(../img/nav_bg_active.png) left bottom no-repeat;
}

#agb #link-agb a,
#kontakt #link-kontakt a,
#impressum #link-impressum a,
#nav2 > li > a:hover,
#nav2 > li > span:hover{
	border-bottom:1px solid #fff;
	background:url(../img/header_nav_active.png) left bottom no-repeat;
}

#nav1 > li:hover > a,
#nav1 > li:hover > span {
	background:url(../img/nav_bg_active.png) left bottom no-repeat;
	border-bottom:1px solid #fff;
}

/*--------------------------------------------------*/
/* HEADER */
#header {
	padding:0px 0 25px 0px;
	height:72px;
	border-bottom:1px solid #cfcfcf;
	background:#fff;
}

#lang-switch{
	position:absolute;
	right:0;
	top:10px;
	z-index:1;
}

#lang-switch li{
	float:left;
	margin-right:10px;
}

#lang-switch span{
	opacity:0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

#lang-switch span img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter:Alpha(opacity=20);
}


/*--------------------------------------------------*/
/* CONTENT */
#content{
	background:#fff;
	float:left;
	margin-right:0;
	width:58%;
	padding:2em;
	min-height:300px;
}

#content .first-of-type{
	background:url(../img/kasten.png) no-repeat left 16px;
	padding-left:20px;
}

#content #referenzen{
	margin-left:0;
	list-style:none;
}

#content #referenzen li{
	float:left;
	width:43%;
	border-top:1px solid #e6e6e6;
	padding:10px;
	height:58px;
	margin-left:5px;
}

.copyright{
	clear:both;
}

/*--------------------------------------------------*/
/* sidebar */
#aside{
	height:100%;
	position:absolute;
	right:0;
	padding-left:20px;
	margin:0;
	width:35%;
	background:#f6f6f6 url(../img/sidebar_bg.png) repeat-x;
}

#aside h2{
	font-size:16px;
	padding: 5px 0;
	margin:0;
	color: #625c50;
}

#related{
	list-style:inside disc;
}

#kataloge-selbst-erstellen{
	padding-left:0;
	text-align:center;
	margin-left:-20px;
}

#kataloge {
	overflow:auto; /* fuer Opera 9.0 nicht overflow-y; falls Probleme austreten entsprechend aendern*/
	max-height:70%;
	width:100%;
}

#kataloge div{
	padding-top:10px;
	border-top:1px solid #cfcfcf;
	min-height:80px;
	position:relative;
}

#kataloge div:after{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#kataloge h3{
	font-size: 15px;
	font-style: italic;
	color: #625c50;
	padding:0;
	margin:0 10px -40px 65px;
}

*#kataloge:not([class*=""]) h3 {font-style: normal;} /*fuer FF3 nicht kursiv*/

#aside a{
	text-decoration:none;
	font-weight:normal;
}

#kataloge h3 a{
	font-weight:bold;
}

#aside span{
	background:url(../img/arrow.gif) no-repeat left center;
	padding-left:10px;
	margin-top:30px;
	margin-left:67px;
	display:-moz-inline-box;/*FF2*/
	display:inline-block;
}

#kataloge img{
	position:absolute;
	left:10px;
	top:10px;
}

/*--------------------------------------------------*/
/* Teaser */
#teaser{
	height:206px;
	background:#fff url(../img/intro_bg.png) repeat-x bottom left;
	border-bottom:1px solid #cfcfcf;
	display: table;
	width:100%;
	overflow: hidden;
	background-position:top left;
}

#teaser > div{
/*
	display: table-cell;
	vertical-align: top;
*/
	float: left;
}

#willkommenstext{
	width:63%;
	padding-bottom:20px;
	position: relative;
}

#katalogvorschau{
	width:37%;
}
/* alt
#katalogvorschau img,
#katalogvorschau object{
	margin: 0 auto;
	display:block;
}
*/
#katalogvorschau h2{
	font-size: 12px;
	font-weight: bolder;
	margin-top: 18px;
	margin-bottom: -18px;
	text-align: center;
}
#katalogvorschau blockquote{
	position: relative;
	margin: 0 auto;
	font-family: "Myriad Pro", Verdana;
	font-style: italic;
	background: #cfcfcf;
	height:95px;
	width:270px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin: 21px auto 0;
}
#katalogvorschau .inner{
	background: url("../img/speechbubble_ecke.png") no-repeat scroll 250px 134px transparent;
	height: 188px;
}
#katalogvorschau.male{
	background: url("../img/icon_male.png") no-repeat scroll 265px bottom transparent
}
#katalogvorschau.female{
	background: url("../img/icon_female.png") no-repeat scroll 265px bottom transparent
}
#katalogvorschau blockquote p{
}
#katalogvorschau blockquote cite{
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-style: normal;
	font-size: 90%;
	color: #666;
	display: block;
	text-align: right;
}

#voraussetzung{
	clear:both;
}

#willkommenstext #jetzt-testen{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/catoya-jetzt_testen_en_hover.png") no-repeat scroll 0 0 transparent;
	height: 72px;
	width: 72px;
	text-decoration: none;
}
.en #willkommenstext #jetzt-testen{
	background: url("../img/catoya-jetzt_testen-badge_en.png") no-repeat bottom left;
}
.en #willkommenstext #jetzt-testen:hover{
	background-position: top left;
}
.de #willkommenstext #jetzt-testen{
	background: url("../img/catoya-jetzt_testen-badge_de.png") no-repeat bottom left;
}
.de #willkommenstext #jetzt-testen:hover{
	background-position: top left;
}
#willkommenstext #jetzt-testen span{
	visibility: hidden;
}

/*--------------------------------------------------*/
/* Metanav */
.metanav{
	position:absolute;
	top:0;
	z-index:3;
}

.metanav a{
	text-indent:-999em;
	float:left;
}

.metanav a:focus,
.metanav a:hover{
	text-indent:0;
}

.metanav a:focus,
.metanav a:hover{
	position:relative;
}

/*--------------------------------------------------*/
/*corners*/
#wrapper,
#content-wrapper,
#inner-wrapper {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#link-impressum a,
#nav2{
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}

#aside {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}

#header {
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-radius-top:6px;
	border-radius-top:6px;
}

#content{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}

.page-26 #content{
	width:100%;
	padding:0;	
}


#pagerank{
	float: right;
}

#catoya-ipad-app-link{
	z-index:10;
	position: absolute;
	top:0;
	right:0;
}


/* gallery */

#content ul.gallery{
	float: left; 
	width: 100%;
	list-style: none;
	margin: 10px;
}
ul.gallery a,
ul.gallery li{
	float: left;
}

ul.gallery a{
	padding: 10px;
}


/* FOOTER */
#footer{
	float: left;
	color:#80786d;
	background: #dcdbda;
}