/* 
css style sheet fot prof-schwab.de
*/
body {
	color       : Black;
    background  : #F0F8FF;
	margin: 0px;
	margin-left: 40px;
	font-family: georgia, serif;
	background-image: url(../bilder/design/namenszug_linke_seite.png);
	background-repeat: no-repeat; vertical-align;
	background-position: bottom left;
	background-attachment: fixed;
	
}
.topcells {
	background-color: #6699CC;
	color: #6699CC;
	text-align: left;
}
.header{
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: bolder;
#	text-decoration:underline;
	text-align:left;
  	color: #F0F8FF;
	margin-top: 40px;
	background-color: #6699CC;
}
.headerklein{
	font-family: sans-serif;
	font-size: x-large;
	font-weight: bolder;
#	text-decoration:underline;
	text-align:left;
  	color: #F0F8FF;
	margin-top: 40px;
	background-color: #6699CC;
}
.header:first-letter { 
	color:red;
}

a {
	color: Black;
}
a:link {
	color: Black;
}
a:visited {
	color: Black;
}
a:hover {
	color: Black;
}
a:active {
	color: Black;
}
a:focus {
	color: Black;
}

.heading_page {
	font-family: georgia, sans-serif;
	font-size: xx-large;
	text-decoration: underline;

	text-kashida-space: 11%;
}
.heading_page:first-letter { 
	color: Red;
	font-weight: bolder;
}
/**.menu {
#		background-color:#66CCCC;
}**/

.content {
	background-color:White;
}
.links_menu {
	font-family: georgia, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.links_menu:link {
	color: Black;
}
a.links_menu:visited {
	color: Black;
}
a.links_menu:hover {
	color: #000066;
}
a.links_menu:active {
	color: #000066;
}
a.links_menu:focus {
	color: #000066;
}

.language_select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	text-decoration: none;
}
a.language_select:link {
	color: Black;
}
a.language_select:visited {
	color: Black;
}
a.language_select:hover {
	color: Silver;
}
a.language_select:active {
	color: Gray;
}
a.language_select:focus {
	color: Gray;
}

.tableheight {
	height: 100%;
}

.lastupdatecaption {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: x-small;
	direction: rtl;
	margin-right: 10px;
}


.versionforprint {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	text-decoration:none;
	text-align:right;
}


p.kontakt {
	font-size: smaller;
}