﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #606;
	font-size: medium;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #efe2fe;
	background-image: url('images/bodyback.gif');
	scrollbar-arrow-color: #fcf;
	scrollbar-face-color: #c9f;
	scrollbar-highlight-color: #fcf;
	scrollbar-3dlight-color: #c9f;
	scrollbar-shadow-color: #c6f;
	scrollbar-darkshadow-color: #93c;
	scrollbar-track-color: #dbf;
	text-align: center;
}

a:link{color:#909;text-decoration:none;}
a:visited{color:#96c;text-decoration:none;}
a:hover{color:#c3f;text-decoration:underline;}
a:active{color:#f3f;}

#seite {
	padding: 0;
	width: 600px;
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
/* Inhaltsformatvorlagen */
.textli {
	text-align: left;
}
.blocksatz {
	text-align: justify;
}


/* Websitetypografie */

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}

p {
	font-size: medium;
	align: center;
}

textarea {
color:#606;
border-color:#fef;
background-color:#efe2fe;
}
input {
color:#606;
border-color:#fef;
background-color:#efe2fe;
}
table {
	align: center;
	border-width: 0pt;
	border-style: none;
	text-align: center;
	padding: 3pt;
}
/* Bild ohne Rand*/ 
.bildor {
	border: none;
}

/* Bild ohne Rand mitig*/ 
.bildormi {
	vertical-align: middle;
	border: none;
}
/* Bild mit Rand */ 
.bildmr1 {
	border-color: #909;
	border-width: 1px;
}

.bildorteto {
	border: none;
	vertical-align: text-top;
}

.bildorli {
	float: left;
	border: none;
	padding-right: 6px;
}
.bildorre {
	float: right;
	border: none;
}

.bildtop {
	vertical-align: top;
}

.bildtextop {
	vertical-align: text-top;
}
.small {
	font-size: small;
}
.large {
	font-size: large;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}

.largenormal {
	font-size: large;
	font-weight: normal;
}
.blockslarge {
	text-align: justify;
	font-size: large;
}

/* 2. Zeile im Seitenkopf */
.kopfzeile2 {
	font-size: medium;
	letter-spacing: 4px;
}
