/* 
  -----------------------------------
  CMS Style Sheet
  by Andreas Theis
  www.theischi.ch
  -----------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Black;
	background-color: White;
	margin-top: 44px; /*17%;*/
	margin-left: 173px; /*17%;*/
	/*margin-right: 12%;*/
	background-image: url(../images/sidebar_bg_main.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
div {
}

/*Heading Styles*/
h1 {
	padding: 5px 0 5px 0;
	margin: 15px 100px 20px 25px;
}
h2 {
	padding: 5px 0 5px 0;
	margin: 15px 100px 20px 25px;
	font-size: 125%;
}
h3 {
	padding: 5px 0 5px 0;
	margin: 15px 100px 2px 25px;
	font-size: 105%;
}
h4 {
	border-bottom: 1px solid;
}
h5 {
	font-size: 100%;
	border-bottom: 1px solid;
}

/* Elements */
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
th {
	background-color: #666666;
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	padding: 2px 0 2px 5px;
}
tr {
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	/*background-color: #333333;	*/
}
blockquote {
	font-style: italic;
	border-top: solid 1px #e3e3e3; 
	border-left: solid 1px #e3e3e3; 
	border-right: 2px solid #e3e3e3; 
	border-bottom: solid 2px #e3e3e3; 
	padding: 5px;
	margin-right: 250px;
}
/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #777777;
}
a:visited {
	color: #777777;
}
a:active {
	color: #555555;
}
a:hover, a:focus {
	color: Black;
	background-color: #FFFFFF;
}
/* IDs */
#header {
	margin: 22px 0 0 -100px;
	background-position: right;
	background-repeat: no-repeat;
}
#navigation {
	margin-top: -6px;
/*	font-weight: bold;*/
}
#content {
	line-height: 135%;
	margin: 10px 50px 0 -30px;
	padding: 5px;
	font-size: 100%;
}
#normal {
	margin: 0px 0px 0px 25px;
}
#blog {
	clear: both;
}
#footer {
	clear: both;
	color: #666666;
	border: 1px solid #666666;
	margin: 100px 50px 0 -90px;
	padding: 4px 0 4px 10px;
	font-size: 80%;
}

/* Classes */
.Textbold {
	font-weight: bold;
}
.frontpic {	
	float: left;
	margin: 0 15px 0 0;
}

.Explanation {
	font-size: 85%;
	color: #666666;
}
.ExplanationBold {
	font-weight: bold;
}
.ErrorMsg {
	color: #FFDD95;
	background-color: #CC4E33;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}
.homebar {
	font-size: 85%;
	color: Grey;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
}
.homebarff {
	font-size: 85%;
	color: Grey;
	text-decoration: none;
}
.phonebar {
	/*margin-top: 12px;*/
	margin-left: 85px;
	margin-bottom: 22px;
	font-size: 125%;
	font-weight: bold;
}
.mailbar {
	text-decoration: none;
	margin-left: 85px;
}
.Warning {
	color: #333333;
	background-color: #FFDF5E;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}
.form_validation_field_error_error_message {
		color:#cc0000;
		font-weight: bold;
		clear:left;
}
form.form_validation_form_error table {
		border: 2px solid red;
}	
