/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* ======OlySite Schriftarten============= */

body  /*FTB Style*/
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 10pt;
font-style: normal;
color: darkblue;
}

.HeadH1 /*FTB Style*/
{
font-size : 16pt;
color : darkblue;
Letter-Spacing : normal;
margin-top: 0pt; 
margin-bottom: 3pt; 
}

.Titel /*FTB Style*/
{
font-size : 14pt;
color : darkblue;
Letter-Spacing : normal;
margin-top: 0pt; 
margin-bottom: 3pt; 
}
/*PROGRESSBAR*/
/* DEFINITION LIST PROGRESS BAR */



dl, dt, dd{margin:0;padding:0;}



dd{

	width:216px;

	height:41px;

	background:url(http://www.ahtc.de/Portals/0/bg_bar.gif) no-repeat 0 0;

	position:relative;

}

dd span{

	position:absolute;

	display:block;

	width:200px;

	height:25px;

	background:url(http://www.ahtc.de/Portals/0/bar.gif) no-repeat 0 0;

	top:8px;

	left:8px;

	overflow:hidden;

	text-indent:-8000px;

}

dd em{

	position:absolute;

	display:block;

	width:200px;

	height:25px;

	background:url(http://www.ahtc.de/Portals/0/bg_cover.gif) repeat-x;

	top:0;

}





/* SINGLE PROGRESS BAR */



.progressBar{

	width:216px;

	height:41px;

	background:url(bg_bar.gif) no-repeat 0 0;

	position:relative;

}

.progressBar span{

	position:absolute;

	display:block;

	width:200px;

	height:25px;

	background:url(bar.gif) no-repeat 0 0;

	top:8px;

	left:8px;

	overflow:hidden;

	text-indent:-8000px;

}

.progressBar em{

	position:absolute;

	display:block;

	width:200px;

	height:25px;

	background:url(bg_cover.gif) repeat-x 0 0;

	top:0;

}

.TitelZentriert /*FTB Style*/
{
font-size : 14pt;
color : darkblue;
Letter-Spacing : normal;
text-align : CENTER;
margin-top: 0pt; 
margin-bottom: 3pt; 
}

.Titelblau /*FTB Style*/
{
font-size : 14pt;
color : darkblue;
Letter-Spacing : normal;
margin-top: 0pt; 
margin-bottom: 3pt; 
}

.Unter /*FTB Style*/
{			/* Untertitel   	*/
font-size : 10pt;
font-weight: bold;
text-align: justify;
color : darkblue;
margin-top: 0pt; 
margin-bottom : 2pt;
}

.UnterZ /*FTB Style*/
{			/* Untertitel zentriert   	*/
font-size : 10pt;
font-weight: bold;
text-align: center;
color : darkblue;
margin-top: 0pt; 
margin-bottom : 2pt;
}

.Text /*FTB Style*/
{			/* normaler Text 	*/
font-size : 10pt;
margin-top: 0pt;
margin-bottom: 0pt;
color : darkblue;
text-align: justify;
}

.Textbetont/*FTB Style*/
{			/* Uebertitel   	*/
font-size : 10pt;
font-weight: bold;
color : darkblue;
margin-top: 0pt;
margin-bottom : 0pt;
text-align: justify;
}

.TextL, td, .kleinform /*FTB Style*/
{			/* normaler Text 	*/
font-size : 8pt;
margin-top: 0pt;
margin-bottom: 0pt;
color : darkblue;
}

.Ueber /*FTB Style*/
{			/* Uebertitel   	*/
font-size : 8pt;
font-weight: bold;
color : darkblue;
margin-top: 0pt;
margin-bottom : 2pt;
}


.Weiter /*FTB Style*/
{			/* weiterführender Link	*/
font-size : 8pt;
font-weight: bold;
color : darkblue;
text-align: right;
margin-top: 0pt; 
margin-bottom: 0pt; 
}

.Hinweis /*FTB Style*/
{			/* kleine Schrift!	*/
font-size : 8pt;
color: #008800;
margin-top: 0pt;
margin-bottom: 0pt;
}

.Impressum /*FTB Style*/
{			/* Impressum	*/
font-size : 8pt;
color: #003366;
text-align : center;
margin-top: 0pt;
margin-bottom: 0pt;
}

.Rot /*FTB Style*/
{			/* dunkelrote Schrift	*/
color: ffffff;
background-color: e53138;
}

.blau /*FTB Style*/
{			/* dunkelrote Schrift	*/

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
font-style : normal;
color: darkblue;
}
.ahtcdeSTANDARD /*FTB Style*/
{			/* dunkelrote Schrift	*/

font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size : 10pt;
font-style: normal;
color: darkblue;
}

hr /*FTB Style*/
{			/* Horiz. Linie	*/
color : #660000;
size : 2px
}

a:link /*FTB Style*/
{			/* Links		*/
    text-decoration:    none;
    color: darkblue;
}
a:visited /*FTB Style*/
{
    text-decoration:    none;
    color: darkblue;
}
a.:active  /*FTB Style*/
{
    text-decoration:    none;
    color: darkred;
}
a:hover /*FTB Style*/
{
    text-decoration: underline overline;
    color: darkred;
}

form  /*FTB Style*/
{
margin-top: 0pt; 
margin-bottom: 0pt; 
}

/* ===================================== */




/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
P {
    color: darkblue;
    font-size: 10pt;
    font-family: verdana;
}
H1  {
    color:#03463C;
    font-family: verdana;
    font-weight: bold;
    font-size:14px;
}

H2  {
    color:#8C0025;
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ================================
    CSS STYLES FOR XMLQuiz
   ================================
*/   

.tableheaderpurple
{
	HEIGHT:25px ;
	COLOR:#ffffff;
	FONT-FAMILY:Arial,Verdana;
	FONT-SIZE:10pt;
	BACKGROUND:#9E9DC4;
	FONT-WEIGHT:bold
}

.tablepurple
{
	HEIGHT:100px;
	COLOR:white  ;
	FONT-FAMILY:Arial, Verdana;
	FONT-SIZE:8pt ;
	BORDER-BOTTOM: #9E9DC4 1px solid;
	BORDER-LEFT: #9E9DC4 1px solid;
	BORDER-RIGHT: #9E9DC4 1px solid;
	BORDER-TOP: #9E9DC4 1px solid
}	


p.team
{
 	color:navy;
 	margin-top: 8px; margin-bottom: 8px;
}

.bild
{
 	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px;  float: right; background-color: #ffffff; padding: 3px; border: 3px solid #445299; color: #445299;
}

.rahmen
{
	width: 500px;  border: 1px solid #CDCDCD; padding:10px; margin: 10px;
 	height: 250px;
}

































