﻿/*	
	-------------------------------
	CSS Definition Lazarus Project 
	Author Michael Wallasch
	Copyright(c) 2007 HYVE AG
	-------------------------------
*/

body { height:100%; }

html { height:100%; }

p {font-size: 14px;}

body 
{
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color: #EEECED;
	font:.8em Arial, "Lucida Console", sans-serif; 
	color:#666666; 	
	font-size: 12px;
}

.question {font-size: 14px;}

.myerr 
{
	list-style-type:disc;
	list-style-position:outside;
	font-size: 14px;
}

#main  
{	
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	width: 764px; 
	min-height: 100%; 
}

.btn { 
	border:1px solid #5F5F5F; 
	padding:2px 10px 2px 10px; 
	background-color:#99CC33; 
	text-decoration:none;
	text-align:center; 
	color:white; 	
	line-height:20px; 
	font-weight:bold;
	cursor: pointer;
	overflow: visible;     
    width: auto; 
}

.btn a 
{
	text-decoration:none; 
	color:white;	 
	cursor: pointer;	
}

.center 
{
	width: 764px;	
	vertical-align: top;
	margin-top: 20px;
}

#top 
{
	text-align:right;
	height: 28px;
	line-height:28px;	
}

a
{
	color: #4E5149;
	text-decoration: underline;
}

.menu  
{	
	text-align: left; 
	height: 18px;
	line-height:20px;
	font-size: 14px;
	background: #999999; 
	border: #6F6F6F Solid 1px;
	border-top: none;
	color: White;
	
}
.menu a
{	
	color:White;	
	text-decoration: underline;
}

.menuitem
{	
	padding-left:10px;
	padding-right:5px;
	color:White;
}

.menuitem2
{	
	padding-left:5px;
	padding-right:5px;
	color:White;
}

.title
{
	color: #00669B;
	font-size: 16px;
	font-family:"Arial Rounded MT Bold";
}

.title_orange
{
	color: #FF7011;
	font-size: 16px;
	font-family:"Arial Rounded MT Bold";
}

.studie
{	
	text-align:justify;
}

.storytd
{
	padding-bottom: 10px;		
}

.storyheader
{	
	color: #00669B;
	font-weight: bolder;
	font-size: 14px;
}

.valTab 
{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.actionbtn {	
	border: 1px solid #666666; 
	margin: 10; 
	line-height: 20px; 
	background-color: #F5F5F5; 
	padding-left: 10px;
	margin: 10px 10px 0px 0px;
	text-align:center;
}