/* trigger-inside.com */

a:link {
	text-decoration:none;
	color:#000;
	}
a:visited { 
	text-decoration:none;
	color: #000;
	}
a:hover { 
	text-decoration:none;
	color:#000;
	}
a:active { 
	text-decoration:none;
	color:#000;
	}

.white{
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

.whitesmall{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

h2{
	font-size: 14px;
	color:#000000;
}

input.contact{
	width:250px;
	border: #B5B5B5 solid 2px;
}

textarea.contact{
	width:250px;
	border: #B5B5B5 solid 2px;
}

.contactsub{
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(../_media/button_submit.gif) no-repeat center;
	color: #000;
	height:19px;
	width:70px;
	/*
	width:110px; < - Breitenangabe für die Längere Version 
	*/
}
