@charset "utf-8";


/* =General
--------------------------------------------------------------------------------------------------------*/


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Class for clearing floats */
.clear {
  clear: both;
}

/* Removing border on linked images */
img {
	border: 0;
}

.no_marg{
	margin:0 !important;
}


/* End General
--------------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------------*/
html {
	 height:100%;
	 background:url(ringgespraech.jpg)  repeat-x;
}
/* Setting up the fonts */
body {
   font-size: 17px;
   font-family: 'Cabin', arial, serif;
   color: #fff;
   min-height:100%;
   width:100%;
}


@font-face {
  font-family: 'Cabin', arial, serif;
  font-style: normal;
  font-weight: 100;
  src: local('Cabin'), local('Cabin'), url('http://themes.googleusercontent.com/font?kit=KT3KS9Aol4WfR6Vas8kNcg') format('woff');
}


/* End Typography
--------------------------------------------------------------------------------------------------------*/



/* =Headings
--------------------------------------------------------------------------------------------------------*/
#content h1 {
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	margin-left:110px;
	margin-bottom:30px;
}

#content h2 {
	font-size:17px;
	line-height:24px;
	font-weight:normal;
	margin-left:110px;
	margin-bottom:20px;
}


/* End Headings
--------------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------------*/
a {
	color:#000000;
	text-decoration: none;
}

a visited {
	color:#000000;
	text-decoration: none;
}

a hover {
	color:#fff;
	text-decoration: none;
}


/* End Links
--------------------------------------------------------------------------------------------------------*/


/* =Layout
--------------------------------------------------------------------------------------------------------*/

#wrapper {
	padding-left:50px;
	padding-top:50px;
}

/* End Layout
--------------------------------------------------------------------------------------------------------*/


/* =Header
--------------------------------------------------------------------------------------------------------*/
#header {
	width:799px;
	
}
	/* 	 */
	h1#logo {
		float: left;
	}
	h1#logo a{
		display: block;
		background: url(ringgespraech.png) no-repeat;
		width: 503px;
		height: 110px;
		overflow: hidden;
		text-indent: -3000px;
	}


/* Header
--------------------------------------------------------------------------------------------------------*/




	
/* End Main Nav
--------------------------------------------------------------------------------------------------------*/


/* =Main Content
--------------------------------------------------------------------------------------------------------*/
#content {
	width:710px;
	padding:50px 66px 0 16px;
}
#content p{
	margin:24px 0;
	line-height:24px;
	font-size:18px;
}

/* End Main Content
--------------------------------------------------------------------------------------------------------*/



/* =Clearing floats
--------------------------------------------------------------------------------------------------------*/
#wrapper:after, #header:after
 {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
 }
/* End Clearing floats
--------------------------------------------------------------------------------------------------------*/
