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

  Licensed under GPL and MIT.
*/

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

body {
  background-image: url(img/bg-billag.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font: 16px/1.4 Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
  color: #000000;
}

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

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

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

h1 {
  letter-spacing: 0.1em;
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

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,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
/* `Layout
----------------------------------------------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-weight: bold;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.mtop {
	margin-top: 40px;
}
.bold {
	font-weight: bold;
}
.padding {
	padding: 10px;
}
#content {
  background-repeat: no-repeat;
  background-color: #0080FF;
  min-width: 960px;
  min-height: 1042px;
  height: auto !important;
  height: 1042px;
}
#content .parteilos {
	margin-top: 359px;
}
#content .sozialBookmarks {
	position: absolute;
	top: -60px;
}
#content .mUnterBild {
	margin-top: 66px;
}
#social {
	position: absolute;
	top: -30px;
	left: 260px;
}

#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);
}
#menu {
	font-size: 16px;
	font-weight: normal;
}
#menu a,
#menu .activ {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover,
#menu .activ {
	font-weight: bold;
}

#menu p {
	margin: 5px 0 5px 10px;
}
#links,
#rechts {
	color: #333;
}
#fragen h1 {
	margin-bottom: -20px;
}
#fragen h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 60px;
	border: 1px solid black;
	padding-left: 5px;
}
#fragen .frage {
	font-style: italic;
	font-weight: bold;
}


/* `Formulare (siehe /d/960_form/layout)
----------------------------------------------------------------------------------------------------*/
#formular,
#formular280,
#formular380 {
	padding-bottom: 0px;
}
#formular .checkbox,
#formular280 .checkbox
#formular380 .checkbox {
	width: 20px;
}
#formular input[type="radio"],
#formular280 input[type="radio"],
#formular380 input[type="radio"] {
	width: auto;
}
#formular input, 
#formular textarea {
	width: 300px;
}
#formular280 input, 
#formular280 textarea {
	width: 280px;
}
#formular380 input, 
#formular380 textarea {
	width: 380px;
}
