/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2008-02-04
	Project: www.alteco.at
	Author: websLINE, 2008
	-------
*/


/* FORMATIERUNG */

body, a, input, select, textarea {
	font-family: Verdana, Arial, Tahoma, San-Serif;
	color: #666;
	}
#dContent, #dStart, #dPopup {
	font-size: 70%;
	}
#dPrint {
	font-size: 85%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.4em;
	}
p	{
	margin: 15px 0;
	line-height: 1.4em;
	}
p, ul, ol, dl, input, select {
	font-size: 1em;
	}

h1 {
	font-size: 1.4em;
	color: #0264B1;
	margin-top: 10px;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	color: #0264B1;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	margin-bottom: -15px; padding-bottom: 0;
	}
h6 {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	font-style: italic;
	}

#mainLeft h3 {
	padding: 0 15px;
	margin-bottom: 10px;
	}

.bgGrey { background: #E8E7ED;}
.bgGreyDark { background: #B9B6C8;}
.bgBlue { background: #0264B1;}

.headlinks, .headlinks a {
	color: #888;
	}

.bttn {
	border: 1px solid #fff;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}


/* LINK FORMATIERUNG */

.headlinks a {
	text-decoration: none;
	text-transform: lowercase;
	}
.websline {
	text-decoration: none;
	}