

body
{
	font-family: Lucida Sans Unicode,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:RGB(215,215,215);
		
}

/*Suche*/
#search_small
{
	float: right;
	text-align: right;
		
}

#searchsolution
{
	float: left;
	text-align: left;
}


#bezeichner
{
	float:left;
	width: 100px;
	font-variant:small-caps;
}

#wert
{
	float:left;
	width: 213px;	
}

#wert_lang
{
	float:left;
	width:460px;
	overflow:hidden;
}

#wert_zeile
{
	float:left;
	width: 561px;
}



.search
{
	padding:5px;
	width:99%;
}

#title
{
	position:absolute;
	top:50px;
}


#submitbutton
{
	width: 100%;
	text-align: center;
	padding:15px;
	padding-bottom: 20px;
}

.row
{
	width:500px;
	padding: 10px;
	text-align: center;
}

.name
{
	width:120px;
	float:left;
	padding:5px;
	text-align: left;
}

.element
{
	float:left;
	width:190px;
	padding: 5px;
	text-align: right;
}

.clearfix
{
 	clear:both;
}

.thesterm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:  #003399;
	width:100%
}

.content_visible
{
	width:561px; 
	overflow-x:hidden; 
	overflow:hidden; 
	display: inline;
}

.content_invisible
{
	
	width:561px; 
	overflow-x:hidden; 
	overflow:hidden; 
	display:none;
	
}

#titelzeile
{
	width:537px; 
	padding: 13px;
	font-size:14px;
	font-weight: bold;  
	color:RGB(94,131,200); 
	font-variant:small-caps;
	display: inline; 
	overflow:hidden;
}

.bezeichner
{
	float:left;
	padding-left: 13px;
	width: 100px;
	font-size:12px;
	font-variant:small-caps;
	font-weight: bold;
}

.wert_lang_breit
{
	float:left;
	width:460px;
	height:32px;
	overflow:hidden;
}

.wert_haelfte
{
	float:left;
	width: 280px;
}

.textbutton
{
	font-variant:small-caps;
	color:RGB(94,131,200);
	font-weight: bold; 
	text-decoration: underline; 
	text-align:right; 
	cursor:pointer;
	display: inline;
}