/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  background-color: white;
  font: 14px/1.4 'Helvetica Neue',Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #000000;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 18px;
	line-height: 1.2em;
}

h2 {
  font-size: 16px;
	line-height: 1.2em;
}

h3 {
  font-size: 16px;
	line-height: 1.2em;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
blockquote {
  font-style: italic;
  margin: 10px 20px 10px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.right{
	text-align: right;
}
.kommentar {
	font-style: italic;
	font-weight: bold;
}
.center{
	text-align: center;
}
.mtop {
	margin-top: 40px;
}
.kursiv {
	font-style: italic;
}
.bgviolett {
	background-repeat: repeat;
	background-image: url(img/violett.png);
	padding: 10px;
	color: #ffffff;
}
.bgrosa {
	background-repeat: repeat;
	background-image: url(img/rot.png);
	padding: 10px;
	color: #ffffff;
}
.bold {
	font-weight: bold;
}
.datum {
	font-size: 12px;
}	
#blog .datum {
	padding-left: 20px !important; 
	font-size: 12px;
	display: inline;
	float: right;
}
#blog h3 {
	margin-top: 40px;
	color: #F9384B;
}

#oben {
	background-image: url(img/kopf.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	color: #ffffff;
}
#social {
	height:30px;
	position: relative; left: 30px;
}

#social .newsletter {
	width: 54px;
	height: 30px;
	display: inline;
	float: left;
	background-image: url(img/tv.png);
}
#social .newsletter:hover {
	background-image: url(img/tv-hover.png);
}
#social .fb {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: inline;
	float: left;
	background-image: url(img/fb.png);
}
#social .fb:hover {
	background-image: url(img/fb-hover.png);
}
#social .twitter {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: inline;
	float: left;
	background-image: url(img/twitter.png);
}
#social .twitter:hover {
	background-image: url(img/twitter-hover.png);
}
#social .google {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: inline;
	float: left;
	background-image: url(img/google.png);
}
#social .google:hover {
	background-image: url(img/google-hover.png);
}
#content {
	background-image: url(img/karriert.png);
	background-repeat: repeat-y;
	padding-bottom: 40px;
}
#news {
	 margin-top:30px; 
	 color:#ffffff;
}
#news div {
	background-image: url(img/violett.png);  
	padding:10px; 
	margin-bottom:20px;}
/* `Formulare (siehe /d/960_form/layout)
----------------------------------------------------------------------------------------------------*/
#formular,
#formular200,
#formular280,
#formular380 {
	padding: 0px;
}
#formular .checkbox,
#formular200 .checkbox,
#formular280 .checkbox
#formular380 .checkbox {
	width: 20px;
}
#formular input[type="radio"],
#formular200 input[type="radio"],
#formular280 input[type="radio"],
#formular380 input[type="radio"] {
	width: auto;
}
#formular input, 
#formular textarea {
	width: 300px;
}
#formular200 input, 
#formular200 textarea {
	width: 200px;
}
#formular280 input, 
#formular280 textarea {
	width: 280px;
}
#formular380 input, 
#formular380 textarea {
	width: 380px;
}
