/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
margin:0;
}

/* 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 */
H1  {
font-size: 20px;
color: #000;
font-weight: bold;
}

H2  {
font-size: 18px;
color: #000;
font-weight: bold;
}

H3  {
font-size: 16px;
color: #000;
font-weight: bold;
}

H4  {
font-size: 14px;
color: #000;
font-weight: bold;
}

H5, DT  {
font-size: 12px;
color: #000;
font-weight: bold;
}

H6  {
font-size: 10px;
color: #000;
font-weight: bold;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 Skin
   ================================
*/   

body,span,td,div,p,b,i,h1,h2,h3,h4,h5,h6, .head {
	font-family: verdana, tahoma, arial, sans serif;
}

td {
	background-repeat:no-repeat;
	background-position:right top;
}

img {
	border:0;
}

.logo {
	height:82px;
	padding-left:10px;
}

.banner {
	background-image:url(../_default/Skins/miz/images/header.jpg);
}

.bannermiz {
	background-image:url(../_default/Skins/miz/images/header.jpg);
}

.bannermis {
	background-image:url(../_default/Skins/miz/images/header.jpg);
}

.bannermil {
	background-image:url(../_default/Skins/miz/images/header.jpg);
}

.rahmen {
	width:1004px;
	height:100%;
	border-width:0px;
	border-style:none;
	border-left-color: #0257AC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #0257AC;
	border-right-style: solid;
	border-right-width: 1px;
	padding:0;
}

.weisse_trennlinie {
	height:2px;
	background-color:#ffffff;
}

.blaue_trennlinie {
	height:12px;
	background-color:#0356AB;
}

.duenne_blaue_trennlinie {
	height:2px;
	background-color:#0257AC;
}

.hellblaue_trennlinie {
	height:10px;
	background-color:#0093DD;
}

.breadcrumb {
	height:12px;
	padding-left:5px;
	font-size:10px;
	color:#0257AC;
}

a.breadcrumb:link        { font-size:10px; color:#0257AC; text-decoration:none; }
a.breadcrumb:visited     { font-size:10px; color:#0257AC; text-decoration:none; }
a.breadcrumb:hover       { font-size:10px; color:#ff0000; text-decoration:none; }

.slogan {
	font-size:14pt;
	color:#ffffff;
	height:32px;
	background-color:#0093DD;
	padding-left:10px;
	font-family: verdana, sans serif;
}

.suchen {
	text-align:right;
	vertical-align:middle;
	background-color:#0093DD;
	color:#ffffff;
	padding-right:10px;
}

a.suchen:link        { font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.suchen:visited     { font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.suchen:hover       { font-size:10px; color:#ff0000; text-decoration:none; font-weight:bold;}

td.content {
	background-image:url(../_default/Skins/miz/images/content_bg.gif);
}

td.flag {
	padding:0px;
	vertical-align:top;
}

table.content {
	border-width:0px;
	border-style:none;
	width:100%;
	height:100%;
}

.column {
	text-align:center;
	vertical-align:top;
	padding:20px;
}

.footer {
	height:21px;
	text-align:right;
	background-color:#0356AB;
	vertical-align:middle;
	padding-right:10px;
}

a.footer:link        { font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.footer:visited     { font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.footer:hover       { font-size:10px; color:#ff0000; text-decoration:none; font-weight:bold;}

.menue {
	background-color: #ffffff;
	text-align: left;
	height: 24px;
	padding-left:4px;
}

.sprache {
	background-color: #ffffff;
	text-align: right;
	vertical-align: middle;
	height: 24px;
	padding-right:10px;
	padding-top:3px;
}

.trennlinie_left_lang {
	border-bottom-color: #0257AC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #E6E8E8;
	text-align: left;
	height: 24px;
	width: 810px;
	background-position: left top;
}

.trennlinie_right_lang {
	border-bottom-color: #0257AC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #E6E8E8;
	text-align: right;
	vertical-align: middle;
	height: 24px;
}

/* ================================
    CSS STYLES FOR Container
   ================================
*/   

.trennlinie {
	border-bottom-color: #0257AC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* --- Hier die einstellungen für die Texte --- */

.container_inhalt,
.container_inhalt td,
.container_inhalt span,
.container_inhalt div,
.container_inhalt p {
       font-size: 14px;
       font-family: verdana, tahoma, arial, sans serif;
}







