* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
	height: 100%;
	width: 100%;
    min-width: 1024px;
    min-height: 768px;
}

body {
	background-color: #474747;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: x-small;
}

/* floral ornaments */
#ornament_tl,
#ornament_tr,
#ornament_br,
#ornament_bl {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

#ornament_tl {
    background-image: url(ornament_tl.png);
    background-position: top left;
}

#ornament_tr {
    background-image: url(ornament_tr.png);
    background-position: top right;
}

#ornament_br {
    background-image: url(ornament_br.png);
    background-position: bottom right;
}

#ornament_bl {
    background-image: url(ornament_bl.png);
    background-position: bottom left;
}
/* /floral ornaments */


#wrapper {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -384px;
	color: white;
    overflow: visible;
}

#content {
	width: 680px;
	height: 562px;
	position: absolute;
    /* left: 161px; */
	left: 132px;
	top: 86px;
	background: url(content.png) no-repeat;
    padding: 40px 40px 40px 90px;
}

#page_releases #content,
#page_home #content {
    width: 730px;
    padding: 40px;
}


/* unordered list with heads */
ul.robohead li {
    list-style: none;
    list-style-image: url(robohead.png);
    margin-left: 15px;
}
/* /unordered list with heads */

/* navi */
ul#navi {
    position: absolute;
    top: 80px;
    /*right: 100px;*/
    /* right: 53px; */
    right: 82px;
    z-index: 50;
	list-style: none;
}

#navi li {
    /*padding: 5px;*/
    float: left;
}

#navi a {
    padding: 5px 10px 5px 10px;
	text-decoration: none;
    font-variant: small-caps;
    font-weight: bolder;
    background-color: #474747;
	color: rgb(255,255,255);
	font-size: 14px;
	display: block;
    letter-spacing: 1px;
}

#navi a.active,
#navi a:hover {
    text-decoration: underline;
}
/* /navi */

div#logo_overlay {
	position: absolute;
	top: 21px;
    /* left: 168px; */
	left: 139px;
	z-index: 100;
    width: 287px;
    height: 170px;
    background: transparent;
    background-image: url(logo.png);
}

a#cc_overlay {
    position: absolute;
    top: 64px;
    /* left: 460px; */
    left: 430px;
    z-index: 100;
}

ul#releases li {
    list-style: none;
}

ul#releases li {
    width: 230px;
    height: 562px;
    margin-right: 20px;
    float: left;
    /* overflow: auto; */
}

ul#releases li#pos3 {
    margin-right: 0px;
}

#releases img {
    margin: 0px 38px 5px 38px;
}

#releases h1 {
    font-size: 115%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    height: 2em;
}

#releases a.download {
    width: 230px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    color:  #8cc63f;
    position: absolute;
    bottom: 2em;
}

#releases div.details {
    height: 375px;
    overflow: auto;
}

#releases p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
}

p.german {
    color: #b6c7a0;
}

p.english {
    color: #cccccc;
}

a#navi_backward {
    position: absolute;
    top: 106px;
    left: 0px;
    padding: 200px 10px 200px 10px;
}

a#navi_forward {
    position: absolute;
    top: 106px;
    right: 0px;
    padding: 200px 10px 200px 10px;
}

#news h1 {
    padding-bottom: 5px;
}

#news li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#page_links dl#links_l {
    width: 320px;
    float: left;
}

#page_links dl#links_r {
    width: 320px;
    float: left;
}

#page_links dl dt {
    line-height: 20px;
    background: url(robohead.png) no-repeat;
    margin-top: 10px;
    padding-left: 15px;
    font-size: 110%;
    text-transform: uppercase;
}

#page_links dl dd {
    padding-left: 25px;
}

#page_home #content img {
    float: left;
    margin-right: 125px;
}

#page_home #content h1 {
    font-size: 175%;
    margin-bottom: 5px;
}

#page_home #content li {
    width: 650px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#page_home p {
    padding-top: 15px;
    line-height: 1.5em;
    font-size: 120%;
}

img { 
    border: 0;
}

.zoomimage {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    cursor: url(../images/zoomin.cur), default;
}

#page_links dl a {
    color: #cccccc;
    text-decoration: underline;
}

#page_links dl a:hover {
    color: #cccccc;
    text-decoration: underline;
}

#page_links dl a:visited {
    color: #7f7f7f;
}