/* ---------------- css für agentur machtwort 2004 ------------------- */
a, address, blockquote, caption, cite, dfn, dl, dt, 
fieldset, h1, h2, h3, h4, img, input, label, legend, 
li, ol, option, p, q, select, textarea, td, th, ul	{
	font-family:Arial, Helvetica, sans-serif;
}
html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%; 
	min-height: 100%;
	width: 100%;
	color:#000;
	margin:0;
   padding:0;
   background-color:#FFFF66;
}
frameset{
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h3{
	font-size: 110%;
}
h4{
	font-size:100%;
}
.rightAlign{
	text-align:right;
}
#content a:link,
#content a:visited	{
	color:#000;
	text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus	{
	color:#000;
	text-decoration: underline;
	background-color:#FFF;
}


a.extern:link,
a.extern:active,
a.extern:visited,
a.extern:hover	{
	color:#000;
	text-decoration: underline;
	padding-left:20px;
	background-image: url(../pics/ic_linkExtern.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
a.extern:hover,
a.extern:focus{
	background-color:#FFF;
}
img {
	border:none;
	margin:0;
}

a img {
	text-decoration: none;
}
input,
textarea{
	font-size: 87%;
}
.emptyline{
	clear: both;
	line-height:.2em;
}

.clearAll{
	float: none; clear: both; width: 1px; margin: 0; padding: 0; font-size: 0px; line-height: 0px; height: 1px
}
#content a.button,
#content a.button:link,
#content a.button:visited{
	padding:2px 5px;
	background-color: #FF6633;
	border:1px solid #333;
	text-decoration: none;
}
#content a.button:hover,
#content a.button:active,
#content a.button:focus{
	padding:2px 5px;
	background-color:#FFF;
	text-decoration: none;
}
fieldset{
	margin-bottom:20px;
}

p.pContent{
	padding: 0 0 10px 0;
	font-size: 98%;
}

.textImage{
	float:left;
	padding: 5px 5px 0 0;
}
.textImageRight{
	float:right;
	padding: 5px 0 0 5px;
}