








/**
 * LiveLogik Website CSS
 */

*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
a
{
	color: #86A115;
}

p
{
	margin-top: 3pt;
	margin-bottom: 8pt;
}

img
{
	border: 0;
}

html
{
	overflow: auto;
	background-image: url("/images/background.gif");
	background-repeat: repeat-x;
	background-color: #666666;
}

h1, h2
{
	margin-top: 2pt;
	margin-bottom: 3pt;
}

#content
{
	background-color: #FFFFFF;
	background-image: url("/images/backgroundContent.gif");
	background-repeat: repeat-y;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	overflow:hidden;
}

#wrapper
{
	margin: 0 auto;
	width: 780px;
}

#header
{
	background-image:url("/images/backgroundHeader.jpg");
	background-repeat: no-repeat;
	height: 302px;
	padding-left: 38px;
	padding-right: 10px;
}

#footer
{
	background-image:url("/images/backgroundFooter.gif");
	background-repeat: no-repeat;
	height: 51px;
	padding-left: 38px;
	padding-right: 38px;
	clear:both;

}

#copyright
{
	padding-left: 45px;
	padding-right: 50px;
	clear:both;
	text-align: right;
	color: #CCCCCC;
	font-size: 7pt;
}

li.macroNav
{
	display: inline;
	list-style-image: none;
	list-style-type:none;
	float: left;
}

ul.macroNav
{
	display: inline;
	list-style-image: none;
	list-style-type:none;
	float: left;
}

li.microNav
{
	position:relative;
	list-style-image: none;
	list-style-type:none;
	top:-32px;
	margin-top:-4px;
}

ul.microNav
{
	position:relative;
	list-style-image: none;
	list-style-type:none;
	top:-32px;
	margin-top:-4px;
}

#headerNav
{
	float: left;
	position: relative;
	top: 69px;
}

#headerLogo
{
	float: right;
	position: relative;
	top: 10px;
}

#headerNanoNav
{
	float: left;
	position: relative;
	top: 138px;
	display: block;
}

#headerNanoNav ul
{
	/* display: inline; */
	list-style-image: none;
	list-style-type: none;
}

#headerNanoNav li
{
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#headerNanoNav img
{
	border: solid 1px #FFFFFF;
	/* margin-right: 5px; */
}

#contentAdditional
{
	float: left;
}

#contentAdditional img
{
	padding:10px;
	margin-right:30px;
	border: solid 1px #C0C0C0;
}

#contentMain
{
	float: left;
}

#moreImagesWrapper
{
	
}

.moreImages
{
	background-color: #86A115;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 11px;
	height: 12px;
	float: left;
}

.errorMessage
{
	color: #990000;
	font-weight: bold;
	padding: 5px;
}
span.errorMessage
{
	padding: 0;
}

p.errorMessage
{
	border-style: solid;
	border-color: #990000;
	border-width: 1px;
}

.formLabel
{
	width: 175px;
}

.formEntry
{
	width: 250px;
}

/* end */