/*  Copyright (C) 20th ristaumedia www.ristau-media.de - All rights reserved.  */

*
  {
    margin:0px;
    padding:0px;
    outline:none;
  }

html
  {
    margin:0px;
    height:100%;
    width:100%;
  }

body
  {
    margin:0px;
		padding:0px;
		font-family: Arial, Helvetica, sans-serif;
		background:#f7f7f7;
		font-size:11px;
		line-height:19px;
		color:#585858;
		border-top:10px solid #fff;
  }

p a { padding:0px; }

h1 { font-size:20px; font-weight:bold; color:#4b4a49; padding:0 0 13px 0; }
h2 { font-size:15px; font-weight:bold; color:#4b4a49; padding:0 0 7px 0; }

span { font-weight:normal; color:#585858; }
small { font-weight:normal; color:#888; }
.light { font-weight:normal; color:#9d9d9d; }
img { border:0px; }

#tab1 { padding:30px 140px; }
#tab3 { padding:30px 140px; }

.half50501 { display:block; width:47%; padding-right:5%; float:left; }
.half50502 { display:block; width:47%; float:left; }

a { font-weight:normal; color:#000; text-decoration: none; transition: all 0.2s ease-out 0s; }
a:hover, a:active { color:red; text-decoration: underline; }

p { font-size:11px; line-height:19px; padding:0 0 13px 0; }
p.line { font-size:12px; padding:0 0 10px 0; margin:0 0 18px 0; line-height:20px; border-bottom:1px dashed #dfdfdf; }
p.last { padding:0 0 0 0; }
p.social a { padding:2px 6px; border:1px solid #4b4a49; background:#4b4a49; color:#ddd; margin-right:4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
p.social a:hover { padding:2px 6px; border:1px solid #333; background:#333; color:#fff; text-decoration:none; }

div#page { margin:auto; width:650px; display:block; }
*html div#page { margin:auto; width:655px; display:block; }

div#head { display:block; padding:40px 0; height:50px; background:url(../img/logo.jpg) no-repeat center; }

ul { margin:0 0 10px 15px; }
ul li { padding:2px 0 2px 0; }

ul.inline, ul.inline li, ul.links1 li { margin:0px; padding:0px; list-style-type:none; }
ul.inline li { display: inline; }

div#footer { display:block; font-size:11px; }
div#footer-inner { display:block; margin:auto; color:#aaa; padding:10px 0 20px 0; text-align:center; }

a.bottom, a.bottom:link, a.bottom:visited, a.bottom:focus { font-weight:normal; color:#aaa; text-decoration: underline; margin:0 5px; }
a.bottom:hover, a.bottom:active { color:red; text-decoration:none; }

div#javascript { color:#fff; margin:0 0 0 0; padding:7px; font-size:100%; font-weight:bold; text-align:center; letter-spacing:0px; }


/* Clearing */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  Copyright (C) 20th ristaumedia www.ristau-media.de - All rights reserved.  */