/* CSS Document */
html, body {
	border: none;
	margin: 0px;
	padding: 0px;
}
body {
	/*background-color: #3375CE;*/ /*#99CC66;*/ /*#f94c00;*/ /*#3394df;*/ /*#99CC66;*/
	/*background-image: url(images/background.jpg);
	background-repeat: repeat;*/
	background-color: #B3ACA1;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
form {
	margin: 0px;
}
a:link {color:#4D81DE; text-decoration:none;}
a:visited {color:#4D81DE; text-decoration:none;}
a:hover {color:#1C5DD2; text-decoration:none;}

h1, h2, h3 {
	font-size: 14px;
}

td.shadowTop {
	background-image: url(images/shadow_top.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_top.png');*/
}

td.shadowTopLeft {
	background-image: url(images/shadow_top_left.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_top_left.png');*/
}

td.shadowTopRight {
	background-image: url(images/shadow_top_right.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_top_right.png');*/
}

td.shadowLeft {
	background-image: url(images/shadow_left.png) !important;
	background-image:url(images/nbsp.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/kandahar.ch/images/shadow_left.png');
}

td.shadowRight {
	background-image: url(images/shadow_right.png) !important;
	background-image:url(images/nbsp.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/kandahar.ch/images/shadow_right.png');
}

td.shadowBottom {
	background-image: url(images/shadow_bottom.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_bottom.png');*/
}

td.shadowBottomLeft {
	background-image: url(images/shadow_bottom_left.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_bottom_left.png');*/
}

td.shadowBottomRight {
	background-image: url(images/shadow_bottom_right.png) !important;
	background-image:url(images/nbsp.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/images/shadow_bottom_right.png');*/
}

div#pageHeader {
	width: 800px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #000406;
	background-repeat: no-repeat;
	background-position: center top;
}

div#mainMenu {
	float: left;
	width: 400px;
	height: 30px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}
.mainMenuActive {
	background-image: url(images/nav_bg_active.jpg);
	background-repeat: repeat-x;
}
div#mainSubMenu {
	float: left;
	width: 400px;
	height: 30px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 400 0;
}

div#mainFrame {
	position: relative;
	width: 800px;
	height: 100%;
	/*background-image: url(images/bg_celebrity.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #664E3A;*/
}

div#pageContent {
}

div#pageFooter {
	width: 800px;
	height: 70px;
	background-color: #c3deef;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contentFrame {
	position: absolute;
	background-color: transparent;
	width: 800px;
	height: 100%;
}

.fullheight { height: 100%; }

/*
 * PLUGINS
 */
div#mainFrame div.tx-rbflashobject-pi1-swf_altcontent {
	position: absolute;
	width: 800px;
	height: 100%;
}

div.tx-dncontactform-pi1 h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.tx-dncontactform-pi1 td.tabHeaderBg {
	background-color: #664E3A;
	padding: 5px;
	color: #ffffff;
}

div.tx-dncontactform-pi1 input,
div.tx-dncontactform-pi1 select {
	font-size: 11px;
}

div.tx-dncontactform-pi1 input.default {
	width: 300px;
}

div.tx-dncontactform-pi1 input.fullwidth,
div.tx-dncontactform-pi1 textarea.fullwidth {
	width: 100%;
}

div.tx-dncontactform-pi1 input.input_zip {
	width: 50px;
}

div.tx-dncontactform-pi1 input.input_city {
	width: 232px;
}

div.tx-dncontactform-pi1 input.input_phone {
	width: 232px;
}

div.tx-dncontactform-pi1 input.input_fax {
	width: 232px;
}

div.flashnews {
	width: 200px;
	color: #ffffff;
	font-size: 9px;
	padding-top: 15px;
	padding-left: 20px;
}