/* CSS fuer Kontaktseite von www.raumdesign-e-hartenstein.de */

/* Reset all HTML elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}

/* Page settings */
body {
    background: #fff url(../images/background.jpg) repeat;
}

div {
    font: normal normal normal 10pt/10pt Arial, Helvetica, Verdana;
}

img {
    border:0;
}


/*Page Layout*/

#content {
	width:700px;
	margin: 20px auto;
}


/* Content Layout */

p {
    font-size: 1em;
    margin: 0 0 1.5em 0; /* oben rechts unten links */
    line-height:1.3em;
    padding: 0;
}

.clr {
	height:3em;
	clear:both;
}

#content img {
    margin:1em;
}

strong, b {
   font-weight:bold;
}
em, i {
   font-style:italic;
}

a,
a:link 
a:active {
    text-decoration:underline;
    color:#18507C; 
}

a:visited {
    text-decoration:underline;
    color:#18507C;
}

a:hover {
    text-decoration:none;
    color:#f00;
}

/* EOF */
