img {
	margin: 0;
	border: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	color: #222;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15pt;
}

p {
	text-align: justify;
    text-indent:0px;
}

a {
	text-decoration: none;
    background-color:transparent;
	color: #58b;
}

a:hover {
	text-decoration: underline;
}

a.ext {
	color: #58b;
	padding-right: 15px; background: url(../../images/external.gif) right center no-repeat transparent;
}

h1, h2 {
	text-decoration: none;
	color: #58b;
    background-color:transparent;
}

h3 {
	text-decoration: none;
	color: #000;
}

h4 {
	text-decoration: none;
	color: #ea7000;
	font-size:15px;
	font-weight:bold;
}


div h5 {
    margin-top: -5px;
    margin-bottom: -5px;
}

div.rahmen {
    border: 1px solid #EA7000;
    background-color: #FFDFC1;
    padding: 5px;
}

div.rahmen2 {
    border: 1px solid #28CC00;
    background-color: #D1FFC6;
    padding: 5px;
}

/**********************************************************************/

#title {
	margin: 0;
	padding: 42px 7px 7px 7px;
	color: #fff;
	background: #58b;
	border-bottom: #222 1px solid;
}

#subtitle {
	margin: 0 0 22px 0;
	padding: 4px 7px 4px 7px;
	background: #ddd;
}

#toolbar {
	float: left;
}
#toolbar {
	width: 165px;
	margin: 0 0 14px 0;
	padding: 7px 0 7px 0;
	background: #dddddd;
}

#toolbar a {
	display:block;
	width: 160px;
	padding: 2px 7px 2px 7px;
	font-weight:bold;
}

#toolbar a:hover {
	color: #fff;
	background: #5588bb;
	text-decoration: none;
}

#selected {
	color: #fff;
	background: #58b;
	text-decoration: none;
}


div#content {
	padding: 0 10px 20px 190px;
	width: auto;
}

#content {
	width: 100%;
	text-align: left;
}
#box {
    border: 1px solid #000;
    width: 300px;
    float: right;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    background: #eee;
}

#list {
    font-size: 13px;
}


h3 a {
    color:#000;
    background-color:transparent;
}

table {

}

th {
    font-weight:bold;
    background-color:#eeeeee;
    text-align:center;
    vertical-align:top;
    padding:5px;
}

td.row1 {
    vertical-align:top;
    background-color:#e0e0e0;
    padding:5px;
}

td.row2 {
    vertical-align:top;
    background-color:#d0d0d0;
    padding:5px;
}

ul {
    list-style-image:url(/kleber-klebstoff-beratung.de/templates/images/bullet.gif);
}


strong {
    color:#ea7000;
    font-weight:bold;
}

li {
    line-height:22px;
}

#bu {
    font-weight:bold;
    text-decoration:underline;
    color:#000000;
}