/* CSS for utskrift av kunst - amnestysupporter.no */

body {
	margin-left: 5em;
}

h1 {
	background-color: #fff;
	color: #000;
	margin: 20px 0px;
	padding: 10px 0px 10px 0px;
}

h2 {
    color: #464646;
    font-weight: bold;
}

p {
	font-size: 120%;
}

/* === HEADER === */

#header {
	position: relative;
	height: 170px;
}

#amlogo {
    position: absolute;
    top: 0;
    left: 0px;
    width: 400px;
    height: 153px;
}

#linje1 {
	display: none;
}

#linje2 {
    position: absolute;
    top: 35px;
    left: 450px;
    width: 950px;
    height: 130px;
    background: #fff;
	color: #000;
}

.txt1 {
    position: absolute;
    top: 30px;
	font-weight: bold;
	font-size: 250%;
}

.txt2 {
    position: absolute;
    top: 70px;
    font-size: 150%;
}

/* === MENY === */

#meny1 {
	display: none;
}

#meny2 {
	display: none;
}

/* === KUNST === */

#originaler.center {
	text-align: center;
}

#kunstrykk.center {
	text-align: center;
}

#andre.center {
	text-align: center;
}

.kunstner {
	padding-top:10px;
	text-align: center;
}

.kunstner ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

.kunstner li {
	padding:0 20px;
	vertical-align:top;
	display:inline-block;
}
* html .kunstner li {display:inline;} /*IE6 inline block trigger*/
*+html .kunstner li {display:inline;} /*IE7 inline block trigger*/

.kunstner a {
	white-space:nowrap;
}

.kunstner img {
	padding: 15px;
	background-color: #f5f2eb;
	
}

.kunstner img.silver {
	border: 3px solid #b3b3b3;
}

.kunstner img.gold {
	border: 3px solid #cfa338;
}

.kunstner p {
	padding:0em 2em 0em 2em;
}

#andre {
}

.bilde_kunst {
	padding-top: 2em;
	text-align:center;
}

.bilde_kunst img {	
    padding: 50px;
	background-color: #f5f2eb;
}

.bilde_kunst img.silver {
	border: 10px solid #b3b3b3;
}

.bilde_kunst img.gold {
	border: 10px solid #cfa338;
}

.bilde_tekst {
	font-size: 0.9em;
	font-style: italic;
	text-align:center;
}

.vita {
	width: 80%;
	margin-left: auto;
	margin-right: auto;;
	padding-top: 2em;
	text-align: left;
}

/* === FOOTER === */

#footer p {
	margin-top: 10px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 120%;
	text-align: center;
}
