@charset "utf-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body,td,th {
	
	font-family: "Franklin Gothic", "Franklin Gothic Medium", Tahoma, Geneva, sans-serif;
	font-size: 11px;
	/*
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 14px;
	*/
	color: #FFF;
	letter-spacing: 0.01em;
}

h1 {
	font-size: 1.2em;
}

h2,h3 {
	font-size: 1.1em;
}

#navititle {
	font-size: 1.1em;
}

#navi img {
	display: none;
}

body {
	background-color: #919c33;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	width: 100%;
}


div,img {
	position: relative;
	border-style: solid;
	border-color: #FFF;
	border-width: 0px;
}

a, a:link, a:visited {
	color: #e1e8ca;
	text-decoration: none;
	letter-spacing: 0.2em;
}


a:hover, a:active {
	text-decoration: underline;
	font-style:normal;
	color:#FFF;
	letter-spacing: 0.2em;
}

h1, h2, h3 {
	font-weight: normal;
	font-style:normal;
	margin: 0px;
	letter-spacing: 0.05em;
	display: block;
	color:#e1e8ca;
	margin: auto;
}

h1 {
	letter-spacing: 0.1em;
	color: #FFF;
	margin: auto auto 15px auto;
}

p {
	margin: auto auto 15px auto;	
}


/* */

#container {
	width: 900px;
	margin: 200px auto auto auto;
}

/*NAVI */

#navi {
	left: 140px;	
	width: 620px;
}

#naviImgProfile {
	width: 110px;
	height: 180px;
	position: absolute;
	top:10px;
	left:0px;
	background-image: url(img/kreisprofleer.png);
}

#naviImgBlog {
	width: 110px;
	height: 180px;
	position: absolute;
	top:10px;
	left:110px;
	background-image: url(img/kreisblogleer.png);
}

#naviImgGallery {
	width: 180px;
	height: 190px;
	position: absolute;
	top:0px;
	left:220px;
	background-image: url(img/kreisgalleryleer.png);
}

#naviImgFaq {
	width: 110px;
	height: 180px;
	position: absolute;
	top:10px;
	left:400px;
	background-image: url(img/kreisfaqleer.png);
}


#naviImgReferences {
	width: 110px;
	height: 180px;
	position: absolute;
	top:10px;
	left:510px;
	background-image: url(img/kreisrefleer.png);
}

#naviTitle {
	width: 620px;
	height: 16px;
	position: absolute;
	top:190px;
	left:0px;
	text-align: center; 
	letter-spacing: 0.4em;
	color:#FFF;
}

/*NAVI END */

#contentBelow {
	top: 220px;
	width: 100%;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

#imageFrameNavi {
	width: 120px;
	height: 15px;
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	text-align: right;
}

#imageFrameNavi a {
	color: #BBB;	
}

#imageFrameDescription a, #imageFrameDescription a:link, #imageFrameDescription a:visited, #imageFrameDescription a:hover {
	color: #999;
}

/***************** PROFILE ******************/

#profnavi {
	position: absolute; 
	left: 0px;
	width:350px;
	top: 30px;
}

#profnavi a {
	display: block;
	text-align: right;
}

#profink {
	display: block;
	position: absolute;
	width: 180px;
	left: 360px;
}

#profdetaildescr {
	position: absolute; 
	left: 0px; 
	width:350px; 
	top: 150px;
	text-align: right;
}

#profdetaildescr img {
	display: block;
	/*border: 1px solid #FFF;*/
	margin: 10px 0px 5px auto;
}

#profinterviewlist {
	position: absolute; 
	left: 550px;
	width:350px;
	top: 30px;
}

#profinterviewlist p {
	display: block;
	margin: 0px auto 10px auto;
}

#profbannerlist {
	position: absolute; 
	left: 400px;
	width:450px;
	top: 30px;
}

#profbannerlist img {
	display: block;
	float: left;
	border: none;
	margin: 5px;
}

#profrightside {
	position: absolute;
	left: 550px;
	width:350px;
	top: 30px;	
}

#profrightside p {
	display: block;
	margin: 0px auto 10px auto;
}

#profrightside em {
	display: block;
	font-style:normal;
	color:#dee4b4;
	margin: auto;
}

/***************** GALLERY ******************/

#galleryCatLeft, #galleryCatRight {
	width:440px;
	margin:auto auto 20px auto;
	text-align: right;
}

#galleryCatLeft {
	text-align: right;
	float:left;
}

#galleryCatRight {
	text-align: left;
	float:right;
}

#galleryCatRight a, #galleryCatLeft a {
	display: block;	
}

#galleryThumbBox {
	width:720px; 
	margin: auto; 
	clear: both;	
}

#whiteNoise {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 1200px;
	background: url(img/bg50FFF.png) repeat;
}

#imageFrameP {
	border: 20px solid #FFF;
	background:#FFF;
}

#imageFrameP img {
	float: left;
}

#imageFrameP p {
	width: 140px;
	float: left;
	margin: auto auto auto 10px;
	color: #CCC;
}

#imageFrameP h1 {
	width: 140px;
	float: left;
	margin: auto auto 5px 10px;
	color: #AAA;
}

#ajaxLoader {
	display: block;
	margin: auto;
	top: 250px;
}

.thumb {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #FFF;
	margin: 0px 10px 20px 10px;
}

.thumb img {
	width:58px;
	height: 58px;
	position: absolute;
	z-index:1; 
	top: 0px;	
}

.thumb a {
	position: absolute; 
	display: block;
	width: 58px;
	height: 58px; 
	margin: 0px;
	z-index:2;	
}

.refComicDetail p {
	line-height: 0.95em;
	margin: 5px auto auto auto;
}

.refComicDetail {
	width: 350px;
	float: left;
	height: 58px;
	clear: right;
}