﻿body
{
  background-color: Teal;
  font-size: .85em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: Black;
}

a:link, a:visited, a:active
{
  color: #990033;
  text-decoration: none;
}

a:hover
{
  color: Red;
  text-decoration: none;
  font-style: italic;
}

p
{
  line-height: 1.6em;
}

header, footer, nav, section
{
}

hr
{
  background-color: #608fc8;
  height: 2px;
  margin: 10px 5px 10px 5px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
}

h1
{
  font-size: 1.3em;
}

h2
{
  font-size: 1.2em;
  padding: 0 0 0 0;
}

h3
{
  font-size: 1.1em;
}

h4
{
  font-size: 1.0em;
}

h5, h6
{
  font-size: 0.9em;
}

.headertvamain
{
  color: #1c94c4;
  text-align:center;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

header, #header
{
}

header h1, #header h1
{
  
}

#main
{
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}

#mainContent
{
  padding-bottom: 15px;
}

footer, #footer
{
  text-align: center;
  line-height: normal;
  font-size: .9em;
  background-color: Blue;
  background-image: url(   '../../images/bg-nav.png' ); 
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
  border-bottom: 1px #5C87B2 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}

ul#menu li
{
  display: inline;
  list-style: none;
}


ul#menu li a
{
  padding: 5px 5px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  /*background-color: #e8eef4;*/
  color: #034af3;
}

ul#menu li a:hover
{
  /*background-color: #fff;*/
  text-decoration: none;
	font-style:italic;
}

ul#menu li a:active
{
  background-color: #a6e2a6;
  text-decoration: none;
}

ul#menu li.selected a
{
  /*background-color: #fff;*/
  color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend
{
  font-size: 1.2em;
  font-weight: bold;
}

textarea
{
  min-height: 75px;
}

input[type="text"], input[type="password"]
{
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1.2em;
  color: #444;
  width: 200px;
}

select
{
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1.2em;
  color: #444;
}

input[type="submit"]
{
  font-size: 1.2em;
  padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td
{
  padding: 5px;
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
  clear: both;
}

.error
{
  color: Red;
}

nav, #menucontainer
{
  margin-top: 5px;
}

div#title
{
}

#logindisplay
{
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: White;
}

#logindisplay a:link
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:visited
{
  color: white;
  text-decoration: underline;
}

#logindisplay a:hover
{
  color: white;
  text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
  color: #ff0000;
}

.field-validation-valid
{
  display: none;
}

.input-validation-error
{
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors
{
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid
{
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
  margin: 1em 0 0 0;
}

.display-field, .editor-field
{
  margin: 0.5em 0 0 0;
}

.text-box
{
  width: 30em;
}

.text-box.multi-line
{
  height: 6.5em;
}

.tri-state
{
  width: 6em;
}

.CommonMsg
{
  font-weight: bold;
  color: Red;
  border: 1px dotted Green;
}

/* styles for TvaArchiv directory 
----------------------------------------------------------*/

#archivMenue
{
  vertical-align: top;
  width: 20%;
}

#archivMain
{
  vertical-align: top;
}

.pdfFrame
{
}

.ImagesFrame
{
}

.pageThumb
{
  margin: 5px;
  position: relative;
  float: left;
}

.pdfLink
{
  text-align: center;
}

/* for "Zurück zur TVW Hauptseite >>" link.  */
#nav-main
{
	position: relative;
	background: #608fc8;
	padding: .8em 0 1em 10px;
	font-weight: bold;
	background-image: url(   '../../images/bg-nav.png' ); 
}

#nav-main a:link, #nav-main a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#nav-main a:hover
{
	color: #D4E7F8;
	text-decoration: none;
}

