
#banner {
	background-image: url(http://www.nuck-getraenke.de/images/hintergrund_getraenke.jpg);
	background-position: center;
	height: 75px; 
}

h1 {
	font-size: 150%;
	color:	#df002a;
	margin-bottom: 3px;
	/*text-transform: uppercase;*/ 
}
h2 {
	font-size: 100%;
	color:	#df002a;
	margin-bottom: 3px;
}
h2.col_right {
	padding-top: 5px;
	font-size: 120%;
	color:	#df002a;
	margin-bottom: 3px;
}
h3 {
	font-size: 100%;
	color: #df002a;
	margin-bottom: 3px;
}
h4 {
	font-size: 100%; /*110%;*/
	color:	#df002a;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link{
	font-weight: bold;
	color:#555555;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color:#555555;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #df002a;
	text-decoration: none;
}
a:active{
	font-weight: bold;
	color: #df002a;
	text-decoration: none;
}

p a:link {
	color: #df002a;
}

.linkNormal:link{
font-weight: normal;
color:#555555;
text-decoration: none;
}
.linkNormal:visited{
font-weight: normal;
color:#555555;
text-decoration: none;
}
.linkNormal:hover{
font-weight: normal;
color: #df002a;
text-decoration: none;
}
.linkNormal:active{
font-weight: normal;
color: #df002a;
text-decoration: none;
}

.navi:link{
font-weight: normal;
}
.navi:visited{
font-weight: normal;
}
.navi:hover{
font-weight: normal;
}
.navi:active{
font-weight: normal;
}

.subNavi:link,.subNavi:visited  {
color: #df002a;
font-weight: normal;
}

.subNavi:hover {
color: #555555;
font-weight: normal;
}

.naviActive:link,.naviActive:visited  {
color: #df002a;
font-weight: normal;
text-decoration: underline;
}

.naviActive:hover {
color: #555555;
font-weight: normal;
text-decoration: underline;
}

.call2Action { 
	background-color:#df002a; 
  	color:#fff; 
  	border:1px solid #555; 
  	padding: 10px 20px;
  	cursor : pointer;
  	font-weight: bold;
}
