	/* :::::::::: Dates :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
Project: Schaetti
Type: CSS Document
Description: Generally definitions for some browsers
Created to: June 2008, A. Sauder
*/



/* :::::::::: General Items :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html, body {
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0px solid Gray;
}

h1 {
	font-weight: normal;
	font-size: 25px;
	color: #69bbff;
	margin: 40px 0px 20px 0px;
	}
	
h2 {
	font-weight: normal;
	font-size: 14px;
	color: #69bbff;
	margin: 0px 0px 5px 0px;
	}
	


.imgtext{
	font-size: 10px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

ul{
	margin: 0 15px;
	padding: 0;
	list-style-image: url(bullet.gif);
}

.SML1{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.SML1:hover{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

.SML2{
	color: Red;
	text-decoration: none;
	padding-left: 15px;
}

.SML2:hover{
	color: Red;
	text-decoration: underline;
	padding-left: 15px;
}

.SML3{
	color: #696969;
	text-decoration: none;
	padding-left: 30px;
}

.SML3:hover{
	color: #696969;
	text-decoration: underline;
	padding-left: 30px;
}

a.sprachpunkt_mark{
	color: #888888;
	text-decoration: none;
}

a.sprachpunkt_mark:hover{
	color: #888888;
	text-decoration: none;
}
