@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);




/* SELECTORS */



BODY {
	font-size:	16px;
	font-family:	"Droid Sans"; "Trebuchet MS"; Verdana; Helvetica; Arial;  
}


NAV A {
	color:		black;
	background:	#EECC66;
	font-weight:	bold;
	text-decoration: none;
	padding:	5px 20px;
	border-radius: 	5px 5px 5px 5px;
	line-height:	21px;
	width:		150px;
}


NAV A:HOVER {
	color:		white;
	background:	#854245;
	text-decoration: underline;
}


NAV H2 {
	margin: 	0px 0px 0px 0px;
	padding-left:	0px;
	padding-bottom:	5px;
	border-bottom:	2px solid #854245;
	text-transform: uppercase;
	font-size:	15px;
	text-shadow:	black 0px 0px 0px;
}







/* IDENTIFIERS */





#LOGO H1 {
	margin:		0px;
	padding-top:	60px;
	font-size:	80px;
	color:		#EECC66;
	text-shadow:	black 7px 7px 10px;
}





#MENUBALK A {
	color:		black;
	background:	#EECC66;
	text-transform:	uppercase;
	text-decoration: none;
	font-size:	16px;
	font-weight:	bold;
	padding:	10px 30px 10px 30px;
	border-radius:	5px 5px 5px 5px;
	border:		1px solid #EECC66;
	margin:		30px 0px 20px 10px;
}


#MENUBALK A:HOVER {
	color:		white;
	background:	#854245;
	border:		1px solid #854245;
	text-decoration: underline;
}


#MENUBALK A#CURRENT:HOVER {
	color:		white;
	background:	#854245;
	border:		1px solid #854245;
	text-decoration: none;
}


A#CURRENT {
	color:		white;
	background:	#854245;
	border:		1px solid #854245;
	text-decoration: none;
}


/* CLASSES */







.TEKST P {
	font-family:	"Droid Sans"; Verdana; Arial;
	padding-left:	20px;
	max-width:	600px;
}


.TEKST H1 {
	font-family:	"Droid Sans"; Verdana; Arial;
	padding:	0px 20px 10px 20px;
}


.TEKST H2 {
	font-family:	"Droid Sans"; Verdana; Arial;
	padding:	10px 20px 10px 20px;
}


.THUMBNAIL P {
	margin:		0px;
	padding:	4px;
	text-align:	center
}

