/*master.css*/

/*Basic*/
/*-----*/

body

	{
		margin:0px;
	}

table
	{
		border-collapse:collapse;
		empty-cells:show;
		font-family:arial,helvetica,veranda;
		font-size:10pt;
	}
img
  	{ 
    		margin: 0;
    		padding: 0;
  	} 

/*Individual*/
/*--------- */

#maintable

	{
		height:3000px;
		width:1000px;
	}
	
#left
	{
		height:*;
		width:290px;
	}
	
#right
	{
		height:*;
		width:278px;
	}
	
#main
	{
    		height:*;
    		width:432px;
		vertical-align:top;
		padding:25px 20px;
		background:url(../images/design/main.gif) no-repeat;
		background-color:#F3EBDE;
		text-align:left;
	}

#shop
	{
		padding-bottom:10px;
		text-align:left;
	}
p
  {
  text-align:left;
  }

/*News*/
/*-----*/

#newseintrag
	{
		margin-bottom:30px;
		color:#000000;
	}
#title
	{
		font-size:12pt;
		text-align:left;
		color:#a10b24;
		background-color:#E4D2B6;
	}
#image
	{
		text-align:center;
	}

#text
	{
		text-align:left;
		font-size:10pt;
		margin-top:10px;
  }
/*Links*/
/*-----*/

a
	{
		text-decoration:none;
	}
a:active
	{
	   color:#000000;
		text-decoration:none;
	}
a:hover
	{
	   color:#000000;
		text-decoration:none;
	}
a:visited
	{
	   color:blue;
		text-decoration:none;
	}

/*EOF*/

