
a:link { color: blue; }
a:visited { color: red; }
a:active { color: red; }

sup
{
	font-size: 0.5em;
	vertical-align: text-top;
}

span.nowrap { white-space: nowrap; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 20px 10% 20px 10%;
	background-color: #003399;
	color: black;
}

div.logo-img
{
	margin: 2px auto 2px auto;
	text-align: center;
}

div#content
{
	background-color: white;
	padding: 0px 50px 20px 50px;
}
div#nav-bar
{
	text-align: center;
	background-color: white;
	padding: 20px;
}
div#nav-bar ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#nav-bar ul li
{
	list-style: none;
	display: inline;
	margin: 0px 5px 0px 5px;
}
div#nav-bar ul li a
{
}

div#pic-box
{
	display: block;
	clear: both;
	text-align: center;
	padding: 30px;
}
div#pic-box img
{
	width: 160px;
	height: 80px;
	margin: 10px 7px 5px 7px;
	border: none;
	vertical-align: top;
}
div#last-updated
{
	display: block;
	clear: both;
	padding: 50px 0px 10px 0px;
	text-align: center;
}

/*	MISSION STYLES	*/
div#austria-map
{
	text-align: center;
	padding: 10px;
}

div#austria-map img
{
	width: 320px;
	height: 160px;
}

/*	EVENTS STYLES	*/
div#edelweiss
{
	text-align: center;
}

div#edelweiss img
{
	width: 100px;
	height: 100px;
	margin: 20px;
}

hr
{
	width: 70%;
	text-align: center;
}

div#content div.event
{
	display: block;
	clear: both;
	padding: 30px;
}

div.event div.event-pictogram
{
	display: inline;
	float: left;
}

div.event-pictogram img.img34x25
{
	width: 34px;
	height: 25px;
}

div.event div.event-date
{
	display: inline;
	float: left;
	font-weight: bold;
	margin-left: 20px;
}

div.event div.event-title
{
	display: inline;
	float: left;
	font-style: italic;
	margin-left: 20px;
}

div.event div.event-desc
{
	display: inline;
	float: left;
	clear: left;
	margin-left: 50px;
}

/*	IMAGE STYLES	*/
div#pic-box img.img120x160
{
	width: 120px;
	height: 160px;
	vertical-align: middle;
}

div#pic-box img.img160x80
{
	width: 160px;
	height: 80px;
	vertical-align: middle;
}

div#pic-box img.img160x100
{
	width: 160px;
	height: 100px;
	vertical-align: middle;
}

div#pic-box img.img160x120
{
	width: 160px;
	height: 120px;
	vertical-align: middle;
}

/*	CONTACTS STYLES	*/
div.contact
{
	display: block;
	clear: both;
	padding: 40px 0px 40px 0px;
}

div.contact div.contact-title
{
	font-size: 1.2em;
	font-weight: bold;
}

div.contact div.contact-picture
{
	display: inline;
	float: left;
	clear: left;
}

div.contact-picture img
{
	width: 110px;
	height: 150px;
}

div.contact div.contact-details
{
	display: inline;
	float: left;
	clear: none;
	margin: 10px 0px 0px 20px;
}

/*	LINKS STYLES	*/
div.link-set
{
}
div.link-set p.title
{
	color: brown;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}
div.link-set ul
{
	margin: 0px;
	padding-left: 0px;
}
div.link-set ul li
{
	list-style: none;
	margin-left: 2em;
	padding-left: 0em;
	text-indent: -2em;
}



