@charset "utf-8";

@import url("public_layout.css");
@import url("public_typo.css");
@import url("public_style.css");
@import url("public_nav.css"); 

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Autor: Florin Pšrnbacher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Date: 05.05.2008 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright © 2008 Florin Pšrnbacher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/*--------------------------------------- CLEARFIX -------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*--------------------------------------- STANDARD SETTINGS -------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, address, form, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
	border: 0; 
	z-index:1;
	color: #434343;
	font-family: Verdana, Helvetica, sans-serif;
	}

p {
	font-size: 12px;
	color: #565656;

}
/* ------------------ Resetet alle Browser Style Sheets -------------- */


/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:  1em Verdana, Helvetica, sans-serif;
}

/***** Tables *****/
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}
 
table tr td {

}

/***** Global Classes *****/

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

img { border: 0; }

/***** Aligments *****/
.vert_middle   { vertical-align: middle; }
.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.center_block  { margin: 0 auto; }
.padding	   { padding: 5px 0px 0px 5px; }
 
.text_block	   { display: block; }
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.text_sub      { vertical-align: -25%; }
.text_sup      { vertical-align: super; }
.text_normal   { text-transform: none; }
.text_capitalize { text-transform: capitalize; } 
.text_upper    { text-transform: uppercase;}
.text_lower    { text-transform: lowercase;} 
.text_over	   { overflow: hidden; }
.text_underline	 { text-decoration: underline; }
.text_noUnderline { text-decoration: none; }
.text_xtrBig   { font-size: 1.75em; }
.text_big      { font-size: 1.25em; }
.text_normal   { font-size: 1.00em; }
.text_semismall { font-size: 0.85em; }
.text_small    { font-size: 0.70em; } 
.text_regular  { font-weight: normal; }

.light_blue    { color: #5ba3c1; }
.blue 		   { color: #0c79b1; }
.dark_blue     { color: #34516e; }

.error		   { color: red; }
.good		   { color: green; }
.green		   { color: #04b800; }

.light_gray	   { color: #707070; }
.gray		   { color: #5e5e5e; }
.white		   { color: #fff; }	
.blue_white    { color: #d2e5f1;}

.orange		   { color: #fe7921; }
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.bullet        
{ 
	background-image: url(../Bilder/pflicht_star.jpg);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.2em;
}
 
 
.img_left      { float: left; margin: 4px 10px 4px 0; }
.img_right     { float: right; margin: 4px 0 4px 10px; }
 
.no_padding     { padding:0; }
.no_indent      { margin-left: 0; padding-left: 0; }
.no_bullet      { list-style: none; list-style-image: none; }
.clear			{ clear: both; }
