/* --- Generic styles ------------------------------------------------------------------------- */
body
{
	background	: #232323 url("../images/bgBody.png") repeat-x left top;
	color		: #535353;
}

a 		{color: #a6a6a6;}
a:hover {color: #ff7d00;}

p.error {color: Red;}

/* --- Specific styles ------------------------------------------------------------------------ */

div#content_sub {background:transparent url("../images/divMoleskine.png") no-repeat right top;}

div#infoPanel 		{background: transparent url("../images/bgAboutTop.png") no-repeat left top;}
div#infoPanel div	{background-color: #a6a6a6;}
div#infoPanelBottom,
	div#infoPanel div#infoPanelBottom	{background: transparent url("../images/bgAboutBottom.png") no-repeat left top;}

h2.infoPanel,
	div#infoPanel h2 {color: #d8d8d8;}

a#aBack 		{background: transparent url("../images/aBackArrow.png") no-repeat left top;}
a#aBack:hover 	{background: transparent url("../images/aBackArrowHover.png") no-repeat left top;}

ul#ulNavPoster li.active {background: transparent url("../images/aboutIndicator.png") no-repeat center bottom;}
ul#ulNavPoster li.active a {color:#ff7d00;}

ul#ulPoster
{
	background: transparent url("../images/img.png") no-repeat center center;
}

li#liVille a	{background: transparent url("../images/aVille.png") no-repeat center top;}
li#liEmil a		{background: transparent url("../images/aEmil.png") no-repeat center top;}
li#liEmma a		{background: transparent url("../images/aEmma.png") no-repeat center top;}
li#liAnna a		{background: transparent url("../images/aAnna.png") no-repeat center top;}
li#liDaniel a	{background: transparent url("../images/aDaniel.png") no-repeat center top;}
li#liJohan a	{background: transparent url("../images/aJohan.png") no-repeat center top;}
li#liTina a		{background: transparent url("../images/aTina.png") no-repeat center top;}
li#liPer a		{background: transparent url("../images/aPer.png") no-repeat center top;}
li#liAlbin a	{background: transparent url("../images/aAlbin.png") no-repeat center top;}
li#liLisa a		{background: transparent url("../images/aLisa.png") no-repeat center top;}

li#liVille a:hover	{background: transparent url("../images/aVilleHover.png") no-repeat center top;}
li#liEmil a:hover	{background: transparent url("../images/aEmilHover.png") no-repeat center top;}
li#liEmma a:hover	{background: transparent url("../images/aEmmaHover.png") no-repeat center top;}
li#liAnna a:hover	{background: transparent url("../images/aAnnaHover.png") no-repeat center top;}
li#liDaniel a:hover	{background: transparent url("../images/aDanielHover.png") no-repeat center top;}
li#liJohan a:hover	{background: transparent url("../images/aJohanHover.png") no-repeat center top;}
li#liTina a:hover	{background: transparent url("../images/aTinaHover.png") no-repeat center top;}
li#liPer a:hover	{background: transparent url("../images/aPerHover.png") no-repeat center top;}
li#liAlbin a:hover	{background: transparent url("../images/aAlbinHover.png") no-repeat center top;}
li#liLisa a:hover	{background: transparent url("../images/aLisaHover.png") no-repeat center top;}

li#liMTsektionen a	{background: transparent url("../images/logoMedieteknikSektionen.png") no-repeat left top;}
li#liMTD a			{background: transparent url("../images/logoMTD.png") no-repeat left top;}

input.formAnsok,
	form#formAnsok input
{
	color			: #535353;
	background-color: transparent;
	border			: none;
	border-bottom	: dashed 1px #535353;
}

input#btnSubmitAnsok,
	form#formAnsok input#btnSubmitAnsok
{
	background		: transparent url("../images/formSubmit.png") no-repeat left top;
	border			: none;
}

input#btnSubmitAnsok:hover,
	form#formAnsok input#btnSubmitAnsok:hover
{
	background		: transparent url("../images/formSubmitHover.png") no-repeat left top;
}
