/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*
    Main screen stylesheet
    V 1.1
*/
html {
   font-size: 62.5%;
}

body {
	border-width: 0;
	padding: 0;
	background-color: #E8E8E8; 
	background-image: url(../media/images/bg_top.png);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #111;
	text-align: center;
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: 0.1em;
}

h1, h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 3.8em;
	letter-spacing: -1px;
}

h2 {
    font-size: 1.8em;	
    margin-bottom: 1em;
}

h3 {
    font-size: 1.6em;	
    font-weight: normal;
}


h2 + h3 {
   margin-top: -1em;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin-top: 1.5em;
	font-style: italic;
}

code {
    font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
    font-size: 1em;
}


a {
	color: #111;
}


a:link {
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {

}

#content a {
	color: #00245D;
}

#content a:hover {
	color: #C1D82F;
}

#content a[href^="http"] {
	background: url(../media/images/icons/external_link.png) right center no-repeat;
	padding-right: 14px;
}

#content a.media[href^="http"] {
    background: none;
}

/*
#content a[href^="http:"]:visited {
	background-image: url(../media/images/icons/external_link_visited.png);
}
*/

/*
#content a {
	background: url(../media/images/icons/link.png) left center no-repeat;
	padding-left: 16px;
}
*/

#ribbon {
	position: absolute;
	right: 140px;
	top: -6px;
}

#ribbon a {
  outline: none;
}


q:before {
   content: "\201C";
   padding-right: 0.1em;
}

q:after {
   content: "\201D";
   padding-left: 0.1em;
}

del {
	color: #666;
}

img {
	border: none;
}

p {
    margin-bottom: 1.1em;	
    text-align: justify;
}

#logo {
	float: right;
}

#column {
    position: absolute;
    left: 22px;
    top: 36px;
    width:200px;
}

#menu {
    font: 1.8em Georgia, "Times New Roman", Times, serif;  
    text-align: right;
	clear: both;
	margin: 4.1em 0.2em 4em;
}

#menu ul li {
    margin-bottom: 0.6em;	
}

#menu  a {
    color: #111;
    text-decoration: none;
    text-transform: lowercase;
}

#menu  a:hover {
    color: #333;
}

#menuTeaser {

}

#wrapper {
	margin: 40px auto;
	width: 920px;
	/*
	max-width: 920px;
	min-width: 920px;
	*/
	padding: 0 60px;
	text-align: left;
	position: relative;
}

#content {
	background: url(../media/images/bg_paper_bottom.png) no-repeat bottom;
    width: 580px; /* 780 */
	min-height: 532px; /* 560 */
    height:auto !important;
    height:532px;
    padding: 28px 180px 10px 40px;
    overflow: hidden;
}

#contentwrapper {
    /*position: relative;*/
	background: url(../media/images/bg_paper_top.png) no-repeat top;
    margin-left: 171px;
 	width: 800px;
}

#content h3 {
	font-size: 1.2em;
}

#content h3 a {
	text-decoration: none;
	color: #111;
}

#content div {
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#content ul {
    margin: 1.4em 0;
    list-style: disc;
    padding-left: 1.6em;
}

/*
#content img#teaser {
    position: absolute;
    bottom: 12px;
    right: 230px;
}
*/

#footer {
	clear: left;
    margin-left: 194px;	
    width: 632px;
    position: relative;
}

#footer ul li {
    float: left;
    margin-right: 6px;
}

#footer ul#language-switch {
	position: absolute;
	right: 0px;
}


.clear {
	clear: both;
}


#content #call-to-action {
	position: absolute;
	bottom: 40px;
	right: 180px;
}


/* ============= start =============== */

#start .teaser {
	width: 600px;
	margin-top: 40px;
}

#start .teaser h3 {
	margin: 0 0 6px 0;
	font-size: 18px;
    font-weight: normal;   
}

#start .teaser .more {
	margin-top: 8px;
	display: block;
	text-align: right;
}

#start .teaser .more:hover {
	outline: none;
}

#start .teaser img {
	float: left;
	/*width: 200px;*/
	margin-right: 20px;
	width: 180px;
	height: 88px;
	margin-bottom: 20px;
}

/* ============= publications ======== */
div.publication {
    width: 600px;
    margin-top: 40px;
}

.publication img {
    float: left;
    /*width: 200px;*/
    margin-right: 20px;
    width: 130px;
    height: 184px;
    margin-bottom: 20px;
}

.publication.even {
    clear: both;	
}

.publication.even img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

/* ============= vcard =============== */
div.vcard {
	text-align: right;
	margin-bottom: 10px;
}

div.vcard span.country-name {

}