@CHARSET "UTF-8";

/* 
webvariants-Textstyles-Generator
Version: 1.0
www.webvariants.de
*/

.bright{
	color: #999999;
}

#footer-links a,#lang a,#breadcrumb a {
	font-size: 11px;
}

#lang a, .input{
	color: #257596;
}

#breadcrumb a{
	color: #8ABBDB;
}

#breadcrumb span{
	margin: 0 5px;
}

#footer-links a {
	font-weight: bold;
	color: #7EB4D6;
}

.input{
	font-size: 11px;
}

hr {
	background-color: #CEE3EF;
	width: 100%;
	height: 1px;
	color: #CEE3EF;
	border-width: 0px;
}

hr.clearer {
	clear: both;
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/*===== Basic Styling (Vertical Rhythm) =====*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

p,ul,ol,dl,img,blockquote {
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000666;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

h5,h6 {
	font-size: 14px;
	line-height: 20px;
}

p+h1,ul+h1,ol+h1,dl+h1,img+h1,blockquote+h1,table+h1 {
	margin-top: 40px;
}

p+h2,ul+h2,ol+h2,dl+h2,img+h2,blockquote+h2,table+h2 {
	margin-top: 30px;
}

p+h3,ul+h3,ol+h3,dl+h3,img+h3,blockquote+h3,table+h3 {
	margin-top: 20px;
}

p+h4,ul+h4,ol+h4,dl+h4,img+h4,blockquote+h4,table+h4 {
	margin-top: 20px;
}

p+img {
	margin-top: 10px;
}

p+dl.image {
	margin-top: 20px;
}

/*===== Lists =====*/
li {
	line-height: 20px;
}

ul li {
	margin-left: 15px;
}

ol li {
	margin-left: 20px;
}

ul li {
	list-style-type: square;
}

ul li li {
	list-style-type: disc;
}

ul li li li,ul li li li li {
	list-style-type: circle;
}

ul ul,ul ul ul,ul ul ul ul {
	margin-bottom: 0px;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}

ol li li li,ol li li li li {
	list-style-type: lower-roman;
}

ol ol,ol ol ol,ol ol ol ol {
	margin-bottom: 0px;
}

dt {
	float: left;
	width: 120px;
}

dd {
	margin-left: 125px;
}

/*===== Links =====*/
a {
	color: #3399CC;
	text-decoration: none;
}

a:visited {
	color: #3399CC;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

a:active {
	color: #3399CC;
}

/*===== Text Styling =====*/
small, .small {
	font-size: 90%;
}

big {
	font-size: 130%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

sub {
	font-size: 10px;
	vertical-align: sub;
}

/*===== Images =====*/
img {
	border-width: 0px;
}

/*===== Insertions =====*/
.left {
	float: left;
}

.right {
	float: right;
}
