/* CSS Document
	Created by Martin Brogaard
	16/09 2007
 */
/*----------------- Global begin -------------------*/
html{
	scrollbar-3dlight-color:#E6E6E6;
    scrollbar-track-color:#E6E6E6;
    scrollbar-shadow-color:#E6E6E6 ;
    scrollbar-face-color:#404040; 
	scrollbar-arrow-color:#E6E6E6;
	scrollbar-darkShadow-color:#E6E6E6;}
body	{
	background-color: #000;
	padding: 0px;
	font-size: 62.5%;
	margin: 0px;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	}
img	{border: 0px;}
h1	{
	display:inline;
	font: bold 1.4em Tahoma, verdana, arial, sans-serif; 
	color: #fff;
	clear: both;
	width: 100%;
	margin-top: 5px;
	}
h2	{
	display:inline;
	font: bold 1.0em Tahoma, verdana, arial, sans-serif; 
	color: #F7E995;
	}
			
.input{	
	background-color:#F7E8EB; 
	color:#5C5C5C; 
	font-size: 10px; 
	border: 1px inset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.inputKnap{	
	background-image: url(../images/sendKnap.jpg);
	background-repeat: no-repeat;
	color: #fff; 
	font-size: 1em; 
	background-color: #FFFFFF; 
	height: 20px;
	width: 68px; 
	cursor: pointer;
	cursor: hand;
	border: 0px;	
	}
hr{height:1px; color:#ccc;}
br{font-size:10px}
.clear{clear: both; height: 0; display: inline;}
a{color: #FFFFFF; text-decoration: underline;}
a:hover{color: #FFFFFF; text-decoration: none;}
a:visited{color: #FFFFFF;}

/*----------------- Global end -------------------*/

/*-----------------container begin----------------------------*/

#outer{
	width: 965px;
	color: #fff;
	margin: auto;
	text-align: left;
	}
	#topContainer	{
		height: 108px;
		color: #000000;
		background-color: #000;
		}
		#logo{
			height: 45px;
			width: 283px;
			padding-top: 25px;
			}
	#image{
		width: 965px;
		height: 190px;
		position: relative;
		background: url(../gfx/top-photo.jpg) no-repeat -5px 0px;
		}
		#menuContainer{
			position: absolute;
			margin-top: 150px;
			z-index: 2;
			width: 970px;
			height: 41px;
			overflow: hidden;
			}
	
	#contentContainer{
		width: 751px;
		font-size: 1.1em;
		float: left;
		line-height: 140%;
		padding: 20px 10px 10px 10px;
		}
	#teaserContainer{
		float: right;
		width: 193px;
		padding-top: 10px;
		padding-bottom: 10px;
		}	

/*-----------------container end----------------------------*/

/*-----------------menu begin----------------------------*/
#menu{
	font-size: 1.1em;
	line-height: 23px;
	}
#menu ul {
	padding: 0px;	
	margin: 0px; 
	white-space: nowrap; 
	list-style-type: none;
	}
#menu ul li	{	
	display: block; 
	float: left;
	background: url(../gfx/nav-bg.gif);
	width: 192px;
	height: 41px;
	margin-right: 1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8;
	text-transform: uppercase;
	}
#menu ul li a	{
	display: block;
	line-height: 41px;
	text-align: right;
	margin: 0 10px 0 0;
	width: 180px;
	text-decoration: none;
	background: url(../gfx/arrow.gif) no-repeat 10px 15px;
	}
#menu ul li.sel a	{
	display: block;
	line-height: 41px;
	text-align: right;
	margin: 0 10px 0 0;
	width: 180px;
	color: #a73f1e;
	text-decoration: none;
	background: url(../gfx/arrow-on.gif) no-repeat 10px 15px;
	}
#menu ul li a:hover	{
	color: #a73f1e;
	text-decoration: none;
	background: url(../gfx/arrow-on.gif) no-repeat 10px 15px;
	}
#menu ul li.sel{
	color: #a73f1e;
	}
#menu ul li:hover	{	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1.0;
	}
/*-----------------menu end----------------------------*/


/*-----------------main begin----------------------------*/

.teaserBg{
	background-color: #252524;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	}
/*-----------------main end----------------------------*/

/*------------------ footer begin ---------------------*/
#footer{
	background-color: #252524;
	height: 20px;
	color: #999;
	text-indent: 10px;
	clear: both;
	position: relative;
	padding-top: 8px;
	}
	#footer span{
		display: block;
		float: left;
		width: 400px;
		}
	#design{
		width: 100px;
		text-align: right;
		float: right;
		padding-right: 10px;
		position: absolute;
		right: 0;
		}
/*------------------ footer end ---------------------*/	 	

