
/***********************************************************
	Reset browser specific definitions and define universalities
************************************************************/
html, body, div, p, h1, h2, h3,  span, a, table, td, form, img, hr, input, textarea, select {
	font-size:15px;
}


/***********************************************************
	Page Areas
************************************************************/

body {
	font-size:15px;
}

#page {
	width: 1000px;;
	font-size:15px;
}

/***********************************************************
	Page Area head
************************************************************/



/***********************************************************
	Page Area content
************************************************************/

#content {
	width:1000px;;
	font-size:15px;
}


/***********************************************************
	Page Area footer
************************************************************/

#footer {
	font-size:15px;
}

#footer div.title {
	padding-top:0px;
}

#footer_popup {
	font-size:15px;

}


/***********************************************************
	H1-H6
************************************************************/
h1 {
  font-size:19px;
}

h1 a {
	font-size:19px;
}

h2 {
	font-size:17px;
}
h2 a {
	font-size:17px;
}

h3 {
	font-size:15px;
}

h3 a {
	font-size:15px;
}

h4 {
	font-size:14px;
}

h4 a {
	font-size:14px;
}


/***********************************************************
	misc definitions
************************************************************/

.small {
   font-size:14px;
}

.very_small {
	 font-size:13px;
}


/***********************************************************
	saemtliche Submit buttons
************************************************************/
.submit {
	color:;
	width: 320px;
	height: 24px;
	cursor: pointer;
	background: url('../img/submit_big.gif') no-repeat;
	outline: none;
	border: 0px;
	
}


.picture_title {
	font-size:14px;
}


/* Rahmen um die Bilder*/

.border {
	font-size:14px;
}

/***************************************************************
	Fehlermeldungsboxen oder Hinweisboxen
****************************************************************/

/*div.form_error*/
#content div.form_error {
	font-size:14px;
}

/*div.hint_articles*/
#content div.hint_articles {
	font-size:14px;
}

/* Hinweisblock*/
.hint {
	font-size:14px;
}

/* Hinweisblock für Masterfarben*/
.hint_colors {
	font-size:14px;
}


/***************************************************************
	Tooltip
****************************************************************/

.popheader {
	font-size:14px;
}

.poptext {
	font-size:14px;
}

