/*
Allgemeine Elemente: Family und Size global, Specs einzeln)
*/

#noprint { display: none; }



p,br {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #black;
	background: transparent;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #black;
	background: transparent;
}


li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #black;
	background: transparent;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #black;
	background: transparent;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #black;
	background: transparent;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #black;
	background: transparent;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #black;
	background: transparent;
}

/* Drucken von Links */

a, a:visited, a:hover, a:visited:hover {
color: black;
background: transparent;
text-decoration: underline;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}

/*
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a.hidden {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
}

a.hidden:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}

a.hidden:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
}

a.hidden:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: underline;
	background: transparent;
}
*/
/*
spezielle Elemente: kleiner, grösser usw.)
*/

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: transparent;
}


.gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: transparent;
}

.sehr_gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.erweitert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
	background: transparent;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background: transparent;
}

.fusszeile {
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
	color: #999999;
	background: transparent;
}


.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	background: transparent;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
	background: transparent;
}

/* Formular */

.textarea
{
	border: thin ridge #999999;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 120px;
	width: 425px;
	font-weight: bold;
	background: transparent;
}

.mailfon
{
	border: thin ridge #999999;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 20px;
	width: 425px;
	font-weight: bold;
	background: transparent;
}

 .Button
{
	background-color:#FFFFFF;
	color:#000000;
	width:80px;
	border:1px ridge #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	background: transparent;
}

