*, html {margin: 0;	padding: 0;}

html body{
	background: url(../images/bg_main.jpg) #132644 top center repeat-x;
	background-attachment: fixed;
	height: 100%;
	font-family: Verdana, Tahoma, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 165%;
	letter-spacing: 1px;
	color: #666;
}

#container {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align:center;	
	margin: 0 auto;
}

#wrapper {
	background: url(../images/bg_shadow.png) top center repeat-y;
	width:820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
}

.noborder {border: none;}

.postext {
	margin-top: 20px;
}

.paddcap {
	margin-left: 20px;
	color: #FFF;
}

* html .paddcap {display:inline;}

/* Clearfix
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Content
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.sidecolumn {width: 60px; min-height: 500px; float: left;}

#centercolumn {
	background: url(../images/bg_centercolumn.jpg) top center repeat-y;
	margin-bottom: 40px;
	width: 700px;
	float: left;
}

.centercontent {
	background: url(../images/bg_centercontent.jpg) top center no-repeat;	
	width: 700px;
	min-height: 713px;
	float: left;
}

.pos_content_top {margin: 241px 0 20px 60px;}

.pos_content {margin: 0 0 20px 60px;}

.contentbox {
	background: #F0E2CF;
	border: #E5D7D1 solid 1px;
	width: 498px;
	float: left;
	padding: 40px 0 40px 80px;
}

* html .contentbox {display:inline;}

#carousel ul {width: 1740px}

.list {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 38px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.3em;
	color:#666;
}

.listtop {
	list-style-type: none;
	padding: 0;
	margin: 17px 0 0 38px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.3em;
	color:#666;
}

.copybox {
	width: 700px;
	height: 13px;
	float: left;
}

img.displayed {display: block; margin-left: auto; margin-right: auto;}

.minusmargin {
	margin: -21px 0 16px -61px;
}

.portbuttonpos1 {margin: 18px 0 -25px 38px;}
.portbuttonpos2 {margin: 18px 0 -25px 0;}

/* Menu
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.pos_menu_top {
	margin-top: 221px;
	float: right;
	clear: both;
}

.pos_menu {
	margin-top: 5px;
	float: right;
	clear: both;
}

a.transeffect img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

a.transeffect:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	-khtml-opacity: 1.00;
	opacity: 1;
}

/* Commentform/Contactform
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.shypush {
	margin-bottom: 17px;
}

.bginput {
	background: url(../images/bg_input.jpg) top left no-repeat;
	width: 165px;
	height: 21px;
	font-family: Verdana, Tahoma, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666;
	border: none;
	padding: 7px 0 0 6px;
	margin-left: 38px;
	float:left;
}

.callmail {margin: 8px 0 8px 38px;}

input.send {
	height: 28px;
	width: 65px;
	color:#900; 
	font: 11px Verdana, Tahoma, "Lucida Grande", sans-serif; 
	background-color:#f3eee7; 
	border: 1px solid; 
	border-color: #dacebc; 
	margin-left: 5px;
	float:left;
} 

.captchasend {
	height: 28px;
	width: 350px;
	float: left;
	clear: both;
}

.captchasendcap {
	height: 36px;
	width: 350px;
	float: left;
	clear: both;
}

textarea.invisible {visibility:hidden; left: 0; top: 0; position: absolute; overflow: hidden;}

/* Footer
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.footer {	
	background: url(../images/footer.jpg) top center no-repeat;
	width: 700px;
	height: 40px;
	float:left;
}

a:link {
	color: #b20000;
    text-decoration: none;
}
a:active {
	color: #b20000;
    text-decoration: none;
}
a:visited {
	color: #b20000;
    text-decoration: none;
}
a:hover {
	color: #b20000;
	text-decoration: underline;
}

a.sidelink:link {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:active {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:visited {
	color: #FFF;
    text-decoration: none;
}
a.sidelink:hover {
	color: #FFF;
	text-decoration: underline;
}
