@charset "utf-8";

/* ============================================================================================
*	promovio dk10 
*	Defaults setzen
*/


/*###################################################
#
#
#      D E F A U L T S  +  T A G S
#
#
###################################################*/

* {
 margin: 0;
 padding: 0;
}

body {
	margin-bottom: 24px;
	padding: 5px 10px;
	background-color: #ADADAD;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	/* center-Hack fuer den schlechtesten Browser der Welt */
	text-align: center;
}
/* Das hier versteht der IE 6 nicht :) */
html>body {
	font-size: 10px;
}

/*div,p,pre,form,ul,li {
	margin: 0;
	padding: 0;
}*/
/*a,body,div,em,input,label,li,ol,p,select,span,strong,td,th,textarea,u,ul { 
	font-family: Verdana, Geneva, sans-serif; 
}*/
/*a,body,div,input,label,li,ol,select,p,td,th,textarea,u,ul{ 
 font-size:11px; 
}*/

h2, h3, h4, h5, h6 {
	margin: 2.5em 0 1em;
}
	
h2, h2 a {
	font-weight: bold;
	font-size: 2em;
}
h3, h3 a, h5, h5 a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3, h3 a {
	font-size: 1.5em;
}
h4, h4 a {
	font-size: 1.2em;
}
h5, h5 a {
	font-size: 1.1em;
	font-weight: bolder;
}
h6, h6 a {
	font-size: 1em;
	font-weight: bolder;
	text-transform: capitalize;
}
	
p,ul,ol,input,textarea,label,select {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

ul {
	list-style-type: none;
}

a {
	color: #73BA42;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #73BA42;
}
img {
	vertical-align: middle;
	border: 0;
}



/*###################################################
#
#
#  A L L G E M E I N E  F O R M A T I E R U N G E N
#
#
###################################################*/

.error {
	color: #CB081C;
	font-weight: bolder;
}
.bld {
	font-weight: bold;
}

.link {
	color: #73BA42;
}