/* ------- www.joepa.com ------- */
* {
margin:0; padding:0;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,body,html,p,
blockquote,fieldset,input
{ 
margin:0; padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

a img,
a:link img,
a:active img, 
a:visited img { 
border:none;
border:0;
}

/* ------- basis ------- */

body { 
margin:0; 
padding:0; 
background:#e0ddd4; 
text-align:center;
font-size:100.01%;
font-family : "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
color:#333333;
}

#bg { 
position:relative;
width:950px;
background:#e0ddd4; 
margin:0 auto;
text-align:left;
background:url(../images/bg/bg_repeat.jpg) repeat-y;
background-position:0px -341px;
text-align:center;
}

#container {
width:950px;
background:url(../images/bg/header.jpg) top left no-repeat;
text-align:left;
}

#inner_container {
/* min-height modifications */
min-height:625px;
height:auto !important;
height:800px;
/* ende min-height modifications */
width:950px;
text-align:left;
}

#content_container {
width:825px;
margin-left:50px;
}

#navigation {
padding-top:75px;
float:left;
width:225px;
}

#content {
padding-top:175px;
padding-bottom:90px;
float:right;
width:600px;
font-size:0.8em;
}

#socialmedia {
width:64px;
height:25px;
margin-left:25px;
margin-top:25px;
}

#socialmedia a {
display:block;
float:left;
width:25px;
height:25px;
margin-right:7px;
}

.fb { background:url(../images/socialmedia/facebook.jpg) top left no-repeat; }
.tw { background:url(../images/socialmedia/twitter.jpg) top left no-repeat; }

.fb:hover { background:url(../images/socialmedia/facebook_hover.jpg) top left no-repeat; }
.tw:hover { background:url(../images/socialmedia/twitter_hover.jpg) top left no-repeat; }

.fbc {
display:block;
padding:5px 0 5px 35px;
margin:15px 0 0 0;
background:url(../images/socialmedia/facebook_hover.jpg) top left no-repeat;
}

.twc {
display:block;
padding:5px 0 5px 35px;
margin:15px 0 0 0;
background:url(../images/socialmedia/twitter_hover.jpg) top left no-repeat;
}

/* clear-fix */
.clear:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* IE bugfix*/
* html .clear { 
font-size:0.005em;
clear:both;
padding:0;
margin:0;
}

/* clearfix clearleft */
.clear-left {
clear:left;
padding:0;
margin:0;
font-size:0.05em;
display:block;
}

/* IE bugfix*/
* html .clear-left { 
clear:left;
padding:0;
margin:0;
font-size:0.05em;
display:block;
}



