﻿/*
[Contents]

    0- Global
    1- Links
    2- Headings
    3- Article(For tinymce)
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
  color: #333;
  font: 14px/1.4 Helmet, Freesans, sans-serif;
  min-width: 980px;
  background-image: url(/Cms_Data/Contents/praxisbucher/Media/Hintergrund/b%203hintergrund%20HP.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#header {
  	border-bottom: solid #BBB 1px;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

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

/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a {
	color: #21759B;
	text-decoration: none;
}
a:hover {
	color: #D54E21;
	text-decoration: underline;
}

/* Button link */
a.button {
	border: 1px solid #BBB;
	font-size: 11px;
	padding: 0 8px;
	text-decoration: none; /* Do rounding */
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
a.button:hover {
	border-color: #666;
}
