/********************************************************/
/* Stylesheet Website PC-7 TEAM (Design 2009)           */
/* Last update by Mensen 05.12.2009                     */
/********************************************************/

/********************************************************/
/* Standard color codes:								*/
/* Darkred (Header):			4f0f13					*/
/* Red CH-cross:				ce0f09					*/
/* Black:						000000					*/
/* White:						FFFFFF					*/
/* Grey:						CCCCCC					*/
/********************************************************/

/********************************************************/
/* Standard structure:									*/
/* Title												*/
/* {													*/
/* 		Size;											*/
/* 		Position (margin, padding, float);				*/
/* 		Background;										*/
/*		Text (Font, size, color, alignment,special);	*/
/* }													*/
/********************************************************/

/********************************************************/
/* Presentation and Font Styles standard XHTML          */
/********************************************************/

body 
{
	margin: 10px;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

/* Every page uses h1 as title */
h1 
{
	line-height: 20px;
	margin: 0 0 15px 100px;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #4f0f13;
	text-align: left;
	padding-left: 10px;
}

/* Text blocks */
p 
{
	margin: 10px 0 15px 0;
}

/* Links */
a:link, a:visited
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/* Links */
a:hover, a:active
{
	color: #4f0f13;
	text-decoration: underline;
}

/********************************************************/
/* Website's pages structure	                        */
/********************************************************/

/* Main frame contains the website title + bodyblock + footer1 and footer2*/
#globalcontainer 
{
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(img/design10_main_header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

/* Main part of the page, contains the menu and the contentcontainer, is below the header and above the footer */
#bodyblock 
{
	padding-top: 200px;
	width: 1000px;
	position: relative;
	color: #333333;
	overflow: auto;
	background-colour: transparent;
}

/* Left side (menu) of every pages */ 
#menu
{
	float: left;
	padding-top: 100px;
	display: inline;
	background-colour: transparent;
	width: 200px;
	text-align: left;
	text-indent: 20px;
}

/* Links in the menu */
#menu a:link, #menu a:visited 
{
	text-decoration: none;
	font-weight: bold;
}

/* Links in the menu */
#menu a:hover, #menu a:active 
{
	text-decoration: none;
	color: #4f0f13;
	font-weight: bold;
}

/* Contains the content */
#contentcontainer
{
	width: 780px;
	background-colour: transparent;
	color: #333333;
	text-align: left;
	float: right;
	display: inline;
}

/* The content itself */
#content 
{
	padding: 10px 25px 10px 25px;
	background-colour: transparent;
}

/* Footer1 is the menu HOME - SITEMAP - DISCLAIMER - ADMIN LOGIN */
#footer1 
{
	padding: 8px 0 8px 0;
	text-align: center;
	background-colour: transparent;
	color: #333333;
	font-size: 12px;
	float: clear;
}

/* Links in the footer1 */
#footer1 a:link, #footer1 a:visited 
{
	color: #4f0f13;
	font-weight: bold;
}

/* Links in the footer1 */
#footer1 a:hover, #footer1 a:active 
{
	color: #4f0f13;
	text-decoration: underline;
}

/* Footer2 is the red block at the bottom of the website */
#footer2 
{
	text-align: center;
	background: #4f0f13;
	color: #ffffff;
	border-top: 1px solid #000000;
	padding: 8px 0 8px 0;
	font-size: 10px;
}

/* Links in the footer2 */
#footer2 a:link, #footer2 a:visited 
{
	color: #ffffff;
	font-weight: bold;
}

/* Links in the footer2 */
#footer2 a:hover, #footer2 a:active 
{
	text-decoration: underline;
}

/********************************************************/
/* Menu										            */
/********************************************************/

/* level 1, normal state (NO) */
.menu1-level1-no
{
	margin: 7px 0 7px 0;
	font-weight: normal;
    color: #cccccc;
	font-size: 12px;
	padding: 6px 0 6px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* level 1, active state (ACT) */
.menu1-level1-act
{
	margin: 7px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 6px 0;
	border-top: 1px solid #cccccc;
	color: #22a0c4;
}

.menu1-level1-act A
{
	color: #22a0c4;
}

/* level 2, normal state (NO) */
.menu1-level2-no
{
  	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 2px 10px;
}

/* level 2, active state (ACT) */
.menu1-level2-act
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	color: #22a0c4;
}

.menu1-level2-act A
{
 	color: #22a0c4;
}

/* level 3, normal state (NO) */
.menu1-level3-no
{
  	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 2px 20px;
}

/* level 3, active state (ACT) */
.menu1-level3-act
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	color: #22a0c4;
}

.menu1-level3-act A
{
 	color: #22a0c4;
}

/********************************************************/
/* Links / News / FAQ							        */
/********************************************************/

/* Box containing every informations concerning 1 item (Link / News / FAQ) */
#item_box
{
	border: 1px solid #333333;
	background: #ffffff;
	margin-bottom:10px;
    width:730px;
}

/* Title */
.item_title
{
	background-color: #4f0f13;
	color: #CCCCCC;
	font-weight:bold;
	font-size: 14px;
	border-bottom:1px dotted #666666;
	padding: 3px 10px 3px 10px;
}

/* Description */
.item_description
{
	background-color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border-bottom:1px dotted #666666;
	padding:10px;
}

/* Image */
.item_image
{
	padding: 10px;
}

/* URL adress */
.item_url
{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 3px 10px 3px 10px;
}

/********************************************************/
/* Sitemap					                            */
/********************************************************/

/* Sitemap1 = Menu level 1 */
.sitemap1
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 3px 0 3px 15px;
	line-height: 16px;
}

/* Sitemap2 = Menu level 2 */
.sitemap2
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 5px 0 5px 40px;
	font-weight: normal;
}

/* Sitemap3 = Menu level 3 */
.sitemap3
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px 0 2px 70px;
}

/********************************************************/
/* Meetings               							 	*/
/********************************************************/

/* Table containing all the meetings of a given year */
.meetings_table
{
	border-collapse: collapse;
	background-color: #cccccc;
	margin: auto;
	width: 730px;
}

/* Head cells of the meetings table */
.meetings_head_cell
{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 14px;
}

/* Cells of the meetings table */
.meetings_cell
{
	border-top: 1px solid #4f0f13;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 12px;
}

/********************************************************/
/* TEAM		             							 	*/
/********************************************************/

/* Table containing all the team members of a given year */
.team_table
{
	background-color: #ffffff;
	margin: auto;
}

/* Cell of the team table */
.team_cell
{
	background-color: #ffffff;
	padding:5px 20px 5px 20px;
    font-size: 12px;
    border: 1px solid #4f0f13;
    text-align: center;
}

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

/* Table containing pictures */
.pictures
{
	margin: auto;
	width: 730px;
	height: 550px;		
	background-color: #ffffff;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
}

/* Caption of a table containing pictures */
.picture_table_caption
{
	width: 730px;
	height: 30px;		
	background-color: #ffffff;
	colour: #4f0f13;
	text-align: center;
	vertical-align: middle;
}

/* Cell containing a picture in a gallery table (small pictures) */
.table_picture
{
	background-color: #ffffff;
	width: 170px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4f0f13;
}

/* Cell containing text in a gallery table (small pictures) */
.table_text
{
	background-color: #ffffff;
	height: 20px;
	width: 170px;
	text-align: center;
	vertical-align: middle;
	color: #4f0f13;
	border: 1px solid #4f0f13;
}

/* Cell containing a medium picture */
.table_picture_medium
{
	width: 730px;
	height: 480px;		
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4f0f13;
}

/* Cell containing the comment and counter of a medium picture */
.picture_medium_text
{
	width: 730px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	border: 1px solid #4f0f13;
}

/********************************************************/
/* Guestbook							                */
/********************************************************/

/* Box containing all the informations of a given guestbook message */
.guestbook_box
{
	border: 1px solid #333333;
	background: #ffffff;
	width: 730px;
}

/* Title of the guestbook message (Name, place, date) */
.guestbook_header
{
	background-color: #4f0f13;
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding: 3px 10px 3px 10px;
}

/* Message */
.guestbook_message
{
	background-color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	border-top:1px dotted #666666;
	padding:10px;
}

/* Email adress of the visitor */
.guestbook_mail
{
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0 10px 0 10px;
}

/* Title of comment */
.guestbook_comment_title
{
	font-weight: bold;
}

/* Comment */
.guestbook_comment
{ 
	font-style: italic;
}