*{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
}

a{
	text-decoration: none;
}

a img{
	border: none;
}

a:hover{
	text-decoration: none!important;
}

.current, .current a{
	color: #3a5c25!important;
}

td{
	vertical-align: top;
}

body{ 
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

table#all{
	margin: auto;
	width: 800px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

td#header{
	height: 250px;
	background-repeat: no-repeat;
	background-image: url(../images/head.jpg);
}

td#menu{
	height: 60px;
	background-color: #EAEAEA;
	border-top: 1px solid #F5F5F5!important;
}

td#content{
	height: 350px;
	background-color: #F4F4F4;
	padding: 10px;
	border-top: 1px solid #CFCFCF!important;
	border-right: 1px solid #CFCFCF!important;
	padding-bottom: 20px;
}

td#right{
	width: 190px;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
	border-top: 1px solid #CFCFCF!important;
}

div#footer{
	height: 16px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 6px;
	color: #676767;
	background-image: url(../images/footer.png);
	width: 800px;
	margin: auto;
	margin-top: -2px;
	background-repeat: no-repeat;
}

div#footer a{
	color: #676767;
	text-decoration: none;
}


div#logo{
	width: 180px;
	height: 180px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top: -3px;
}

div#countdown{
	position: absolute;
	width: 190px;
	height: 65px;
	margin-left: 608px;
	top: 185px;
	background-image: url(../images/countdown.png);
	background-repeat: no-repeat;
}

div#countdownText{
	margin-left: 67px;
	margin-top: 25px;
	font-family: Arial, Verdana;
	color: #222222;
}

div#countdownTextHover{
	display: none;
	margin-left: 67px;
	margin-top: 13px;
	color: #222222;
	font-size: 12px;
	padding-right: 3px;
}

/* menu */

div.menuItem{
	float: left;
	margin-left: 10px;
	margin-right: 50px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 16px;
}

div.menuItemImg{
	float: left;
}

div.menuItemTxt{
	padding-left: 10px;
	float: left;
	font-size: 16px;
	color: #343434;
	margin-top: 18px;
	text-decoration: none;
}

div.menuItem:hover, div.subMenuItem:hover{
	text-decoration: underline;
}

div.menuItemTxt a{
	font-size: 16px;
	color: #343434;
	text-decoration: none;
}

/* submenu */

div.subMenu{
	margin-left: 10px;
	margin-top: 20px;
	cursor: pointer;
}

div.subMenuItem{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.subMenuItemImg{
	float: left;
}

div.subMenuItemTxt{
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	color: #393939;
}


div.subMenuItemTxt a{
	color: #393939;
	text-decoration: none;
}

/* teaser */


div.teaser{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	/*border: 1px solid #CFCFCF;*/
	background-image: url(../images/teaser_bg.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	width: 270px;
	height: 90px;
	padding: 5px;
}

div.teaser:hover{
	background-color: #FFFFFF;
}

div.teaserImage{
	float: left;
	margin-top: 10px;
}


div.teaserRight{
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-top: 6px;
}

div.teaserTitle{
	float: left;
	font-size: 14px;
	color: #333333;
}

div.teaserContent{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #454545;
	margin-top: 3px;
}


/* quote */

div.quote table, tr, td{
	border: none!important;
}

div.quote{
	background-image: url(../images/postit.png);
	width: 260px;
	height: 260px;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.quoteContent{
	font-size: 12px;
	color: #3333DF;
	padding: 20px;
	padding-bottom: 0px;
}

div.quoteImage{
	float: left;
	margin-left: 15px;
}

div.quoteSource{
	margin-left: 7px;
	float: left;
	font-size: 12px;
	color: #454545;
}

/* gallerie */

div#myGallery{
	width: 100%
	padding: 0px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	background-color: #E5E5E5!important;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	padding-bottom: 50px;
}

div#myGallery h2{
	margin-bottom: 15px;
	padding: 10px;
}

/* sidebar */

div#sidebar{
	padding: 8px;
}

div#sidebar h5{
	color: #373737;
}

div.rightNewsItem{
	margin-bottom: 14px;
	line-height: 13px;
}

div.rightNewsDate{
	font-size: 11px;
	color: #565656;
}

/* etc */

.typography table{
	margin-left: 50px!important;
}

.typography td{
	vertical-align: middle;
}

input#Form_doRatingForm_action_doRatingForm{
	border: 1px solid #AFAFAF;
	background-color: #EAE2DB;
}

/* hack comment form */

div#PageComments_holder h4{
	margin-top: 30px;
}

form#PageCommentInterface_Form_PostCommentForm label{
	font-size: 11px;
	padding-bottom: 4px;
}

form#PageCommentInterface_Form_PostCommentForm input, form#PageCommentInterface_Form_PostCommentForm textarea{
	font-size: 11px;
	padding: 2px;
}

/* hack login form */
form#MemberLoginForm_LoginForm label{
	font-size: 12px;
}

form#MemberLoginForm_LoginForm input{
	font-size: 12px;
}



p#ForgotPassword{
	margin-top: 10px;
}

p#ForgotPassword a{
	text-decoration: none;
	font-size: 11px;
}
