/*
Title:      Dworek 1905
Updated:    Aug 23 2007
Notes:		Stylesheet for intro page.
*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #420E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.1em;
	text-align: center;	
}

/* @group Layout */
	#container {
		width: 780px;
		margin: 40px auto 0;
		text-align: left;
	}
	
	#main {
		width: 780px;
		height: 460px;
		background: url(../images/template/intro_bg.jpg) no-repeat 0 0;		
	}
	
	#logo {
		text-align: center;
		padding: 100px 0 0 0;
		color: #e1c4bc;	
	}
	
	#center {
		float: left;
		width: 100%;
		height: 160px;
		margin: 120px 0 0 0;
	}
	
	#col-left {
		float: left;
		color: #ffffff;
		font-size: .9em;
		width: 215px;
		margin: 0 0 0 10px;
	}
	
	#col-right {
		float: left;
		width: 215px;
		margin: 0 0 0 325px;
		color: #751b00;
	}
	
	#col-right a {
		font-weight: bold;
		text-decoration: underline;
	}
	
	#bottom {
		float: left;
		width: 100%;
		margin: 20px 0 0 0;
	}	

	#wawmedia {
		float: left;
		width: 220px;
		margin: 0 0 0 20px;
		text-align: left;
		color: #cbad7f;
	}
	
	#wawmedia a {
		color: #cbad7f;
		font-weight: bold;
	}
	
	#flags {
		float: left;
		margin: 0 0 0 60px;
	}
	
	#flags ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#flags li {
		float: left;
		margin: 0 15px;
	}
	
	#langs {
		float: left;
		text-align: center;
		margin: 15px 0 0 307px;
		color: #edb358;		
	}
	
	#langs ul {
		padding: 0;
		margin: 0;		
		list-style-type: none;
	}
	
	#langs li {
		float: left;
		margin: 0 2px;
	}
	
	#langs a {
		color: #edb358;
	}
	
	#footer {
		width: 100%;
		height: 30px;
		margin: 0 0 20px;
		padding: 10px 0 0 0;
		color: #975c00;
		text-align: center;
		background: url(../images/template/intro_footer_bg.jpg) no-repeat top center;
	}
	#footer a {
		color: #975c00;
	}

/* @end */
	
/* @group Links */
a, a:link {
	color: #804040;
	text-decoration: none;
}
a:visited {
	color: #804040;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:link, a.noborder img {
	border: 0 none;
	text-decoration: none;
}

/* @end */