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

	Licensed under GPL and MIT.
*/

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


body {
	font: 0.625em 'Arial', Verdana, Helvetica, Liberation Sans, FreeSans, sans-serif;
	color: #000;
/*  background: #182312 url(../../images/background2.jpg) no-repeat top left; */
	background-color: #182312;
	}

a:link, a:visited {
	color: #333;
	text-decoration:none;
	}

a:hover, a:active {
	color:#000;
	text-decoration:underline;
	}

a:focus {
	outline: 1px dotted invert;
}



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

/* `Headings
----------------------------------------------------------------------------------------------------*/
 
p, td, th {
	font-size: 1.4em;
	line-height:1.6em;
}

h1 {
	font-size: 3.6em;
	line-height:120%;
	}

h2 {
	font-size: 2.8em;
	line-height:120%;
	}

h3 {
	font-size: 2.1em;
	line-height:130%;
	}

h4 {
	font-size: 1.8em;
	line-height:130%;
	}

h5 {
	font-size: 1.4em;
	line-height:130%;
	}

h6 {
	font-size: 1.2em;
	line-height:130%;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

label, button, input[type="submit"]{cursor:pointer;}

/* Zitate
----------------------------------------------------------------------------------------------------*/

:lang(de) >q {
	quotes: "\201E" "\201d"!important;
/* 	font-family:"Times New Roman", serif; */
/* 	font-style:italic; */
	padding:1px 0;
/* 	color:#333; */
/* 	font-size:1.2em; */
}

	
/* Bilder
----------------------------------------------------------------------------------------------------*/

img, a:link img, a:visited img{padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; padding:1px;}
img.alignleft{ float:left; margin:0 12px 5px 0; }
img.aligncenter{ display:block; margin:0 auto 5px auto; }
img.alignright{ float:right!important; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }

/*STYLES FOR USED PLUGINS */

/****** Images for flexible upload plugin *********/

.imageframe {  margin:5px 12px 5px 0; padding:4px; border:1px solid #999; }
.imgalignleft { float:left; margin:0 12px 5px 0; }
.imgalignright { float:right; margin:0 0 5px 12px; }
.imgaligncenter { display:block; margin:0 auto 5px auto; } 
.imagecaption {padding: 2px 2px 0 2px; text-align: left; font-size:10px!important; color:#666!important;}


/* Text-Formatierungen */

.small {
	font-size:0.8em;
	font-weight:bold;
} 

.normal {
	font-size:1em;
	font-weight:bold;	
} 

.big {
	font-size:1.4em;
/* 	font-weight:bold; */	
} 

.upCase{
	text-transform: uppercase;
}
