/******************************************************************************/
/*                                                                            */
/*                      *************************************                 */
/*                      * CSS Layout for www.fighthammer.de *                 */
/*                      *************************************                 */
/*                                                                            */
/* Author: Thore Fiedermann                                                   */
/* Date of Creation: 25.06.2007                                               */
/* Last Change: 27.06.2007                                                    */
/*                                                                            */
/* Date        Name          Description                                      */
/* 12.06.2007  T.Fiedermann  File Created                                     */
/* 18.06.2007  T Fiedermann  Insert Menu                                      */
/* 20.06.2007  T.Fiedermann  Insert DIV Layout and Carousel                   */
/*                                                                            */
/******************************************************************************/



/******************************************************************************/
/* Common Layout                                                              */
/******************************************************************************/
body	{
	background-color:#000000;
	font-family: arial;
	font-size: 0.8em;
	color: #FFFFFF;
	}

img   {
	border:none;
	vertical-align: middle;
	}

.rightContentImage {
	width: 200px;
	}

h1, h2, h3 {
	color: #00ff00;
}

hr {
	background-color:#00ff00; 
	color: #00ff00;
	noshade:noshade;
}

/******************************************************************************/
/* DIV Layout                                                                 */
/******************************************************************************/
.middler {
	width: 1024px;
	margin:0px auto;
	}

.body	{
	float: left;
	width: 1024px;
	margin:0px auto;
	}

.title { 
	width:1024px;
	height: 90px;
	margin:0px auto;
	padding: 0px;
	}

.content {
	background-color: #333333;
	border:1px solid #4f4c4c;
	width:830px;
	float:right;
	padding:0px 10px;
	-moz-border-radius:15px;
	}

.footer {
	text-align: center;
	}

.leftContent {
	width: 560px;
	float: left;
	}

.rightContent {
	width: 240px;
	float: right;
	text-align: right;
	margin-top:35px;
	}

.left {
	width:170px;
	height:inherit;
	float:left;
	}



/******************************************************************************/
/* Menu Layout                                                                */
/******************************************************************************/
.menucontainer {
	border:1px solid #4f4c4c;
	background-color: #000000;
	width:160px;
	margin-bottom:10px;
	-moz-border-radius:5px;
	}

.menutitle {
	font-weight:bold;
	color: #00ff00;
	margin:2px;
	margin-left: 8px;
	}

a.menu:link, a.menu:visited {
	color:#eeeeee;
	background-color:#333333;
	text-decoration:none;
	outline: none;
	}

a.menu:active, a.menu:hover {
	outline: none;
	}

a.menu {
	display:block;
	padding:3px;
	background-color:#333333;
	color:#66ccff;
	text-decoration:none;
	outline: none;
	}

.menuspacer {
	display:block;
	background-color:#333333;
	height: 0.7em;
	}

.menuPhoto {
	height: 20px;
	position: center;
	padding-right: 5px;
}



/******************************************************************************/
/* Comment in Text                                                            */
/******************************************************************************/
.simpleComment {
	background-color: #4f4c4c;
	padding: 5px;
	}

.commentBoxHeader {
	font-weight:bold;
	background-color: #000000;
	border-bottom:1px solid #4f4c4c;
	margin:0px;
	}

.commentBoxBody {
	border:1px solid #4f4c4c;
	background-color: #4f4c4c;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	}



/******************************************************************************/
/* Zitat des Tages                                                            */
/******************************************************************************/
.citationBoxBody {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #4f4c4c;
	-moz-border-radius:30px;
	}
.citation{
	font:italic 1.8em Helvetica;
	text-align:center;
}

.citationAuthor{
	font:1.2em Helvetica;
	color: #00ff00;
	text-align:center;
}



/******************************************************************************/
/* Navigation in Photo Gallery                                                */
/******************************************************************************/
a.photoNavigation {
	padding: 3px;
	background-color: #737994;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #eeeeee;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

div.photoNavigation {
	display: block;
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
}

span.actualSide {
	font-size: 1em;
	font-weight: bold;
	background-color: #eeeeee;
	color: #737994;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}



/******************************************************************************/
/* Diverse                                                                    */
/******************************************************************************/
.rightImage   {
	float:right;
	margin-left: 20px;
	border:1px solid #777;
	width:180px;
	height:246px;
	}

.leftImage   {
	float:left;
	margin-right: 20px;
	border:1px solid #777;
	width:180px;
	height:231px;
	}

.leftImage2   {
	float:left;
	margin-right: 20px;
	border:1px solid #777;
	}

.PictureGalleryImage   {
	float:left;
	margin-right: 20px;
	width:140px;
	}

.header {
	text-align: center;
	font-weight:bold;
	text-height: 1.2em;
	background-color:#737994;
	}

.login {
	border-collapse:collapse;
	}

.login tr {
	border: 2px solid #737994;	
	}

a {
	text-decoration:none;
	color: #00ff00;
	outline: none;
}

.center {
	text-align:center; 

}


/******************************************************************************/
/* Diverse                                                                    */
/******************************************************************************/
a.logoutButton { 
	display:block; 
	margin-bottom:5px; 
	text-align:center; 
	width:16ex;
      border-style:ridge; 
	border-width:3px; 
	padding:2px; 
	text-decoration:none; 
	}

a.logoutButton:link, a.logoutButton:visited { 
	color:#ffffff; 
	background-color:#737994; 
	}


a.logoutButton:active { 
	color:#737994; 
	background-color:#ffffff; 
	}



/******************************************************************************/
/* Guestbook                                                                  */
/******************************************************************************/
.guestbookTable {
	border: solid 1px #4f4c4c;
	width: 100%;
	border-collapse:collapse; 
	
}
.guestbookLeft {
	width: 100px;
	text-align: center;
	vertical-align: top;
}
.guestbookMonth {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.guestbookDay {
	font-size: 3.0em;
	font-weight: bold;
	color: #00ff00;
}
.guestbookYear {
	font-weight: bold;
	color: #FFFFFF;
}
.guestbookTime {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.guestbookRight {
	background: #FFFFFF;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
.guestbookHeader {
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px;
}
.guestbookText {
}


td{
	vertical-align: top;
}



/******************************************************************************/
/* PictureGallery                                                             */
/******************************************************************************/
.GalleryPictureNo {
	text-align: center;
}

.GalleryNavigation {
	text-align: center;
}

.GalleryThumbs {
	text-align: center;
}

td.GalleryThumbView {
	text-align: center;
	background-color: #4f4c4c;
	height: 120px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.GalleryNoOfComments {
	font-size: 0.8em;
	padding-top: 3px;
	color: #00ff00;
}

.GalleryNameOfComments {
	font-size: 0.8em;
	color: #eeeeee;
}

td.comment {
	color: #EEEEEE;
	text-align: center;
}
td.galleryInfo {
	text-align:right;
	color: #00ff00;
	font-size: 0.8em;
	font-style:italic;
}

