﻿/* Standard CSS mit allgemein - Anweisungen */
/* ############################################################## */

body {
border: 0 solid;
}

html {
border: 0 solid;
min-height:101%; /*Scrollbar immer anzeigen*/
}

body {
	text-align: center;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background-color: #9DA5AB;
	background-image: url('../grafik/bg.gif');
	background-repeat: repeat-x;
	
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0 none;
}

textarea {
	font-size: 12px;
}

input {
	font-size: 12px;
}

ul { 
	list-style-type: square; 
}



/* Typo3 css überschreiben*/
/* ############################################################## */

DIV.csc-textpic-clear {

}




/* Schriftgrössen Definition Allgemein */
/* ############################################################## */

label {
font-size: 0.80em;
}

li {
font-size: 0.80em;
}

blockquote {
font-size: 0.80em;
}

td {
font-size: 0.80em;
}

th {
font-size: 0.80em;
}

a {
font-size: 0.80em;
}

address a:link {
	font-size: 90%;
}

address a {
	font-size: 90%;
}

p {
font-size: 0.80em;
}

textarea {
font-size: 0.80em;
}

input {
font-size: 0.80em;
}
td h5 {
font-size: 100%;
}

td h4 {
font-size: 100%;
}

td h3 {
font-size: 100%;
}

td h2 {
font-size: 100%;
}

td p {
font-size: 100%;
}

td a {
font-size: 100%;
}

p a {
font-size: 100%;
}

li a {
font-size: 100%;
}

li p {
font-size: 100%;
}

li h3 {
font-size: 100%;
}

/* ############################################################## */

table {
	margin: 10px 0;
}

td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

th {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

h6 {
	font-family: "Century Gothic", sans-serif;
	margin: 0em 0em 0.5em 0em;
	color: #616161;
}

h5 {
	font-family: "Century Gothic", sans-serif;
	margin: 0em 0em 0.5em 0em;
	color: #616161;
}

h4 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}

h3 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
}

h2 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #004A7F;
	border-bottom: 1px #C0C0C0 dotted;
	font-weight: lighter;
	color: #616161;
	margin-left: 30px;
	margin-right: 20px;
}

h1 {
 	font-family: "Century Gothic", sans-serif;
	margin: 0em 0em 0.5em 0em;
	color: #616161;
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: normal;
}


h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}

a:visited  {
	color: #000000;
	text-decoration: underline;
}

a:link  {
	color: #000000;
	text-decoration: underline;
}

a  {
	color: #000000;
	text-decoration: underline;
}

a:focus {
color: #D87E00	
}

a:active {
color: #D87E00	
}

a:hover {
color: #D87E00	
}
