/* CSS File by Florian Kofmel 
   for Website Development Course
   at Bond University */


html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #c59745;
	text-align: center;
	margin-top: 0px;
	scrollbar-face-color:#000000;
    scrollbar-highlight-color:#c59745;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#c59745;
    scrollbar-arrow-color:#c59745;
    scrollbar-track-color:#c59745;
	overflow: -moz-scrollbars-vertical;
}
img {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
}

img.center {
	float: none;
}

table {
	width: 800px;
	background-color: #000000;
	border: 1px;
	border-collapse: collapse;
}

#maintable{
	margin: auto;
}

.tableMainborder {
	background-color: #0D101C;
	width: 780px;
	padding: 5px;
	border: none;
}

.tableMaincontent {
	background-color: #FFFFFF;
	padding: 5px;
}

p {
	text-align: justify;
	line-height: 1.5em;
}

.highlight {
	color: #c59745;
	}
	

p.right {
	text-align: right;
	line-height: 1.5em;
}

p.left {
	text-align: left;
	line-height: 1.5em;
}

p.center {
	text-align: center;
	line-height: 1.5em;
}

td {
	text-align: left;
	padding: 10px;
	vertical-align:top;
}

#tdPaddingCentent { /* Löst doppeltes Padding Problem in Firefox */ 
	margin: 10px;
	}

#tdBanner {
	background-image: url(images/sd2007_banner.jpg);
	text-align: center;
	vertical-align: top;
	height: 123px;
}

#tdNavigation {
	background-color: #574016;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	padding: 0px; /* Löst doppeltes Padding Problem in Firefox */ 
}

#tdNavigation a {
	text-decoration: none;
	color: #FFFFFF;
}

#tdNavigation a:hover {
	color: #000000;
	text-decoration: none;
}

#tdImg {
	text-align: center;
}

.popup {
	margin: 0;
	text-align: left;
}

.capture {
	font-size: 10px;
	font-style: italic;
}

#tdfooter {
	font-size: 10px;
	
}

ul {
	color: #81A7E0;
	list-style-type: square;
}

li {
	font-size: 12px;
	line-height: 20px;
}

hr {
	background-color: #b0812c; /* Farbe für Opera und Firefox */ 
	color: #b0812c; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #81A7E0;
	margin-top: 30px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #4b619f;
	padding: 5px;
}


a:link {
	color: #c59745;
	text-decoration: none;
}

a:hover {
	color: #c59745;
	text-decoration: underline;
}

a:visited {
	color: #c59745;
	text-decoration: none;
}
