/********************************************************************************
* phpComasy, Content Management System                                          *
* http://phpcomasy.noreality.ch                                                 *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

body {
	padding: 0px; margin: 0px;
	height: 100%;
}
input, textarea, select {margin-bottom: 1px;}
form {margin: 0px;padding: 0px;}
img {border: none;}
label {width: 120px; padding: 3px 0px 0px 0px;	float: left;}
h1 {font-size: 150%; font-weight: bolder;}
h2 {font-size: 130%; font-weight: bolder;}
h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}

.message {
	display: none;
}

.next-button,
.previous-button {
	display: none;
}


#title {
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: 70px;
}


#content {
	line-height: 16px;
}

h1, h2 {
	color: black;
	font-size: 10px;
	font-weight: bold;
	display: none;
}
h2 {
	padding-bottom: 16px;
}


#root-navigation {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 70px;
	display: block;
}


#my-navigation {
	background: #FC110D;
	width: 60%;
	display: inline;
}

.navigation {
	line-height: 15px;
	
	margin-left: 0px;
	font-weight: normal;
	padding: 0px;
	color: white;
	font-weight: bold;
	display: inline;
	
	clear: left;
	margin-bottom: 10px;
}

.navigation ul {
	display: inline;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	line-height: 16px !important;
	padding: 2px 0px 2px 0px;
}
.navigation li a {
	padding: 0px;
	margin: 0px;
	display: inline;
	background: #FC110D;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	font-weight: bold;
	line-height: 16px !important;
	white-space: nowrap;
}
.navigation li.current a {
	background: black;
	font-weight: normal;
	color: white;
	font-weight: bold;
}
.navigation li a:hover {
	background: black;
	color: white;
}


.navigation li.level1 {
	float: left;
	font-size: 100%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}

.navigation li.level1 a {
  margin: 0px;
}







.page_123,
.page_counter {
	border: none;
	margin-top: 10px;
	padding-bottom: 20px;
	background: transparent;
	width: 400px;
}

.page_123 a,
.page_counter a {
	font-weight: normal;
	text-decoration: none;
}

.page_123,
.page_counter {
	font-weight: bold;
}

.comments legend {
	background: #FC110D;
	color: white;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
	/* font-weight: normal; */
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 12px;
}

.comments legend img {
	display: none;
}

.comments {
	border: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;

}
.comments input,
.comments textarea {
	border: 1px solid black;
}
.comment_entry {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

.news_date {
	color: black;
}

.page_counter {
	display: none;
}

