body {
	background-color: #CBCBCB;
}

body,table,tr,td,h1,h2,h3,p,span,div,input,select,textarea,button,A,form {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

form { padding:0px; margin:0px; }

A 			{ color: #042F96; font-weight: bold; text-decoration: none; }
A:Link  	{ color: #042F96; font-weight: bold; text-decoration: none; }
A:Hover 	{ color: #042F96; font-weight: bold; text-decoration: none; }
A:Active 	{ color: #042F96; font-weight: bold; text-decoration: none; }
A:Visited 	{ color: #042F96; font-weight: bold; text-decoration: none; }

h1 { font-size: 14px; margin:0px; padding:0px; color: #375771; font-weight: bold; text-decoration: none; }

.breadCrumbHome		 	{ font-size: 13px; color: #333333; font-weight: bold; }
.breadCrumbSeperator 	{ padding-left:10px; padding-right:10px; padding-top:2px; }
.breadCrumb				{ font-size: 13px; color: #042F96; font-weight: bold; }	

a.breadCrumb { font-size: 13px; color: #042F96; font-weight: bold; }
a.breadCrumb:link { font-size: 13px; color: #042F96; font-weight: bold; }
a.breadCrumb:active {	font-size: 13px; color: #042F96; font-weight: bold; }
a.breadCrumb:visited { font-size: 13px; color: #042F96; font-weight: bold; }
a.breadCrumb:hover { font-size: 13px; color: #042F96; font-weight: bold; }

.boxHead	{ width:615px; height:30px; background-image : url(http://www.web-album.at/webalbum/styles/webalbum/images/box_head.gif); background-repeat : no-repeat; }	
.boxBody 	{ width:615px; background-image : url(http://www.web-album.at/webalbum/styles/webalbum/images/box_body.gif); background-repeat : repeat-y; }	 
.boxContent	{ padding:10px; font-size: 12px; }
.boxFooter  { width:615px; height:15px; background-image : url(http://www.web-album.at/webalbum/styles/webalbum/images/box_footer.gif); background-repeat : no-repeat; }	 
.boxArrow	{ padding-left:10px; padding-right:8px; }
.boxTitle 	{ font-size: 13px; color: #003399; font-weight: bold; }	 

.error { color: #FF0000; }

/* Layer */
#divBreadcrumb 	{ position: absolute; left: 15px; top: 29px; visibility: visible; z-index: 1; }
#divContent 	{ position: absolute; left: 15px; top: 60px; visibility: visible; z-index: 1; }
#divTooltip 	{ position: absolute; left: 100px; top: 100px; background-color: #F7F3DB; z-index: 50; visibility: hidden; padding: 10px; border: 1px solid #CCCCCC; font-size: 11px; }
#divTooltipBorderless 	{ position: absolute; left: 100px; top: 100px; background-color: #F7F3DB; z-index: 50; visibility: hidden; padding: 0px; border: 1px solid #CCCCCC; font-size: 11px; }

/* Formulare */
.formText 			{ color: #333333; width: 200px; border: 1px solid #333333; }
.formTextreadonly 	{ color: #333333; width: 200px; border: 0px; font-size:12px; }
.formTextArea 		{ color: #333333; width: 200px; height: 100px; border: 1px solid #333333; }
.formSelect 		{ color: #333333; width: 200px;	border: 1px solid #333333; }
.formButton	 		{ color: #333333; width: 150px;	border: 1px solid #333333; font-weight: bold; }

