@CHARSET "UTF-8";
p_link
{
/* margin defines the space around an element
margin:10px;

        All four sides have a margin of 10 pixels.

margin:10px 20px;

        Top and bottom have a margin of 10 pixels.
        Right and left have a margin of 20 pixels.

margin:10px 20px 30px;

        Top is 10px
        Left and right are 20px
        Bottom is 30px

margin:10px 20px 30px 40px;

        Top is 10px
        Right is 20px
        Bottom is 30px
        Left is 40px

 */
margin:10px 20px 0px 0px;
font-family:verdana,sans-serif;
}

p.list:first-of-type	{
margin: 10% 20px 20px 45px;
}

p.list
{
cursor: default;
color: black;
font-family:verdana,sans-serif;
margin:30px 20px 20px 45px;

}

p.mail
{
font-family:verdana,sans-serif;
font-weight:bold;
}

p.impressum
{
display:inline;
color:#636363;
font-family:verdana, sans-serif;
font-size:small;

text-align:center;
}

a:link 
{
text-decoration: none;
color: black;
}

a:visited {
text-decoration: none;
color: black;
}

div.frame_left{
width: 20%;
overflow: auto;
top: 0;
bottom: 0;
left: 50px;
position: fixed;
height: 100%;
float:left;
display: inline;
z-index: 999;
}

div.frame_main{
display: inline;
}

div.leftie
{
  position: fixed;
  top: 0;
  left: 0;
z-index: 999;
padding: 0 0 0 50px;
display: inline-block;
width: 20%;
}

div#target.rightie
{
position: relative;
left: 20%;
padding: 50px auto;
display: inline-block;
width: 80%;

vertical-align: top;
}


body
{
margin: 20px;
background-color: rgb(241,241,241);
}

.contact
{
width: 70%;
line-height: 1.5;
padding: 150px 0 0 0;
}

.titelseite
{
margin: 5% 0 0 75px;
width: 80%;
}

.titelseite img
{
margin: 2% 0 0 1%;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width: 111%;
}
