table, td, tr, body, p, ul, ol, li, input, select, dl, dd, dt, font
             {font-family:Trebuchet MS,Helvetica,Sans Serif; font-size:10pt; color:#555555}

// Styles for div-classes
body		{ background-color: #eeeeee;
}

.all		{ background-color:#ffffff;
		  width:100%;
}

.outercol	{ width:640px;
		  margin: 20px auto;
		  background-color:#ffffff;
}

.header		{ background-image: url(../gfx/header.jpg);
}


.menu		{ width:22%;
		  float:left;
}
.cont		{ width:78%;
		  height:100%;
		  float:left;
}

.clearup	{ clear:both;
}

.links       {font-size:10pt; font-style: italic;}

.aussen      {text-align: left; color:#FFFFFF;}

.sitz        {text-align: center; color:#FFFFFF; font-size:10pt;
              font-weight: bold;}

.bio         {text-align: left; color:#FFFFFF; font-size:10pt;
              font-weight: bold;}

.content     {text-align: left; color:#FFFFFF; font-size:10pt;
              font-weight: normal;}

.headline    {border-bottom:1px dotted #555555; color:#888888;
              font-weight: bold; font-size:12pt;}

h3           {font-size:14pt; font-family:Arial, Helvetica, Sans
              Serif; color:#EFEFEF; font-weight:bold;
              text-decoration:underline;}

a            {text-decoration:none; color:#555555;
              font-weight:bold; text-shadow: black;}

a:hover      {color:#0070C0;}

#a:after      { content: " [" attr(href) "]";}

/* ***** Boxes with shadow ************************** */

div.t_l {
	background-image: url(../gfx/top_left.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}

div.t_c {
	background-image: url(../gfx/top_center.gif); 
	background-repeat: repeat-x; 
	background-position: top center;
}

div.t_r {
	padding: 12px;
	background-image: url(../gfx/top_right.gif); 
	background-repeat: no-repeat; 
	background-position: top right;
}

div.m_l {
	background-image: url(../gfx/middle_left.gif); 
	background-repeat: repeat-y; 
	background-position: left;
}

div.m_r {
	background-image: url(../gfx/middle_right.gif); 
	background-repeat: repeat-y; 
	background-position: right;
}

div.b_l {
	background-image: url(../gfx/bottom_left.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

div.b_c {
	background-image: url(../gfx/bottom_center.gif); 
	background-repeat: repeat-x; 
	background-position: bottom center;
}

div.b_r {
	background-image: url(../gfx/bottom_right.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}
