
body {
font-family: Arial, Helvetica, sans-serif;

font-family: Verdana, Arial, Helvetica, sans-serif;


font-size: 99%;
margin: 0 0 2em 0;
color: #333;
background: #eee;

/* new*/
background: #fff;

text-align: center;
}

.all {
margin: 0 auto;
width: 49em;
height: 1%; /* "The Holly Hack" - ie hack - assign width to containing box, text is disappearing */
background: #eee;
text-align: left;


/* new */
/* width: 679px; */
background: #fff;

}

.header {
margin-bottom: 1em;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background: #fff;

text-align: center;


}
.header img {
margin: 0;
padding: 0;
}

.border {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;

border-right: 1px solid #ccc;

}


.maincontent {
width: auto;
margin-left: 12em;
line-height: 12px;
}

/* #### right column #### */
.image {
float: right;
width: 13em;
margin: 2em 1em 0 0;
text-align: right;
}
.image img {
border: 1px solid #666;
}
.image p {
margin: .5em 0 0 0;
font-size: .7em;
color: #666;
}


/* #### center column #### */
#content {
background: #fff;
padding: .5em 1em 1em 1em;
/*
border-right: 1px solid #ccc;
*/


width: auto;
}
#content h2 {
/*font-family: Times, "Times New Roman", serif;*/
font-size: 1.8em;
line-height: 1em;
font-weight: normal;
padding: 0;
margin: .7em 0 .5em 0;
}

#content .text {
width: 27em;
font-size: .8em;
line-height: 1.3em;
}
#content .text h2 {
font-size: 28px;
}


/* #### menu #### */
#menu {
float: left;
width: 12em;


/* new */
width: 166px;


background: #eee;
}
#menu ul {
list-style-type: none;
margin: 0 0 0 0;
padding: 0;

/* new */
/* width: 12em; */
}
#menu ul li {
display: inline;
}
#menu ul li span {
display: block;
padding: 0 0 0 .8em;
color: #fff;
font-size: .8em;
font-weight: bold;
background: #C2CFCF;
border-bottom: 1px solid #ccc;
}
#menu ul li a {
display: block;
width: auto;
height: auto;
padding: .1em 1em .2em 1.8em;

/* update */
padding: .1em 1em .2em 12px;


border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #eee url(pix/logoarrow_blue.gif) 6px 50% no-repeat;

/* upadate */
background: #ebebeb;

font-size: .8em;
color: #366;

/* update */
color: #4e4e4e;

text-decoration: none;
}
#menu ul li a:hover {

/* update 
background: #fff url(pix/logoarrow_blue.gif) 6px 50% no-repeat;
*/

color: #366;


/* update */
color: #920315;
}

#menu ul li a.active {
/* update
background: #fff url(pix/logoarrow_red.gif) 6px 50% no-repeat;
*/

color: #903;


/* update */
color: #920315;


border-right: 1px solid #fff;

/* update */
border-right: 1px solid #ccc;

}
#menu ul li a.active:hover {
color: #903;

/* update */
color: #920315;

}

#menu ul li a.activearchive {
background: #C2CFCF;
color: #fff;
color: #366;

/* update */
color: #920315;


font-weight: bold;
border-right: 1px solid #C2CFCF;


/* update */
background: #ebebeb;
border-right: 1px solid #bdbdbd;
}



#menu ul li.laureates a {
background: #D1DFDF;

/* update */
background: #d4d4d4;
padding: .1em 1em .2em 1.8em;

/* update */
padding: .1em 1em .2em 24px;


}
#menu ul li.laureates a:hover {
background: #fff;
color: #366;

/* update */
color: #920315;

}

#menu ul li.laureates a.active {
background: #fff;
color: #903;

/* update */
color: #920315;



border-right: 1px solid #fff;
}
#menu ul li.laureates a.active:hover {
color: #903;

/* update */
color: #920315;


}

/* archive menu */

#menu ul li.archive a {
background: #D1DFDF;
background: #fff;

background: #fafafa;

padding: .1em 1em .2em 1.8em;

/* update */
padding: .1em 1em .2em 24px;


}
#menu ul li.archive a:hover {
/* update
background: #fff;
*/
color: #366;

/* update */
color: #920315;


}

#menu ul li.archive a.active {
/* update 
background: #fff;
*/
color: #903;
/* update */
color: #920315;


/* update */
border-right: 1px solid #fff;
border-right: 1px solid #ccc;

}
#menu ul li.archive a.active:hover {
color: #903;
/* update */
color: #920315;

}


#menu li.laureatestitle {
display: block;
padding: 0 0 0 .8em;
color: #fff;
font-size: .8em;
font-weight: bold;
background: #C2CFCF;
border-bottom: 1px solid #ccc;

/* update */
background: #bdbdbd;


}





p.lang {
position: relative;
top: 1px;
text-align: right;
margin: 0 0 0 0;
font-size: .7em;
color: #999;
}
p.lang a {
padding: 0 .4em 0 .4em;
color: #999;
}


/*sponsors*/
ul.spons {
list-style-type: none;
float: left;
width: 45%;
height: 150px;
border-bottom: 1px solid #ccc;
text-align: center;
font-size: .8em;
line-height: 1.3em;
padding: .5em .5em .5em .5em;
margin: 1em .8em 0 0;
}

ul.spons li {
margin: 0;
padding: .6em 0 0 0;
}

a.sponsorurl {
display: block;
height: 100%;
width: 100%;
}

.footer {
background: #fff;
}
.footer p {
margin: 0;
padding: 0;
font-size: .7em;
text-align: center;
}

a {
color: #666;
text-decoration: none;
}

img {
border: none;
}
.jump {
display: none;
}
.clear {
clear: both;
}
.clearleft {
clear: left;
}
.clearright {
clear: right;
}
.done {
font-size: .6em;
color: #999;
text-align: right;
margin: 0;
}
.progtitle {
/* border-bottom: 1px solid #366; */
border-bottom: 1px solid #666;
display: block;
letter-spacing:0.1em;
/* color: #366; */



font-weight: bold;
margin-top: 2.2em;
}

.newsbox {
width: 92%;
}


.newsimg {
float: left;
width: 185px;
}
.newsimg img {
border: 1px solid #999;
padding: 2px;
}

.newstxt {
margin: 0 5px 0 185px;
font-size: .8em;
text-align: justify;
}
.newstxt p {
margin: .3em 0 0 0;
line-height: 1.4em;
}

.newstxt h3 {
font-size: 1.6em;
line-height: 1.1em;
font-weight: normal;
color: #333;
margin: 4px 0 0 0;
}

.showbox {
float: left;
margin: 0 10px 1em 0;
width: 405px;
text-align: right;
}
.showbox a {
color: #999;
font-size: 11px;
padding: 1px 0 0 0;
}

.imgborder {
border: 1px solid #999;
padding: 2px;
}
.imgborder img {
display: block;
}

.galerie p {
font-size: .8em;
line-height: 1.3em;
color: #666;
margin: 0;
}

.count {
font-size: 11px;
text-align: left;
width: 400px;
width: auto;
margin: 14px 0 12px 0;
}
a.screennext {
color: #999;
border: 1px solid #ccc;
padding: 1px 4px 1px 7px;
margin: 0 2px 0 0;
height: 14px;
line-height: 18px;
}
.screennext:hover {
color: #903;
}
#screenaktiv {
color: #fff;
font-weight: bold;
background: #aaa;
border: 1px solid #999;
padding: 1px 4px 1px 7px;
margin: 0 2px 0 0;
}

.content_images h1 {
font-size: 18px;
padding: .5em 1em 1em 12px;
line-height: 1em;
font-weight: bold;
}
.content_images #content h2 {
font-size: 12px;
width: 270px;
font-weight: bold;
}
.content_images .image {
margin-top: 16px;
margin-right: 26px;
}
.content_images #content .text {
width: 270px;
}
.textimageitem {
margin-bottom: 10px;
}

