/* Created by FwD Design */

body {
	background: url(img/body_background.png);
	background-attachment: fixed;
}

table.main {
	margin-left: auto;
	margin-right: auto;	
	width: 907px;
}

td {
	vertical-align: top;
	padding: 0%;
}

img {
	border: 0;
	display: block;
}


a, a.visited
{
	text-decoration: none;
	color: blue;
}

td.mainHolder {
	background: url(img/main_content.png); 
	width: 715px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: Lucida, sans-serif;
	text-align: left;
}

td.header {
	width: 907px;
	height: 52px;
}

td.headerBottom {
	background: #FFFF00;
	height: 32px;
	width: 157px;
}

td.menuItem {
	position: relative;
	z-index: 2;
	height: 32px; 
	width: 93px;
	cursor: pointer;
}

td.footer {
	width: 907px;
	height: 26px;
}

td.sbHolder {
	width: 192px;
	font-family: Lucida, sans-serif;
	text-align: left;
}

td.shoutboxMain {
	background: url(img/shoutbox_main.png);
	background-repeat: no-repeat;
	width: 192px;
	height: 404px;
}

td.shoutboxSpacer {
	background-repeat: repeat-y;
	background: url(img/shoutbox_spacer.png);
	width: 192px;
}

#shoutboxdiv {
	/* Typical fixed height and fixed width example */
	width: 145px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	top: 28px;	
	left: 28px;
}
			
td.shout {
	font-size: 8pt;
	font-family: MS Shell Dlg;
}

input.shoutInput {
	background: #d1d1d1;
	width: 162px;
	margin: 0px;
	font-size: 10px;
	border: 1px solid yellow;	
}

textarea.shoutInput {
	background: #d1d1d1;
	width: 162px;
	margin-top: 0px;
	font-family: MS Shell Dlg;
	font-size: 10px;
	border: 1px solid yellow;	
}

td.error {
	font-size: 14pt;
	font-weight: bold;
	padding-left: 25px;
}

td.imgAdminTitle {
	font-size: 10pt; 
	font-weight: bold; 
	padding-bottom: 10px;
	padding-top: 25px;
}

/* image.php */
td.imgLibraryContainer {
	width: 400px;
	border: 1px solid #a5acb2;
	background-color: white;	
}

/* image.php */
div.imgLargeContainer {
	width: 350px;
	border: 1px solid #a5acb2;
	background-color: white;
	position: absolute;
}

/* image.php */
div.bcContainer {
	width: 330px;
	border: 1px solid #a5acb2;
	background-color: white;
	position: absolute;
	top: 50;
}

/* image.php */
td.imgGeen {
	font-size: 10pt; 
	color: red; 
	padding-left: 20px; 
}

/* image.php */
td.imgNummer {
	font-size: 10pt; 
	padding-bottom: 5px;
}

/* image.php */
table.imgUploadContainer {
	border: 1px solid #a5acb2;
	background-color: white;
}

/* container.php */
td.tabMenuHolder {
	background-color: #FFFF00; 
}

/* container.php */
td.tabContentHolder {
	background: url(img/content_center.png);
	width: 556px;
	height: 340px;
	padding-bottom: 25px;
}

/* container.php */
td.tab {
	position: relative;
	z-index: 2;
	background: url(img/tab.png);
	width: 102px;
	height: 24px; 	
	vertical-align: middle;
	padding-bottom: 2px;
	color: #c3c309;
	text-align: center;
	font-family: Lucida, sans-serif;	
	font-size: 8pt; 
	cursor: pointer;
}

td.subTab {
	position: relative;
	z-index: 3;
	background: url(img/subtab.jpg) no-repeat;
	color: #ffff00;
	padding-right: 5px;
	cursor: pointer;
	font-size: 8pt;
	vertical-align: middle;
	height: 25px; 
	width: 77px;
}

