/* CSS File for MiniAlbum in KatBlog design 
Files using this CSS-File: albumindex.php, image.php */

/*BASIC PAGE LAYOUT */
	body {
	background-image: url(container.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #273642;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	/* background-color: #365670 */
	}
	IMG {
	border: 0px;
	}	
	H1 {
	font-size: 16px;
	color: #666666;
	margin-left: 16px;
	}
	
	a:link { 
	color: #333333;
	text-decoration: none;
	}
	a:visited { 
	color: #333333;
	text-decoration: none;
	}
	a:hover {
	color: #333333;
	text-decoration: underline;
	}
	a:active { 
	color: #333333;
	text-decoration: none;
	}
/* END OF BASIC PAGE LAYOUT */

/* KATBLOG CONTAINER LAYOUT TOP*/
	#header {
	margin: 0 auto;
	width: 700px;
	background-color: #FFFFFF;
	background-image: url(head.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 180px;
	}
	#headerLinks /*header, später ändern auf header A{}*/{
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 155px;
	padding-right: 8px;
	padding-left: 8px;
	}
	#headerLinks a:link { 
	text-decoration: none;
	color: #FFFFFF;
	}
	#headerLinks a:visited { 
	text-decoration: none;
	color: #FFFFFF;
	}
	#headerLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	#headerLinks a:active { 
	text-decoration: none;
	color: #FFFFFF;
	}
	#nav {
	overflow: hidden;
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	width: 118px;
	/*border-right-color: #9DB8CB;
	border-right-style: solid;
	border-right-width: thin;*/
	height: auto;
	float: left; 
	}
	#nav P {
	padding-top: 0px;
	margin-top: 0px;
	text-align: right;
	}
	#container {
	margin: 0 auto;
	width: 700px;
	/*height: auto;*/
	overflow: auto;
	}
/* END OF KATBLOG CONTAINER LAYOUT TOP*/

/* IMAGE PARTITION LAYOUT */
	#base {
	overflow: hidden;
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 543px;
	height: auto;
	float: right;
	}
	#base P {
	padding-top: 0px;
	margin-top: 0px;
	}
	/*#container {
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow:auto;
	margin: 0 auto;
	width: 532px;
	height: auto;
	}*/
	#imageHeader {
	background-color: #FFFFFF;
	width: 650px;
	height: 20px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	}
	#imageContainer {
	width: 690px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	}
	#rowImage {
	float: left;
	/*width: 130px;*/
	height: 120px;
	padding-bottom: 10px;
	}	
	.rowImage {
	vertical-align: center;
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
	/*margin-bottom: 12px; */
	border: medium;
	border-style: double;
	border-color: #333333;
	}
	.singleImage {
	border: medium;
	border-style: double;
	border-color: #333333;
	}
/* END OF IMAGE PARTITION LAYOUT */

/* COMMENT PARTITION LAYOUT */
	#topic {
	padding-top: 0px;
	margin-top: 0px;
	}
	#topic H3{
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	color: #CBE0F9;
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
	margin-top: -4px;
	padding: 0px;
	}
	#topic H4 {
	white-space:nowrap;
	overflow: hidden;
	text-align: left;
	color: #666666;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	margin-top: -20px; 
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#topic P, #comments P {
	margin-left: 1px;
	margin-top: 4px;
	font-size: 11px;
	text-align: left;
	}
	#comments H3{
	white-space:nowrap;
	overflow: hidden;
	text-align: left;
	color: #CBE0F9;
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#comments H4 {
	white-space:nowrap;
	overflow: hidden;
	text-align: left;
	color: #666666;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: -15px; 
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#topic H4 A:link { 
	color: #666666;
	text-decoration: none;
	}
	#topic H4 A:visited { 
	color: #666666;
	text-decoration: none;
	}
	#topic H4 A:hover {
	color: #666666;
	text-decoration: underline;
	}
	#topic H4 A:active { 
	color: #666666;
	text-decoration: none;
	}
	#info{
	text-align: left;
	padding: 3px;
	margin-right: 3px;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	}
	.date {
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-top: hidden;
	border-left: hidden;
	border-bottom: dotted;
	border-right: hidden;
	border-width: thin;
	text-align: right;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 40px;
	}	
	.date A:link { 
	color: #666666;
	text-decoration: none;
	}
	.date A:visited { 
	color: #666666;
	text-decoration: none;
	}
	.date A:hover {
	color: #666666;
	text-decoration: underline;
	}
	.date A:active { 
	color: #666666;
	text-decoration: none;
	}
	form H1 {
	margin-left: 0px;
	}
	.formtext{
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	}
/* END OF COMMENT PARTITION LAYOUT */

/* KATBLOG BOTTOM CONTAINER LAYOUT */
	#footer {
	margin: 0 auto;
	background-image: url(foot.jpg);
	width: 700px;
	height: 30px;
	}
	#footer P{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	font-weight: bold;
	padding-top: 13px;
	margin-left: 8px;
	margin-right: 8px;
	}

	/*#footer {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 650px;
	height: 50px;
	margin: 0 auto;
	}*/
/* END OF KATBLOG BOTTOM CONTAINER LAYOUT */



