﻿/***************** FONTS *****************/
body
{
	font-family: Tahoma;
	font-size: 100%;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.2em;
	text-align: center;
}

h3
{
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	margin-left: 10px;
}

h4
{
	font-size: 1em;
	text-align: center;
	text-decoration: underline;
	margin-left: 10px;
}

#pageFrame
{
	font-size: 0.8em;
}

/*************************POSITION, BORDERS, MARGINS *********************************/
a.extern:link { background:url(../images/extern.gif) no-repeat center right; color:#000; text-decoration:underline; font-size:0.9em; }
a.extern:visited { background:url(../images/extern.gif) no-repeat center right; color:#000; text-decoration:underline; font-size:0.9em; }
a.extern:hover { background:url(../images/extern_hover.gif) no-repeat center right; color:#ff0000; text-decoration:underline; font-size:0.9em; }
a.extern:active { background:url(../images/extern.gif) no-repeat center right; color:#000; text-decoration:underline; font-size:0.9em; }

table.datagrid
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	border-collapse: separate;
}

table.datagrid caption, table.datagrid th
{
	border: 1px solid;
	text-align: center;
}


tr.datagrid_itemstyle, tr.datagrid_alternateitemstyle
{
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

tr.datagrid_itemstyle td, tr.datagrid_alternateitemstyle td
{
	padding-left: 5px;
	padding-right: 5px;	
	border-width: 0px;
}

tr.datagrid_pagerstyle td
{
    border-width: 0px;
}

td.datagrid_pager
{
	text-align: left;
	font-size: 10px;
}

table.loginTable
{
	margin-left: auto;
	margin-right: auto;
}

table.form
{
	border: 1px solid;
	border-bottom-width: 2px;
	border-right-width: 2px;
	width: 500px;
}

table.form td
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

table.form td.labelColumn
{
	text-align: right;
	vertical-align: text-top;
	padding-top: 9px;
}

span.smalllabel
{
	font-size: smaller;
}

span.errorlabel
{
	margin-left: 10px;
}

span.formlabel, span.formlabelrequired
{
	display: block;
	vertical-align: middle;
}

span.formlabelrequired
{
	font-weight: bold;
}

p
{
	margin: 15px;
	text-align: justify;
}

hr
{
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}

div.form
{
	border: 2px solid ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 552px;
	padding-bottom: 5px;
}

input.textbox, select.formular
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 350px;
}

input.checkbox
{
	border-width: 0px;
}

textarea
{
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
	vertical-align: top;
	width: 350px;
}

input.button
{
	border: 1px solid;
	border-bottom-width: 2px;
	border-right-width: 2px;
	width: 100px;
	height: 25px;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.centerContent
{
	text-align: center;
}

div.box
{
	text-align: center;
	border: 0px solid Red;
	margin: 10px 0px 0px 0px;
}

div.borderbox
{
	border: 1px solid; 
	border-top: none; 
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

div#weather
{
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px red;
}

div.headline
{
	height: 15px;
	padding-top: 3px;
	border: solid 1px;
}

div.headline span
{
}

.rssNews
{
	text-align: left;
	padding-top: 5px;
	border: solid 0px red;
}

.rssNews ul, .rssNews ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.loginStateLabel
{
	display: block;
	margin-bottom: 5px;	
}

span.boldText
{
    font-weight: bold;
}

img.link
{
	border-width: 0px;
}


/************************ FONTS  *******************/
table.datagrid caption
{
	font-weight: bold;
	font-size: 1.4em;
}

table.datagrid th
{
	font-weight: bold;
	font-size: 1.0em;
}

p.smalltext
{
	font-size: 10px;
}

p.ImageTitle
{
	font-size: 14px;	
}

div.headline span
{
	font-size: 12px;
	font-weight: bold;
}

/************************ COLORS *******************/
table.datagrid
{
	border-color: #CCC;
}

div.borderbox, div.headline
{
	border-color: #CCC;
}


div.headline
{
	background-color: #CCC;
	background-image: url(../Images/tablebackground.gif);
	background-repeat: repeat-x;
	background-position: center 50%;	
}

#innerFooter
{
	color: White;
}

table.datagrid caption, table.datagrid th, tr.datagrid_headerstyle td
{
	background-image: url(../Images/tablebackground.gif);
	background-repeat: repeat-x;
	background-position: center 50%;
	border-color: #CCC;
	color: Black;
}

tr.datagrid_itemstyle, tr.datagrid_alternateitemstyle
{
	background-color: #F3F3F3;
	color:  Black;
	border-bottom-color: gray;
	border-top-color: #CCC;	
}

table.form
{
	background-color: #F3F3F3;
	border-color: #CCC;
}

table.form th
{
	background-color: #366491;
}

div.form
{
	background: white;
	border-color: #CCC;
}

div.formTitle
{
	width: 100%;
	font-size: 14px;	
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;	
	border-bottom: solid 1px;
}

div.formTitle span
{
	padding-left: 5px;
}

div.form label
{
	display: block;
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 20px;
}



input.textbox, select.formular, textarea
{
	border-color: #CCC;
}
input.button
{
	border-color: #CCC;
	background-color: white;
	color: Black;
}

p.error
{
	color: Red;
}

ul.newslist
{
	background-image: url(../Images/tablebackground.gif);
}

ul.newslist li a
{
	color: Black;
	background-color: White;
}
ul.newslist li a:hover, ul.newsList li a:hover
{
	background-color: red;
	color: white;
}

div.formTitle
{
	background-color: #CCC;
	background-image: url(../Images/tablebackground.gif);
	background-repeat: repeat-x;
	background-position: center 50%;
	border-color: #CCC;
		
	color: Gray;
}


div.headline span
{
	color: Gray;
}

#navigationDiv
{
	float: left;
	left: 0px;
	width: 200px;
	border: solid 0px Blue;
}

#imagesPanel
{
	border: solid 0px Red;
	margin-left: 201px;
}

#imageFrame
{
	text-align: center;
	background-color: White;
	padding: 10px;
}

img.thumbnail
{ 
	padding: 0px;
	background-color: White;	
	/*background-image: url(../images/dia.gif);*/
	border-width: 0px;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;	
	margin-right: 8px;
	margin-bottom: 8px;
	height: 100px;
	width: 100px;
} 

a.galerieLink:hover
{
	border-color: White;
	border-width: 1px;
}