/* global */
html{height: 100%;}

.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	line-height: 11px;
}


a:hover
{	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
}



p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, 
{
	font-size: 95%;
	letter-spacing: 0.15em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
/*	text-transform: uppercase; */
	font-weight: normal;
}


h3
{
	font-size: 95%;
	letter-spacing: 0.15em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
/*/*	text-transform: uppercase; */*/
	font-weight: normal;
}


h4, h6
{
	font-size: 110%;
	letter-spacing: 0.15em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
/*	text-transform: uppercase; */
	font-weight: normal;
}



img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 770px;}

/* logo */
#logo
{ width: 770px;
  height: 120px;
  border-top: 5px solid;
}

#logo
{ font-size: 100%;
  padding: 14px 0px 0px 0px;
  float: center;

}

#colours
{ height: 0px;
  text-align: right;
  padding: 20px 0px 0px 0px;
}

/* navigation menu */
#menubar
{ width: 770px;
  height: 65px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 18px 12px 8px 12px;
  text-align: center;
  border-right: 1px solid;
} 

#search
{ float: right; 
  padding: 16px 0px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: verdana, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 770px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #FFF;
} 

/* sidebar */
.sidebar
{ float: right;
  width: 190px;
  padding: 15px 20px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem li a 
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
/*  display: block;*/
} 

.sidebaritem li a:hover
{ text-decoration: underline; 
  padding: 0px 0px 0px 18px;
/*  display: block;*/
} 



/* page content */
#content
{ text-align: left;
  width: 497px;
  float: left;
  padding: 22px 10px 15px 28px;
}

#content h1{font-size: 125%;}

#content a, #footer a{border-bottom: 1px dotted;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

#content a.colour, #content a.colour:hover{border-bottom: 0px;}

/* footer */
#footer
/*{ width: 730px; */
{ height: 40px;
  padding: 18px 20px 4px 20px;
  text-align: center; 
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
.tabelle_HEAD {
	text-transform: none;
	font-weight: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.tabelle_BODY {
	font-size: 110%;
	letter-spacing: 0em;
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #FF9900;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fusszeiele {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	line-height: 11px;
}
.tabelle_HEAD_BLUE {
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #1C479C;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1C479C;
	border-right-color: #1C479C;
	border-bottom-color: #1C479C;
	border-left-color: #1C479C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.tabelle_BODY_BLUE_ALT {
	font-size: 110%;
	letter-spacing: .1em;
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #FF9900;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1C479C;
	border-right-color: #1C479C;
	border-bottom-color: #1C479C;
	border-left-color: #1C479C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabelle_HEAD_GREY {
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.tabelle_BODY_GREY {
	font-size: 110%;
	letter-spacing: .1em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1C479C;
	border-right-color: #1C479C;
	border-bottom-color: #1C479C;
	border-left-color: #1C479C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.tabelle_BODY_blue {
	font-size: 110%;
	letter-spacing: 0em;
/*	text-transform: uppercase; */
	font-weight: normal;
	color: #FF9900;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1C479C;
	border-right-color: #1C479C;
	border-bottom-color: #1C479C;
	border-left-color: #1C479C;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
