/* Online Business, free web template by davereederdesign.com */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	color: #333;
	background-color: #e0e0e0;
}

/* Global styles */
* {
	margin: 0; 
	padding: 0; 
	
}

span {
	color: #00A2FF
}
p, ul, p a, h2 {
	font-family: Arial, Helvetica, sans-serif
}
ol {
	padding-left: 25px;
}




/* Heading styles */
h1 {
	margin-top: 20px;
	margin-left: 10px; 
	font-family: Georgia, serif; 
	color: #333; font-weight: normal; 
	margin-left: 10px; 
	font-size: 1.4em
}

.csc-header-date {
	font-size:x-small;
	margin-top:100px;
	margin-bottom:-20px;
}

.csc-header-n2 {
	margin-top: 20px;
}

.csc-header-n2 h1{
	margin-left: 10px;
	font-family: Georgia, serif;
	color: #333;
	font-weight: normal;
	font-size: 1.2em;
}

.csc-header-n3 {
	margin-top: 20px;
}

.csc-header-n3 h3{
	margin-left: 10px;
	font-family: Georgia, serif;
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}

h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {
	margin-left: 10px;
	font-family: Georgia, serif;
	color: #333;
	font-weight: normal;
	font-size: 1em;
} /* headings on black backgrounds */

h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}


h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */



/* Text styles */
p {margin: 10px; font-size: 0.70em; line-height: 1.75em}

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {
	margin: 0 0 0 10px;
	padding-left: 10px;
	padding-top: 50px;
	font-family: Georgia, serif;
	font-size: 1.45em;
	line-height: 1.05em;
	font-weight: normal;
	letter-spacing: -0.05em;
}

acronym {border-bottom: 1px dashed #333; cursor: help}


ul {
	font-size: 0.7em;
	line-height: 1.75em;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 26px; 
}

ul ul{
	margin-left: 30px; 
	font-size: 0.95em; 
	line-height: 1.75em; 
	list-style: inside disc;
}

ul ul ul{
	margin-left: 30px; 
	font-size: 0.95em; 
	line-height: 1.75em; 
	list-style: inside circle;
}



/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}


/* Divs */

#container {
	width: 770px;
	background-color: #00FF00;
	float:none;
}

#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 25px;
	background: #333;
}
	
	
#hdr {
	width: 770px;
	height: 4.5em;
	line-height: 4.5em;
	background: #fff;
}

#hdr h1 {
	margin-top:0px;
	font-size: 1.3em;	
	margin-left: 5px;
	padding-left:0px;
	float:left;
}

#navbar {
	width: 770px;
	height: 1.75em;
	background: #f0f0f0;
}

#navbar ul {
	font-size: 11px;
	margin-left: 12px; 
}

#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 200px;
	background: url('images/siteimage.jpg') #fff; /* Light Grey */	
}

#lftcol {
	padding-top: 2px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;	
}

#content {
	margin:0px;
	margin-left: 200px;
	border:0px;
	padding:0px;
}

#content_container
{
	float: right;
	margin-left: -200px;
	width: 100%;	
}

#rgtcol h3 {
	margin-left: 10px;
	font-family: Georgia, serif;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
}

#blogCol {
	width:770px;
	margin-left:0px;
	overflow:visible;	
}


#rgtcol h1 {
	margin-bottom:5px;
	padding-right:10px;
}

#rgtcol p {
	padding-top:0px;
	margin-top:0px;
	padding-right:10px;
}

#bttmbar, #bttmbarBlog { /* bottom bar, containing top button and copyright info etc */
	width: 770px;
	background: #ffffff;
	float:left;
	border-top: 30px solid #ffffff;
}

#bttmbar p, #bttmbarBlog p {
	text-align: center;	
}

/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 3px; 
	display: inline;
	font-weight: bold
}

#nav a span {color: #333;}

#caption, #numberDisplay {
	color: #CCCCCC;	
}

#login {
	float: right; 
	height: auto;
	width: auto;
	padding-right:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Forms, Input boxes and buttons */

input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 3em; background: #00A2FF; color: #fff; font-size: 1.0em}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */


/**************** languageMenu area styles ****************/
.tx-srlanguagemenu-pi1 {
	float: right;
	width:100px;
	display:block;
	height: 15px;
	margin-top: 5px;	
	text-align: right;	
	font-size: xx-small;
}

#languageMenu .tx-srlanguagemenu-pi1, #languageMenu .CUR, #languageMenu .SPC, #languageMenu .NO{
	font-size: xx-small;
	text-align: right;	
	float: right;	
}



#subBackground {
	width: 770px;
	height: 24px;
	background: #333;
}

/* header for left column */

#leftHeader, #leftHeader  h1{
	/*width:771px;*/
	float: left;
	width:200px;
	margin: 0px;
	padding-left:4px;
	line-height: 24px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888888;
	background-color: #333;	
}


/* sub-menu */
#submenu {
	width: 566px;
	padding:0px;
	float: right;
	font-size: 0.65em;
	background-color: #333;
	color: #fff;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#submenu ul {
	display: inline;
}

#submenu li {
	display: inline;
}

#submenu a {
	line-height: 24px; /* same as height of nav bar */
	margin:0px;
	padding-right:5px;
	padding-left:5px;
	display: inline;
	font-weight: bold;
}

#submenu a.not_active {
	display: inline;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	
	padding-right:5px;
	padding-left:5px;
}


#submenu a.current, #submenu a:hover {
	line-height: 24px; /* same as height of nav bar */
	
	margin:1px;
	
	padding-right:4px;
	padding-left:4px;
	
	padding-top:5px;
	padding-bottom:5px;
	
	display: inline;
	font-weight: bold;
	font-size: 10px;
	background-color: #f0f0f0;
	color: #000000;
}


.bmarker {
	color: #000000;
	font-weight: lighter;
	font-size: 125%;
}

/* Menu active / not active */
a.not_active {
	margin-right: 15px;
	display: inline;
	font-weight: bold;
}


a.current {
	margin-right: 15px;
	margin-left: 3px; 
	display: inline;
	font-weight: bold;
	color: #000000;
}


/* Text with Image options */
.csc-textpic-imagewrap {
	margin: 5 10 0 10;
}


/***** NEWS-module *****/
.news-list-container h3 {
	font-family: Georgia, serif; 
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
    font-size: 20px; 
	line-height: 20px; 
	font-weight: normal;
		
}

.news-list-container h3 a {
	color: #000000;	
}


.news-list-item p {
	margin-bottom: 2px;	
}


.news-list-date {
	display:block;
	font-size: 9px;
	border-top: 0px;
	letter-spacing: 0.05em;
	color: #888;
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 4px;
}
	
.news-list-morelink, .news-list-category {
	font-size:11px;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.news-list-morelink {
	margin-bottom: 30px;
}

#all_content_wrap {
	margin:0px;
	/*float:left;*/
	background-color: #FFFFFF;	
	width: 770px;
	overflow:auto;
}

.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

/* Login-form style (in header) */

.tx-loginboxmacmade-pi2 {
	width:260px;
	height:50px;
	line-height:20px;
	text-align:right;
	margin-top:0px;
	border-top:0px;
	padding-top:20px;
}


input {
	text-align:left;
}

select {
   	border:1px solid #cccccc;
}

#tx-loginboxmacmade-pi2-submitImage {
	border:0px;
}

/* Style for die Email-Form */
.csc-mailform {
        border: 0px;
		margin-top: 20px;
		margin-left: 12px;
}

.csc-mailform-field {
	margin-bottom:10px;
}

#mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

#mailformtext {
	width:100%;
    border: 1px solid #000000;
	margin-left: 0px;
}

#mailformSelect_options, #mailformname, #mailformemail {
	width:200px;
    border: 1px solid #000000;
	margin-left: 0px;
	
}


.macmade_smallLoginBox_textInForm {
	padding-left:5px;
}

/**** 	INDEXED SEARCH STYLES *********/

/* general font-style for advanced search options table */
#advancedSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#advancedSearch td{
	text-align:left;
	padding-right:0px;
	padding-bottom:5px;	
}

.tx_indexedsearch_advancedLink, .macina_searchbox_advancedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em; 
	padding-left:5px;
}

.tx_indexedsearch_advancedLink a, .macina_searchbox_advancedLink a {
	font-weight:normal;
}


.macina_searchbox_submitButton {
	width:100px;
	text-align:center;
}

.tx-indexedSearch-searchbox-submitButton {
	text-align:center;
}


.macina_searchbox_textfield, .tx-indexedsearch-searchbox_textfield {
	border:1px solid #cccccc;
	width:200;
	font-size:small;
}
