/* by www.black-kiwi.at */
* {
margin:0;
padding:0;
}

html,body {
height:100%;
width:100%;
background-color:#e7e7e7;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:400;
}

img {
border-style:none;
}

a:link {color:#194390; text-decoration:none;}
a:visited {color:#194390; text-decoration:none}
a:active {color:#194390; text-decoration:none}
a:hover {color:#333; text-decoration:none}

body {
font-size:0.86em;
font-family:"TitilliumText22LRegular", Helvetica, Arial, sans-serif;
color:#111;
line-height:1.36em;
}

li {
margin-left: 13px;
}

#top_stripe {
margin-top: 0;
width:100%;
background-color: #194390;
height:7px;
}

#contentcolumn{
float:left;
width: 465px;
min-height: 595px;
height: 100%;
margin-top: 10px;
background-color: #f2f2f2;
z-index:1;
}

#wrapper {
float: right;
width: 660px;
min-height: 660px;
}

#leftcolumn{
float: left;
width: 340px;
z-index:1;
}
#rightcolumn{
margin-left: 465px;
margin-top: 10px;
width: 150px;
height: 595px;
background-color: #f2f2f2;
z-index:1;
}

#logo{
width: 270px;
height: 245px;
background-color: #f2f2f2;
padding: 25px;
margin: 10px;
}
#contact{
width: 280px;
height: 250px;
background-color: #f2f2f2;
margin: 0 10px 0 10px;
padding: 10px 20px 30px 20px;
}
.innertube{
padding: 10px;
}

#navi {
position: relative;
width:242px;
height:100%;
float:left;
font-size:1em;
z-index:1;
}

#distance { 
	width: 1px;
	height: 50%;
	float: left;
	background: none;
	margin: 0 0 -380px;
}

#container {
position: relative;
margin: 0 auto;
clear: left;
width:1000px;
height:660px;
z-index:1;
}

#fb-root {
margin-top: 2px;
}

.link {
margin-bottom: 5px;
height: 140px;
position: relative;
}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('fonts/TitilliumText22L005-webfont.eot');
    src: url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
font-family:"TitilliumText22LBold", Helvetica, Arial, sans-serif;
font-size:1.8em;
line-height:1.1em;
margin-top: 8px;
color:#194390;
text-align:left;
}

h2 {
font-family:"TitilliumText22LBold", Helvetica, Arial, sans-serif;
font-size:1.5em;
line-height:1.8em;
color:#194390;
text-align:left;
}

h3 {
font-family:"TitilliumText22LBold", Helvetica, Arial, sans-serif;
font-size:1.1em;
line-height:1.3em;
color:#111;
text-align:left;
}

h4 {
font-family:"TitilliumText22LBold", Helvetica, Arial, sans-serif;
font-size:1.06em;
line-height:1.24em;
color:#111;
text-align:left;
}

/*### IMG HOVER FADE ###*/
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
/*### TICKER ###*/

#newsticker-demo {  
width:500px;  
height: 80px;
padding:5px 5px 0;   
margin:20px auto;  
}  
  
#newsticker-demo a { text-decoration:none; }  
  
#newsticker-demo .title {  
text-align:center;  
font-size:14px;  
font-weight:bold;  
padding:5px;  
}  
  
.newsticker-jcarousellite { width:428px;}  
.newsticker-jcarousellite ul li{ border-bottom: 1px dashed #ccc;display:block; padding-bottom:1px; margin-bottom:5px; } 
.newsticker-jcarousellite li{ height: 40px; } 
/*.newsticker-jcarousellite .thumbnail { float:left; width:110px; }  
.newsticker-jcarousellite .info { float:rightright; width:190px; }  
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }*/
  
.clear { clear: both; }
