/* 	
	--------------------------------------
	CSS-Stylesheet für www.brogge-gugge.ch
	--------------------------------------
	(c)2006 by Brogge-Gugge St. Gallen
	
	Code by Lukas Bleher | luuc(at)gmx(dot)ch
*/

/* BODY-Definitionen */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }
	
/* Allgemeine Schriftdefinitionen */
h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i{ 
	color:#000000;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	font-weight:bold;
	font-size:13px; }

.highlight {
	color:#FFFFFF; }
	
.titel {
	font-size:17pt;
	font-family:Impact;
	font-weight:normal;
	line-height:17pt;
	color:#660000; }
	
.titel_highlight {
	font-size:17pt;
	font-family:Impact;
	font-weight:normal;
	line-height:17pt;
	color:#ffffff; }
	
/* Aussehen der Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#ffffff;
	font-weight:bold;
	text-decoration: none }

a:link { 
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none }

a:hover {
	font-weight: bold; 
	color: #FF3333; 
	text-decoration: none }

a:active {
	font-weight: bold; 
	color: #FF3333; 
	text-decoration: none }


/* Defintionen der DIV-Container */
.content {
	width:580px;
	margin-top:20px;
	margin-left:50px; }

/* Definitionen der Space-Tabel */

.space_td_include {
	vertical-align:top;
	height:264px; }
	
.space_td_footer {
	height:80px; }
	

/* Definitionen für Formulare */
textarea {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

select {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

option {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }

input {
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #808080;
	color: #000000;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica; }
			



