img {
	border: 0px;
}

html {
	height:			100%;
	width:			100%;
}
body {
	background-color: #FFFFFF;
	background: url(/images/design/topbg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

td {
 font-size: 12px;
}

#topShadow {
	background: url(/images/design/topShadow.gif) repeat-y;
	width:720px;
	height: 120px;
}

#topBar {
	background-color: #FFFFFF;
	background: url(/images/design/topBarBg3.gif) repeat-x;
	width: 700px;
	height: 120px;
	padding-top: 5px;
}

#mainShadow {
	background: url(/images/design/mainShadow.gif) repeat-y;
	width: 720px;
	float: none;
}

#menuBar {
	background: url(/images/design/menuBg3.gif) repeat-x;
	width: 700px;
	height: 22px;
}

#mainContainer {
	background-color: #FFFFFF;
	width: 700px;
	background: url(/images/design/leftBoxBg.gif) repeat-y;
	text-align:left;
	padding-bottom: 30px;
}

#main {
	width: 490px;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
}


#leftBox {
	width: 200px;
	text-align: left;
}


#mainContent {
	line-height: 1.7em;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}



#bottomBg {
	width: 100%;
	background: url(/images/design/bottomBg.gif) repeat-x;
}

#bottomBar {
	background: url(/images/design/bottomBar.gif) repeat-x;
	height: 70px;
	width: 700px;
}
#bottomTxt {
	color: #CCCCCC;
	padding-top: 20px;
	font-weight: bold;
	font-size:11px;
}

#bottomShadow {
	background: url(/images/design/topShadow.gif) repeat-y;
	width:720px;
	height: 70px;
}

img.left {
	border-bottom: 3px solid #FFCE82;
	border-top: 1px solid #A5A4A0;
	width: 199px;
	margin-bottom: 10px;
}

img.menuSep {
	margin-left: 10px;
	margin-right: 10px;
}

.boxHeadline {
	background: url(/images/design/redDot.gif) no-repeat;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 0px;
}


#statusBox {
	float:none;
	width: 590px;
	margin-bottom: 20px;
	background: url(/images/button.gif) no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	height: 20px;
	border: 0px;
	font-weight: bold;
	color: #FF0000;	
}

.boxText {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 10px;
}


input.contact {
	width: 300px;
}

h1 {
	background: url(/images/design/orangeDot.gif) no-repeat;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 0px;
}

a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


.productBox {
	background-color: #EAEAEA;
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 10px;
	font-size: 11px;
}



.forumSmallTxt	{
	font-size: 10px;
}
.forumHeadline	{
	font-weight: bold;
}

table.forumTableTopics	{
	width: 95%;
	border: 1px solid #000000;
}

table.forumTableWrite	{
	width: 550px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
}

table.forumQuote	{
	border: 1px solid #CCCCCC;
	width: 95%;
	background-color: #777777;
}

	/*FOTOALBUM */
	img.photoalbum {
		border: 5px solid #222222;
	}
	a.photoalbum {
		width: 180px;
		DISPLAY: block; 
		border: 5px solid #000000;
	}
	a.photoalbum:hover {
		DISPLAY: block; 
		border: 5px solid #333333;
	}
	input.uploadFile {
		width: 400px;
	}
