/* 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;
	/*filter: Alpha(Opacity=100, FinishOpacity=10, Style=1);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	/* background-color: #365670 */
	}
	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 {
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom: 15px;
	padding-right: 8px;
	width: 118px;
	height: auto;
	float: left; 
	}
	#nav P {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
	}
	#container {
	margin: 0 auto;
	width: 700px;
	/*height: auto;*/
	overflow: auto;
	}
	/*P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #333333;
	}*/
/* END OF KATBLOG CONTAINER LAYOUT TOP*/

/* IMAGE PARTITION LAYOUT */
	#base {
	text-align: center;
	overflow: hidden;
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	width: 550px;
	height: auto;
	float: right;
	}
	#thumbnail {
	float: left;
	}
	/*#container {
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow:auto;
	margin: 0 auto;
	width: 532px;
	height: auto;
	}*/
	#imageHeader {
	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: 135px;
	height: 120px;
	text-align: center;
	}*/	
	.rowImage {
	margin-top: 1px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	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 */
	#comments {
	margin: 16px;
	margin-top: 30px;
	width: 665px;
	}
	#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: bolder;
	margin-top: -15px; 
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#comments P {
	margin-left: 1px;
	margin-top: 4px;
	font-size: 11px;
	text-align: justify;
	}
	.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;
	}
	.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;
	}
	#info{
	text-align: justify;
	padding: 3px;
	margin: 16px;
	margin-right: 20px;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	}
	FORM{
	margin: 16px;
	}
	.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 */




