@charset "ISO-8859-16";

body {
	margin: 0px;
    padding: 0px;
    background-image: url(../img/bck.png);
    background-repeat: repeat-x;
    background-color: #332200;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;/*10pt;*/
    line-height: 1.5em;
}

#header {
	background-color:transparent;
	background-attachment:scroll;
	background-repeat:repeat-x;
	border:0;
	padding:0;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
	
	/* test
	box-shadow: 0 0 5px rgba(0, 0, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);  */
}

footer a {
	color: #C4BF66;
	font-size:10px;
}

footer {
	color: #C4BF66;
	text-align: center;
}

#header img {
	color: #C4BF66;
	border: 0px solid;
	padding-left:200px;
	padding-top:15px;
	margin:.8em 0 .2em;
}

#content {
	width:920px;
	margin:0 auto;
	padding: 20px 30px 40px;
	color:#2C2416;
	background-color:#CF9;
	border: solid 5px #9C0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 50px #000;
	-moz-box-shadow: 0 5px 50px #000;
	box-shadow: 0 5px 50px #000;
	display: table;
}

#mainContent {
	
	/*display: table-cell;*/
	width: 920px;
    padding-right: 22px;	
	z-index: 9;
}

#mainContent a {
	color: #2D5CEB;
}

table td {
	z-index: 2;
}

aside {  

        /*display: table-cell;  */
		float: left;
        width: 300px;  
}

#compass {
	background-color:transparent;
	background-attachment:scroll;
	background-repeat:repeat-x;
	border:0;
	padding:0;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
}

#compass img {
	position: absolute; z-index:1; /* img overlay */
	border: 0px solid;
	padding-left:500px;
	/* margin:.8em 0 .2em; */
}

/* RO */

p#lang-ro {
	float: left;
    margin-right: 10px;
	margin-top:-1px;
	padding-top: 2px; padding-left: 50px;
}

p#lang-ro a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/_ro_16.png);
    background-repeat: no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
}

p#lang-ro a:hover {
    background-image: url(../img/_ro_16.png);
	opacity:1;
	filter:alpha(opacity=100);
}

/* EN */

p#lang-en{
	float: left;
    margin-right: 10px;
	margin-top:-1px;
	padding-top: 2px; padding-left: 50px;
}

p#lang-en a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/_en_off_16.png);
    background-repeat: no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
}

p#lang-en a:hover {
    background-image: url(../img/_en_16.png);
	opacity:1;
	filter:alpha(opacity=100);
}

/* DE */

p#lang-de {
	float: left;
    margin-right: 10px;
	margin-top:-1px;
	padding-top: 2px; padding-left: 50px;
}

p#lang-de a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/_de_off_16.png);
    background-repeat: no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
}

p#lang-de a:hover {
    background-image: url(../img/_de_16.png);
	opacity:1;
	filter:alpha(opacity=100);
}

#wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

#contentwrapper {
}

	/* =Shadow Nav
	-------------------------------------------------------------------------- */
		
		#social {
			/*margin: 0 auto 50px auto;*/
			/*padding: 50px 0 0 127px;*/
			width: 248px;
			min-height: 10px;
			text-align: center;
			/*background: url(../img/social/page-shadow.jpg) top center no-repeat;*/
			list-style: none;
			
			
			background-color:transparent;
			background-attachment:scroll;
			background-repeat:repeat-x;
			border:0;
			padding:0;
			cursor:pointer;
			cursor:hand;
			vertical-align:middle;
			
			position: absolute; z-index:1;/* img overlay */
			border: 0px solid;
			padding-left:970px;
			top: 221px;
			}
			
		#social li {
			/*margin-right: 15px;*/
			width: 40px;
			height: 46px;
			position: relative;
			float: left;
			}
			
		#social a, #social a:visited, #social a, #social a:hover {
			/*margin: 0 auto;*/
			width: 30px;
			height: 30px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../img/social/icons_small.png) no-repeat;
			display: block;
			position: relative;
			z-index: 2;
			}
			
		/* Button Colors */
		
		#social li.google {
		}
		
		#social li.button-color-1 a {
			background-position: -2px -2px;
			}
			
		#social li.button-color-2 a {
			background-position: -46px -2px;
			}
			
		#social li.button-color-3 a {
			background-position: -90px -2px;
			}
			
		#social li.button-color-4 a {
			background-position: -135px -2px;
			}
			
		#social li.button-color-5 a {
			background: url(../img/social/icons2_small.png) no-repeat;
			background-position: -2px -2px;
			}
			
		/* Button Shadow */
		
		#social li img.shadow {
			margin: 0 auto;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			}