@charset "utf-8";
/************
Site wide tags
*************/

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff9e8;
	font-size: 85%;
	line-height: 1.25em;
	background-color: #000000;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body,td,th {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
}
/*.content {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 16px; color: #FFFFFF}*/

h1 {
	font-size: 16px;
	color: #009999;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.aquamarine {
	color: #009999;
}
.brown {
	color: #E4A68B;
}
/************
Image handling
*************/ 
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.imgborder-red {
	border: thin ridge #660413;
}
.imgborder-black {
	border: thin ridge #000000;
}
.imgborder-none {
	border: none;
}
.caption {
	font-size: 10px;
	color: #fff9e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
/************
General links
*************/
a:link { 
	text-decoration: none;
	color: #e4a68b;
}
a:visited {
	text-decoration: none;
	color: #e4a68b;
}
a:hover {
	text-decoration: underline;
	color: #e4a68b;
}
a:active {
	text-decoration: none;
	color: #e4a68b;
}
/*.content a:link { 
	text-decoration: none;
	color: #e4a68b;
}
.content a:visited {
	text-decoration: none;
	color: #e4a68b;
}
.content a:hover {
	text-decoration: underline;
	color: #e4a68b;
}
.content a:active {
	text-decoration: none;
	color: #e4a68b;
}*/

.bluelink {	size: 12;
	color: #009999;
	font-style: italic;
}
.bluelink a:link { 
	text-decoration: none;
	color: #e4a68b;
}
.bluelink a:visited {
	text-decoration: none;
	color: #e4a68b;
}
.bluelink a:hover {
	text-decoration: underline;
	color: #e4a68b;
}
.bluelink a:active {
	text-decoration: none;
	color: #e4a68b;
}

/************
Navigation links and styles
*************/
.navlinks {
	font-weight: bold;
}
.navlinks a:link {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}
.navlinks a:visited {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}
.navlinks a:hover {
	color:#009999;
	text-decoration:none;
	font-weight: normal;
}
.navlinks a:active {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}

/************
BSIT links (below footer)
*************/
.bsitlinks {
	font-weight: normal;
	size:80%;
}
.bsitlinks a:link {
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}
.bsitlinks a:visited {
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}
.bsitlinks a:hover {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
.bsitlinks a:active {
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

/************
Links embedded within text
*************/
.linktext {  
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #e4a68b;
}
.linktext a:link {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}
.linktext a:visited {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}
.linktext a:hover {
	color:#e4a68b;
	text-decoration:underline;
	font-weight: normal;
}
.linktext a:active {
	color:#e4a68b;
	text-decoration:none;
	font-weight: normal;
}
/************
Wrapper and Container
*************/
.thrColFixHdr #wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 

/************
Header
*************/

.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/************
Left sidebar
*************/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: right;
	color: #e4a68b;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-image: url(../images/bullet_07_08.gif);
	line-height: 2em;
}
.thrColFixHdr #container #sidebar1 p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/************
Right sidebar
*************/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.7em;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
}
#sidebar2inner {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.7em;
	background-image: url(../images/iconcross-180.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
}
.thrColFixHdr #container #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
/************
Main
*************/
.thrColFixHdr #mainContent {  /*For 3 column pages */
	margin-top: 0px;
	/*margin-right: 245px;*/
	margin-left: 165px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 500px;
} 
.thrColFixHdr #mainWide {  /*For 2 column pages */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20;
}

/************
Footer (may contain no content)
*************/ 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
/************
Lower Footer (Contains content in templates)
*************/ 
#tbl_lowfooter {
	margin: 0px;
	width: auto;
	padding: 0px;
}
#tbl_lowfooter p {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

/************
Floats and Clearfloats
*************/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************
Music player for index.html
*************/ 
#spielheader {    /*Music player for index.html*/
	text-align: center;
	width: 300px;
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 30px;
	margin-left: 150px;
}
#spiel {
	width: 600px;
	text-align: center;
	padding: 0px;
	margin: auto;
}
/************
Services page
*************/ 
.imageborder-blue {
	border: 1px solid #009999;
}
.imageborder-brown {
	border: 1px solid #E4A68B;
}
.table5050 {
	padding: 10px;
}
.h1-blue {
	color: #009999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	font-style: italic;
	font-weight: bold;
}


.bluelink {
	font-size: 12px;
	color: #009999;
	font-style: italic;
}
.bluelink a:link {text-decoration: none;}
.bluelink a:visited {text-decoration: none; }
.bluelink a:hover {text-decoration: underline; color: #ffffff;}
.bluelink a:active {text-decoration: none; }

.bg {  background-repeat: no-repeat}

ul { list-style-type:square }
/************
Repertoir page
*************/ 
#tbl_repertoir p {
	margin: 0px;
	padding: 0px;
}
/************
Showroom page
*************/ 
#tblShowroom {
	margin-top: 10px;
	margin-bottom: 10px;
}
/************
Services page
*************/ 
#service-list {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 15px;
}
.errortext/************
Error pages
*************/ 
 {
	font-size: 16pt;
	line-height: 130%;
}
