@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.10.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: #4d4d4d;
	font-family: Verdana, Helvetica, sans-serif;
	}

p , a {
	font-size: 12px;
	color: #4d4d4d;

}
/* ------------------ 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; }


.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_subst	   { text-indent: -9999px; }

.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_sSemismall { font-size: 0.95em; }
.text_small    { font-size: 0.70em; } 
.text_regular  { font-weight: normal; }

/***** Text Colors *****/
.error		   { color: red; }
.good		   { color: green; }
.green		   { color: #04b800; }
.white		   { color: #fff; }	

.orange			{ color: #fea45b; }
.dark_orange	{ color: #ff7402; }
.gray			{ color: #343434; }
.cyan			{ color: #0b7089; }
.dark_cyan		{ color: #2d4950; }
.bright_cyan    { color: #00b6fa; }

.border_bottom  { border-bottom: 1px dotted #c2c2c2; }

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

 
.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; }
