﻿/* CSS Document */
/*----CSS RESET----
----------------------------------------------*/
* { 
padding: 0; 
margin: 0; 
front-size: 100%;  
front-weight: normal;
}

ur, 
ol {
list-style:none;
}

b, 
strong {
front-weight: bold;
}

img,
a img {
border: none;
}
/*-------------------SCHRIFTEN-- und hintergrund---------------------
----------------------------------------------------*/
body
{ font-family: Arial; Helvetica;sans-serif;
font-size:70% ; background-repeat: repeat; background-position: center; }




h1,
h2,
h3 {fonts-family: `Times New Roman`,`trebuchet MS`
}

/* ------------------SCHRIFT BREITE UND GRÖSSE---------
----------------------------------------------------*/

h3
{ letter-spacing: 0.3em;
}

body
{line-height:1.5em;
}

/*----------------KLASSEN--------zb. h3.class und links----------
------------------------------------------------------*/
a:link
{ color: #666666; text-decoration: none;
}
a:hover,
a:focus,
a:active { 
color:#ad4456;
text-deoration: underline;
front-size: 124em;}


/*-----------div container---------------------------------
------------------------------------------------------------*/

#container { background-position: center 50%; position: absolute; left: 100px; width: 950px; height: 1960px; }

#left { background-image: url(backleft.png); position: absolute; width: 341px; height: 1024px; }

#logo { background-image: url(www.behrens-it-consulting.png); position: relative; top: 75px; right: -46px; width: 250px; height: 134px; }

#menu { position: relative; top: 150px; right: -18px; width: 250px; height: 134px;}

#right {position: relative; top: 150px; right: -550px; width: 250px; height: 134px;  }


#cont {}
