/**
* (C) by Matthias Gally 2010,
* Gally Websolutions GmbH, www.gally-websolutions.com
**/
* {
	margin:0px;
	padding:0px;
} 

body, td, pre, address, table {
    color:#333; 
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}
pre {
    margin:8px 8px 8px 0px;
}
h1 {
	margin-bottom:10px;
	font-size:24px;
	color:#3FAEE5;
}
h2 {
	margin-top:0px;
	font-size:18px;
	color:#3FAEE5;
}


p {
	margin-bottom:14px;
	text-align:left;
	line-height:1.7;
}

h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}


ul {
	margin-bottom:18px;
}
ol {
	margin-bottom:18px;
}
ol li {
	margin:0px 0 12px 2px;
	list-style-position:inside;
}

ul li {
	margin:2px 0 12px 2px;
	list-style-position:inside;
	/*background-image: url(../../img/bild.gif);
	background-repeat:no-repeat;*/	   
}
ul li p {
	padding:0px;
	margin:0px;
}



a {
	color:#777;
}
a:hover {
	color:#777;
}

table {
	line-height:1.3;
}
th {
	text-align:left;
}
tr, td {

}
td {
	padding-bottom:10px;
}
td tr td {
	padding-bottom:0px;
	line-height:1.3;

}
td tr td p {
	padding-bottom:0px;
	line-height:1.3;

}
td img {
	margin-top:3px;
}
img {

}

address {
	margin-top:7px;
	line-height:1.5em;
}

.marked {
	background-color:#F5F5F5;
}
.tabletitle {
	padding-top:10px;
	color:#3FAEE5;
	font-weight:bold;
}



