/******************************************************
 * Ropecon 2008 pmWiki Stylesheet                     *
 ******************************************************/
body{
	margin: 0 auto;
	width: 802px;
	padding-bottom: 40px;

	background-image: url("contausta-ie-fix.png");
	background-repeat: repeat-x;
	background-color: #2f474e;
	background-position: top left;

	font-size: 12px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #25363E;
	
}
a img{
	border: none;
	color: white;
}
h1, h2, h3, h4, h5, h6, h7, h8{
	font-family: Tahoma, Geneva, sans-serif;
}
h1{
	border-bottom: 1px solid #7d8c93;
}
a{
	color:#64C5C3;
	font-weight: bold; 
}
a:hover{
	color: #8E9EA5;
}
div#header{
	width: 802px;
	margin: 0;
	padding: 0;
	height: 72px;
	background-image: url("conheadertausta.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	/*border-bottom: solid 2px #446170;*/
	vertical-align: middle;
	text-align: center;
}
div#header img{
	padding-top: 20px;
	
}
div#main-menu{
	width: 802px;
	margin: 0;
	padding: 4px 0;
	border-bottom: solid 2px #446170;
	text-align: center;
}
/*******************************************************
 * Second Level menu styles                            *
 *******************************************************/
div#sub-menu{
	color: #64c5c3;	
	padding: 4px;
	padding-bottom: 6px;
	text-align: center;
	
}
div#sub-menu a{
	color: #64c5c3;	
	text-decoration: none;
	padding: 4px;
}
div#sub-menu a:hover{
	color:  #E3993B;	
}
div#sub-menu a:active{
	color: #E3993B;	
}
div#sub-menu p{
	display: inline;
}

div#content-tailer{
	border-top: solid 3px #e4e4e4;
	width:  801px;
	background-color: #fdfefd;
	background-image: url("conmaintailertausta.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:0px;
	padding:10px 0;
}
div#content-tailer p{
	margin: 0px;
	
}
div#main-content{
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
div#tailer{
	background-image: url("contailertausta.png");
	width: 791px;
	height: 44px;
	padding-top: 4px;
	padding-left: 10px;
	background-position: top left;
	
}
div#tailer img,
div#tailer p{
	vertical-align: middle;
}

div#control{
	position:absolute;
	left: 10px;
	bottom: 10px;
	z-index: 1;
}

div#control a{
	padding: 5px;
	color: white;
	background-color: #226644;
	border: 1px solid #CCEEDD;
}



/* DEBUG */
.debug{
	font-style: italic;
	color: darkblue;
}
/**/

