
/***********************************************************
	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: 988px;
	font-size:15px;
}

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

/***********************************************************
	Page Area content right navi_top
************************************************************/
#navi_top {
	font-size:14px;
}
#navi_content_top {
	height:28px;
}

#navi_content_top ul#navigation li a:link, 
#navi_content_top ul#navigation li a:visited,
#navi_content_top ul#navigation li a:active,
#navi_content_top ul#navigation li a:hover {
	font-size:17px;
}

#navi_content_top ul#navigation li ul {
	position:absolute;
	top:30px;
}

#navi_content_top .search_box{
	font-size:17px;
}

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

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

/***********************************************************
	Page Area Navigation Pfad 
************************************************************/

#breadcrumb ul li {
	font-size:14px;
}

#breadcrumb ul li img {
	margin-bottom:2px;
}


/***********************************************************
	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;
	
}

/***********************************************************
	saemtliche Submit buttons
************************************************************/
.submit {
	color:;
	width: 240px;
	height: 18px;
	cursor: pointer;
	font-weight:normal;
	background: url('../img/submit.gif') no-repeat;
	outline: none;
	border: 0px;
}

.login_submit {
	width: 50px;
	font-size:14px;
}



.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;
}


#content table.login tbody td input {
	width: 45px;
}
