﻿@charset "utf-8";

/* CSS Document */

/*****************************************************************************
 * project  | Bettina Guhlmann - Einzelberatung und Paartherapie
 * author   | Tobias Baur / Designer, http://www.tobiasbaur.de      
 *
 * date     | 2013-04-16
 * file     | general.css
 * function | style-definition for all browsers
 *****************************************************************************/

/* 
Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
*/

/*====  1. Kalibrierung ===============================*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}

html {
}

p {
	margin-bottom: 0.5em;
}

/*====  2. Allgemeine Styles ===============================*/

body {
	background-color: #fff;
	font-family: 'Comfortaa', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #464242;
}


h1 {
	font-family: 'Comfortaa', Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #be1522;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #464242;
}

a:hover, a:focus, a:active {
	color: #be1621;
	text-decoration: none;
}

#bottom a:link, #bottom a:visited {
	color: #dcdcd0;
	text-decoration: none;
	font-size: 10px;
}

#bottom a:hover, #bottom a:focus, #bottom a:active {
	color: #be1621;
	text-decoration: none;
	font-size: 10px;
}

/*====  3. Styles für Layoutbereiche ===============================*/

#wrapper {
	width: 590px;
	margin: auto;
	padding: 0;
}

#top {

	padding: 10px 40px 20px 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}

#bottom {

	padding: 10px 40px 20px 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #dcdcd0;
}

/*====  4. Sonstige Styles ===============================*/

.green {
	color: #aabb64;
	font-weight: 400;
}

.imgg {
	position: relative;
	margin: 10px;
	top: 18px;
	right: 0px;
	float: right;
}
