
.headline
{
	font-weight:bolder;
	font-style: italic;
	text-decoration:underline;
}

/*
.verticaltext 
{
    writing-mode: tb-rl;
    filter:  flipv fliph;
}
*/

div.main
{	
	/* width:100%; */
}
	
 
body
{
	text-align: center;
	background:white; /*  #e1e1e1*/
}

img
{
	border:0px;
}

div.padding
{
	padding-left: 8px;
	padding-right: 8px;
}
 
	
div.content
{	
	overflow:visible; /*hidden*/
	top:70px;
	display:block; 	
	margin-right:auto;
	margin-left:auto;
	width:744px;
	/* background:#FFFFCC; */
	/* border: 1px solid #A6A6A6; */ 
	text-align: left;
}

* html div.content /* for beloved IE :( */
{	
	width:755px;
	
}

div.menue
{
	top:10px;
	display:block; 
	margin-right:auto;
	margin-left:auto;
	width:100%;
	text-align: left;
	border-bottom:  1px solid #A6A6A6; 
	/*
	top:10px;
	display:block; 
	margin-right:auto;
	margin-left:auto;
	width:744px;

	border: 1px solid #A6A6A6; 
	text-align: left;
	*/
}

* html div.menue /* for beloved IE :( */
{	
	width:755px;
	
}

div.debug
{
	overflow:hidden;
	top:70px;
	display:block; 	
	margin-right:auto;
	margin-left:auto;
	width:744px;
	background: #A6A6A6;
	border: 1px solid #A6A6A6; 
	text-align: left;
}
/*
	General style classes
*/

.border_underline
{	
	border-bottom: 1px solid #e1e1e1;
	/*
	color: steelblue;
    border-top: solid slategray 0px;
    border-bottom: solid 0px slategray;
	border: 1px solid #A6A6A6;
	background:#eeeeee;
    */
}

.table_border 
{
	border: 1px solid #A6A6A6;
}

.error_text
{
	color: red;
}

.message_text
{
	color: green;
}

.hidden
{
	height: 1px;
}



.start_list
{
    list-style-type: none;
}

.bigtext {
	font-size: 13pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.smalltext {
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

.quest_desc
{
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	/* font-style: italic; */
	
}
/*	---------------------------------------------------------
	Define default styling here
	---------------------------------------------------------
*/

a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

thead
{
    font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
	font-style: oblique;
}


td,p,div,input,form,a, table 
{	   
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;		
}

h3
{
	padding: 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 0px;
}

/* don't care about column content */
.table_fixed
{
 table-layout:fixed;
}

.table_auto
{
 table-layout: auto;
}

.table_nopadding   
{
	padding: 0px;
	
}

/* otherwise Safari under OS-X has nowrap set ?? */
/*
td
{
    white-space:normal; 
}
*/

*
{
    white-space:normal;

}

div.content_nav *
{
    white-space:nowrap;

}

.intervieweeMenue
{
	display:block;
	padding:0;
}

.locales
{
	padding:0;
}

.locales select
{
	display:block;
	width:13em;
	margin-right:0;
	margin-left:auto;
}	


.invisible
{
	display: none;
}

.sub_content
{
    border: 1px solid #A6A6A6;
    margin: 0.3em;
}

tr.elements th {
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	background: #E1E1E1;
}
