/********************************************************/
/*                                                      */
/* Style sheet für die Web Site der                     */
/* Vienna School of Interdisciplinary dentistry, VieSID */
/*                                                      */
/* **************************************************** */
/*                                                      */
/* Autor: Volker Sudmann                                */
/* Dieses Style sheet ist urherberechtlich geschuetzt.  */
/* Fassung vom 18. November 2008                        */
/*                                                      */
/********************************************************/

/* Basisdefinition */
html, body, a, adress, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset,
h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre
{	display : block;
	font-size : 9pt;
	font-family : Verdana, Arial, sans-serif;
	font-weight : normal;
	color : #000000;
	background-color : #F9FEFC; /* weiss */
}
	
body
{	position : absolute;
	height : 660px; 
	width : 850px;
	margin : -330px 0px 0px -425px;
	top : 50%; 
	left : 50%;
	overflow: visible;}

div					{position:absolute;	top:0px; left:0px;}
#bar_menu			{height: 20px; width:260px; top:200px; left:590px;}
#area_menu			{height:425px; width:150px; top:225px; left:  0px; background-color:#019DE1;}
#area_data			{height:425px; width:690px; top:235px; left:160px;}

/* Absaetze */
p, a, h1, h2, h3, h4, 
h5, h6				{margin:0px; padding:0px; color:#000000; text-decoration:none;}
.menu_1				{font-size:8pt;}
.menu_2				{font-size:10pt; font-weight:normal; color:#F9FEFC; margin:2px 15px 0px; background-color:#019DE1;}
.menu_2_active		{font-size:10pt; font-weight:bold; color:#F9FEFC; margin:2px 15px 0px; background-color:#019DE1;}
.menu_2_1			{font-size:10pt; font-weight:normal; color:#F9FEFC; margin:2px 30px 0px; background-color:#019DE1;}
.menu_2_1_active	{font-size:10pt; font-weight:bold; color:#F9FEFC; margin:2px 30px 0px; background-color:#019DE1;}


/* Bilder */
img					{position:absolute; top:0px; left:0px; border:0px;}
#title				{height:196px; width:850px;}
#menu_top			{height: 20px; width:150px;}
#menu_bottom		{height: 20px; width:150px; top:414px;}
#flag_d				{top:3px; left:190px;}
#flag_e				{top:3px; left:220px;}

/* Frames */
iframe				{height:420px; width:690px; border:0px;}

/* Tabellen */
table				{display:table; font-size:8pt; border:0px; table-layout:auto}
tr					{display:table-row;}
thead				{display:table-header-group;}
tbody				{display:table-row-group;}
tfoot				{display:table-footer-group;}
col					{display:table-column;}
colgroup			{display:tablecolumn-group;}
td, th				{display:table-cell;}
caption				{display:table-caption;}

/* Listen */
ol, ul				{margin:0px; padding:0px;}
li					{display: list-item; margin-left:20px; padding:0px;}


