/* basic settings *************************************************************/
* {
	text-transform: lowercase;
}
body {
	font: normal 10pt/15pt sans-serif;
	color: #003265;
	background: #ECF1F3;
	margin: 2em 0;
	padding: 0;
}
p, h1, h2, h3, h4 {
	padding: 0;
	margin: .5em 0 1em;
}
h2, h3, h4 {
	margin: 1em 0 .5em;
}
/* h1 is currently in #header defined */
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
sup, sub {
	font-size: 7pt;
	font-weight: normal;
}

.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img {
	border: none;
}
dl, ul, ol {
	margin: 1em 0 1em 1em;
}
dt, dd {
	text-align: left;
}
dt {
	margin-top: .25em;
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
table {
	border-collapse: collapse;
	font-size: 9pt;
	width: 100%;
}
table, tr, td, th {
	border: none;
	padding: .25em .5em;
}
thead, th {
	font-weight: bold;
	color: #fff;
	background: #003256;
	text-align: left;
}
thead, tfoot {
	border: solid #003256;
	border-width: 2px 0 1px;
}
tfoot {
	border-width: 1px 0 2px;
}
table caption {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}
td.unchecked {
	background: #fff url(http://www.viive.org/style/images/checkbox.png) 0 -25% no-repeat;
}
td.checked {
	background: #fff url(http://www.viive.org/style/images/checkbox.png) 0 130% no-repeat;
}

/* some css3 magic */
::-moz-selection {
	color: #fff;
	background: #003265;
}
#footer ::-moz-selection, thead ::-moz-selection, th ::-moz-selection {
	color: #003256;
	background: #fff;
}

/* trademarks *****************************************************************/

em.viive, em.zweiundvierzig {
	margin: 0 .2em;
	font-style: normal;
	font-weight: bold;
}
em.zweiundvierzig span {
	font-weight: normal;
}

/* links **********************************************************************/
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	position: relative;
	top: 1px;
}
#header h1 a {
	border: none;
	display: block;
}
#footer a {
	color: #fff;
}
#content a {
	color: #003265;
}
body a span {
	display: none;
}
#content a[href^="http:"] {
	background: transparent url(http://www.viive.org/style/images/external.png) 100% 50% no-repeat;
	padding-right: 16px;
}
#content a[href^="http://viive.org"],
#content a[href^="http://www.viive.org"] {
	background-image: none;
	padding: 0;
}


/* layout *********************************************************************/
#header, #footer {
	font-size: 8pt;
	color: #fff;
	padding: 0.5em 2em;
	text-align: center;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header {
	background: #003265;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	height: 40px;
	position: relative;
}
#header h1 {
	float: left;
}
#content {
	position: relative;
	z-index: 1;
	background: #fff;
	border: solid #003265;
	border-width: 0 1px;
	padding: 2em 3em;
}
#footer {
	background: #003265;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: right;
	margin: 0;
}

/* header menu ****************************************************************/
#header ul {
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 2em;
}
#header li {
	height: 20px;
	float: left;
	font-weight: bold;
	margin: 0 .5em;
	z-index: 0;
}
#menu-index {
	background: transparent url(http://www.viive.org/style/images/backgrounds.png) 0 -20px no-repeat;
	width: 50px;
}
.active #menu-index {
	background-position: 0 0;
}
#menu-index:hover,
#menu-index:active,
#menu-index:focus {
	background-position: 0 -40px;
}
#menu-about {
	background: transparent url(http://www.viive.org/style/images/backgrounds.png) -50px -20px no-repeat;
	width: 50px;
}
.active #menu-about {
	background-position: -50px 0;
}
#menu-about:hover,
#menu-about:active,
#menu-about:focus {
	background-position: -50px -40px;
}
#menu-contact {
	background: transparent url(http://www.viive.org/style/images/backgrounds.png) -98px -20px no-repeat;
	width: 60px;
}
.active #menu-contact {
	background-position: -98px 0;
}
#menu-contact:hover,
#menu-contact:active,
#menu-contact:focus {
	background-position: -98px -40px;
}
#menu-viive {
	background: transparent url(http://www.viive.org/style/images/backgrounds.png) -161px -20px no-repeat;
	width: 44px;
}
.active #menu-viive {
	background-position: -161px 0;
}
#menu-viive:hover,
#menu-viive:active,
#menu-viive:focus {
	background-position: -161px -40px;
}
#header li a {
	display: block;
	color: transparent;
	height: 20px;
	float: left;
}

/* contact form ***************************************************************/
form label {
	display: block;
	cursor: pointer;
}
input, textarea {
	border: 1px solid #003256;
	width: 100%;
	padding: .25em;
	font: normal 9pt/13pt sans-serif;
	text-transform: none;
}
input:hover, textarea:hover {
	background: #ECF1F3;
}
input:active, input:focus, textarea:active, textarea:focus {
	background: #003256;
	color: #fff;
}
#fieldset0 {
	display: none;
}
#field4 {
	height: 10em;
}

/* some specific styles *******************************************************/
p#intro {
	background: transparent url(http://www.viive.org/images/viive-logo.png) no-repeat top center;
	font-weight: bold;
	padding-top: 420px;
	text-align: center;
}
p#intro span {
	font-weight: normal;
}

.gourmet span {
	unicode-bidi: bidi-override;
	direction: rtl;
}

ul#authorslist, ul#viivemenu {
	list-style: none;
}
ul#authorslist li a, ul#viivemenu li a {
	display: block;
	border: none;
	height: 40px;
}
ul#authorslist li a span, ul#viivemenu li a span {
	display: none;
}
ul#authorslist li, ul#viivemenu li {
	height: 40px;
	position: absolute;
	top: 90px;
	border: none;
}
ul#authorslist li {
	background: transparent url(http://www.viive.org/style/images/authors.png) no-repeat;
}
li#de        { left: 202px; width: 63px; background-position: -4px 0 !important; }
li#de:hover  { background-position: -4px -40px !important; }
li#de.active { background-position: -4px -80px !important; }

li#ff        { left: 266px; width: 76px; background-position: -68px 0 !important; }
li#ff:hover  { background-position: -68px -40px !important; }
li#ff.active { background-position: -68px -80px !important; }

li#mk        { left: 343px; width: 59px; background-position: -145px 0 !important; }
li#mk:hover  { background-position: -145px -40px !important; }
li#mk.active { background-position: -145px -80px !important; }

li#ck        { left: 403px; width: 77px; background-position: -203px 0 !important; }
li#ck:hover  { background-position: -203px -40px !important; }
li#ck.active { background-position: -203px -80px !important; }

li#dm        { left: 481px; width: 62px; background-position: -283px 0 !important; }
li#dm:hover  { background-position: -283px -40px !important; }
li#dm.active { background-position: -283px -80px !important; }

li#mr        { left: 544px; width: 49px; background-position: -347px 0 !important; }
li#mr:hover  { background-position: -347px -40px !important; }
li#mr.active { background-position: -347px -80px !important; }

ul#viivemenu li {
	background: transparent url(http://www.viive.org/style/images/viivemenu.png) no-repeat;
}
li#about        { left: 311px; width: 63px; background-position: 0 0 !important; }
li#about:hover  { background-position: 0 -40px !important; }
li#about.active { background-position: 0 -80px !important; }

li#documentation        { left: 375px; width: 109px; background-position: -60px 0 !important; }
li#documentation:hover  { background-position: -60px -40px !important; }
li#documentation.active { background-position: -60px -80px !important; }
