/*
Author: 	Wolfgang Wöhrle Media
Date: 		2010
*/




/*
# Reset ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 
a:link, a:visited{text-decoration:none;outline:none;}
html {overflow: -moz-scrollbars-vertical;}





 

/*
# Layout ################### 
*/

body
{
	font-family: 		Helvetica, Arial, sans-serif;
	color:			#222222;
	background:		#ffffff;
}



/*
# Navigation ################### 
*/







/*
# Headings ################### 
*/

h1{}

h2{}

h3{}

h4{}






/*
# Lists ################### 
*/








/*
# Images ################### 
*/


img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}










/*
# Links ################### 
*/


a
{
	color:		#dd101b;
}

a:hover
{
	color:		#dd101b;
}













/*
# Forms ################### 
*/

















/*
# Tables ################### 
*/

















/*
# Typography ################### 
*/









/*
# Other ################### 
*/

.right		{float:right;}
.left		{float:left;}
.clear		{clear:both;}
.alignleft	{text-align: left;}
.alignright	{text-align: right;}
.aligncenter	{text-align: center;}










