/* CSS Document */

body{
	background-image: url(../../images/design/background/bodybackground.jpg);
}

table{
	border: 0;
	padding: 2px;
	line-height: 1.5;
}

h1{
	text-align:right;
}

fieldset{
	border: 1px #CCCCCC solid;
}	

ul{
	margin-left: 2em;
	list-style-type:square;
	line-height: 1.6em;
}

p{
	text-align:justify;
	margin: .5em 0; 
/*	text-indent: 1em;*/
	line-height: 1.3;
	text-align:justify;
}
p.alert{
	color:#CC0000;
	font-weight:bold;
}

div.errmsg{
	color: #FF0000;
	font-weight:bold;
	text-align:center;
	width:100%;
}


/**********************************************

FORMULARE

**********************************************/
div.bs-docs-example{
	border-radius:5px;
	background-color:#999;
	padding:0.8em;
	margin-top:1.68em;
}
form{
	margin-bottom:1em;
}


