/* CSS for cosag.ch
---------------------------------------
Author:	Samuel Trost
Date:	10.07.2006
--------------------------------------- */


/* Main styles
--------------------------------------- */
html 
{ 
    overflow: -moz-scrollbars-vertical;
	background:url(../images/bg/hauptbg.gif) repeat-x;
	background:#eeeeee;
}

body	
{
	font-size:11px;
	text-align:center;
	margin:0px;
	margin-bottom:20px;
	margin-top:200px;
  	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  	color:#333333;
}

/* MainDesign styles
--------------------------------------- */

#footer2	
{
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	text-align:center;
	border: 0px dotted #000000;
	border-top: 0px solid #c80000;
	height: 15px;
	clear: both;
	background: transparent;
}

/* Textformatierung styles
--------------------------------------- */
.foot
{
	margin-top: 8px;
	font-size: 12px;
}


/* Linkformatierung styles
--------------------------------------- */
a.foot:link,
a.foot:visited,
a.foot:active 
{
	color:#000499;
	text-decoration: none;
	font-weight: bold;
}

a.foot:hover 
{
	color:#000499;
	text-decoration: underline;
	font-weight: bold;
}