/**
 * Globales Stylesheet für discotel.de
 */

* html, body, img { 
	margin: 0;
	padding: 0; 
}

form {
	margin: 0 !important;
	padding: 0 !important;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 07px 0;
	text-align: left;
}

hr {
	border: 0;
	height: 1px;
	border-bottom: 1px solid #52ADE1;
	outline: 0; 	
}

fieldset {
	background-color: #FFFFFF;
	border: 1px solid #52ADE1;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	padding: 5px;
}

fieldset legend {
	font-weight: bold;
	margin-left: 20px;
}

label:hover {
	text-decoration: underline;
}

a {
	color: #2993CF;
	text-decoration: none;
}

a:hover {
	color: #505050;
	text-decoration: underline;
}

a img, img {
	border: 0;
	margin: 0;
	padding: 0;	
}

div.error,
div.success,
div.hint,
div.info {
	border: 1px solid #000000;
	border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	margin: 5px 0;
	text-align: left;
}

div.error {
	border-color: #EE3B20;
	color: #EE3B20;
	background-color: #FFDDD8;
}

div.success {
	border-color: #81EC00;
	color: #70BB16;
	background-color: #E3FBC7;
}

div.info {
	border-color: #AEC2DA;
	background-color: #EFF6FF;
	color: #5A90CF;
}

div.hint {
	border-color: #B18F3E;
	color: #8A7B4A;
	background-color: #FFFCEF;
}

div.error ul,
div.success ul,
div.info ul,
div.hint ul {
	margin: 2px;
	padding: 0 0 0 25px;
	list-style-type: square;
}

div.noscript_warning {
	border: 1px solid #FEA52F;
	background-color: #FEEAAC;
	padding: 5px;
	color: #202020;
	margin: 10px 0;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	text-align: center;
}

.container {
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
}

div.headline {
	height: 62px;
	margin-top: 15px;
}

div.empty_headline {
	background-image: url(/sites/discotel/gfx/headline_empty.gif);
	background-repeat: no-repeat;	
}

div.empty_headline h1 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 12px 20px;
	background: none;
	border: 0;
	text-align: left;
}

div.container {
	background-image: url(/sites/discotel/gfx/container_background.gif);
	background-repeat: repeat-y;
	width: 626px;
	color: #505050;	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px 15px;
}

div.footer {
	background-image: url(/sites/discotel/gfx/container_footer.gif);
	background-repeat: no-repeat;
	width: 656px;
	height: 13px;
	margin: 0;
	padding: 0;	
}

table.noborder_100 {
	border:					0px none;
	border-collapse:		collapse;
	empty-cells:			show;
	width:					100%;
}

table.noborder_100 tr {
	vertical-align:			top;
}

table.noborder_100 th, table.noborder_100 td {
	text-align:				left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

/**
 * Tabelle mit Border 100% Breite
 */

table.bordered_100 {
	border: 2px solid #DAF7FF;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	empty-cells: show;
}

table.bordered_100 th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #DAF7FF;
}

table.bordered_100 thead th {
	border-bottom: 2px solid #DAF7FF;
	font-size: 16px;
}

table.bordered_100 th.headline {
	background-color: #DAF7FF;
	font-size: 14px;
}

table.bordered_100 td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #DAF7FF;
}

#tooltip {
	color: #505050 !important;
}
