/******************************************************************************
 * File:                tc.css
 * Author:              Andreas Kammer
 * Date:                2006-05-12
 * Last change:         2006-05-15
 * Copyright:           (c) 2006 pans.ch
 * 
******************************************************************************/



/**************************
        TAGS
**************************/

body {
    font: 12px verdana;
    color: #666666;
    background-color: #999999;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

ol {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 5px;
}
ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 25px;
	margin-right: 5px;
    list-style-image:url(../img/forms/list.gif);
	line-height: 20px;
}


hr { margin-top: 8px; margin-bottom: 8px; }

img { border: none; }

form { margin: 0; }

iframe { margin: 0; padding: 0; }

td { vertical-align: top; }

p { margin-top: 6px; }


a:link { color: #666666; }
a:active { color:#000000; }
a:visited { color: #666666; }
a:hover { color:#000000; }


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	color: #000000;
	margin: 0;
	margin-bottom: 8px;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; } 
h4 { font-size: 12px; } 
h5 { font-size: 11px; } 
h6 { font-size: 10px; }   



/**************************
        CLASSES
**************************/


.txtbig { font-weight: bold; }
.txtinfo { font-size: 9px; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.fileinfo { font-size: 11px; vertical-align: baseline !important; }

.BigH2 {	/* input */
	font-size: 16px;
    font-weight: bold;
	color: #000000;
}
.Inputtxtcenter{ 	/* input */
	text-align: center;
}
.imglink {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.errortext {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}
.zeilehell {
	background-color: #CCCCCC;
}


/**************************
        div id's
**************************/

input#BtnImage {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	border-width: 0;
}
input#BtnImageHoch {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	border-width: 0;
	padding-bottom: 2px;
}

/* --------------------------------------------- */

div#Header {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 902px;
	margin: 0 0 8px 0;
	border: 2px ridge silver;
	background-image: url(../img/header_admin.jpg);
	height: 120px;
}
div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 890px;
	padding: 0.5em;
	border: 2px ridge silver;
}
div#DetailSeite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0.5em;
	border: 2px ridge silver;
}
div#Logon {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0.5em;
}
html>body div#Seite {
	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

ul#Navigation {
	font-size: 12px;
	float: left; width: 150px;
	margin: 0; padding: 0;
	border: 1px solid silver;
}
ul#Navigation li {
	list-style: none;
	margin: 0; 
	padding: 0.3em;
}
ul#Navigation a {
	display: block;
	padding: 0 0 0 0.5em;
	font-weight: bold;
}
ul#Navigation a:link {
	color: black; background-color: #eee;
}
ul#Navigation a:visited {
	color: black; background-color: #eee;
}
ul#Navigation a:hover {
	color: white; background-color: gray;
}
ul#Navigation a:active {
	color: black; background-color: #eee;
}

div#Inhalt {
	margin-left: 180px;
	padding: 0.5em 1em;
	border: 1px solid silver;
}
div#ScrollInhalt {
	height: 500px;
	overflow: auto;
	width: 680px;
}
div#RepScrollDomains {
	height: 197px;
	overflow: auto;
	width: 680px;
	margin-top: 5px;
}

div#Logon {
	height: 500px;
	overflow: auto;
	width: 680px;
	margin-top: 40px;
	text-align: center;
}

/**************************
        FORMS
**************************/

input{
	background-color: #eee;
	font-size: 13px;
	color: #666666;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding-left: 3px;
	padding-right: 3px;
}
select{
	background-color: #eee;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding-left: 3px;
	padding-right: 3px;
}
textarea{
	background-color: #eee;
	font-size: 12px;
	font-family: verdana;
	color: #666666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding-left: 3px;
	padding-right: 3px;
}
input.checkbox{ /* for checkboxes, radiobuttons */
	border-width: 0px !important;
	cursor: pointer;
	height:14px;
	width:14px;
	margin-right: 6px;
    background-color: #F2F3F5; 
}
