/*
===================================================================================

Tegum - janico-Gruppe

Author:			Mathias Ramseyer, Stämpfli all media
Version:		0.1
Datum:			22.07.2008

Description:	This is the master CSS- File. It holds Genric rules and is 
				responsable to load the additional CSS-Files.


Colors used:	#da0029	= Tegum red
				#f5f5f5 = Background grey 
				#f0f0f0 = Background gray for Teaser/News

===================================================================================
*/


@import url("layout.css");
@import url("content.css");
@import url("menu.css");
@import url("_debug.css");


html, body {
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0 auto; 
  padding: 0;
  text-align: left;
  background-color: #f5f5f5;
  height: 101%;
}

ul, li {
	margin: 0; 
	border: 0;
	list-style: none;
	padding: 0;
}


/* Generic Rules
----------------------------------------------- 
a:link,a:active {color: #b30000; text-decoration: none; border-bottom: 1px dotted #B30000;}
a:visited {color: #999; text-decoration: none; border-bottom: 1px dotted #999;}	
a:hover {color: #123974; border-bottom: 1px solid #123974;}  
a img {border-width: 0; border-style: none;}
#logo a, #home a {border: 0;}*/

a {
  color: #da0029;
  text-decoration: none;
  background-color: transparent;
}

a:link {
  color: #da0029;
  text-decoration: none;
  background-color: transparent;
} 

a:visited {
  color: #da0029;
  text-decoration: none;
  background-color: transparent;
} 

a:active { 
  color: #333;  
  text-decoration: underline;
  background-color: transparent;
} 

a:hover	{ 
  color: #333; 
  text-decoration: underline;
  background-color: transparent;
}


fieldset {
   border: none;
}

