﻿/* 
	this basic.css-file is included in every site on sage.de
	all other css files build up on this stylesheet
	other, more specific css files (e.g. sb.css) overwrite the values of this stylesheet
	this file itself is based on the reset.css that resets all browser-standard values to zero, e.g. margin and padding of specific html-elements
*/

strong {
	font-weight: bold;
	font-size:xx-small !important;

	}

em {
	font-style: italic;
		
}

/*  */

*, body {
font-family:Arial;
	
	font-size: 8pt;
	color: #4d4f53;
	background-color:white;
}

body {
	
	text-align: center;
}

img,
a img {
	border: 0;
}

sub, sup {
	font-size: 10px;
}


a{
	color: #EE9700;
	text-decoration:none;
}
a:hover{

		text-decoration:underline;

}

/* iframe */

.iframe {
	
	background-color:aqua !important;
	color:fuchsia !important;
	font-style:italic;
	
}

.iframe.iframe-width-1 {
	width: 231px;
}

.iframe.iframe-width-2 {
	width: 478px;
}

.iframe.iframe-width-3 {
	width: 723px;
}

.iframe.iframe-width-4 {
	width: 969px;
}

/* iframe nested in box */

.box .iframe.iframe-width-1 {
	width: 211px;
}

.box .iframe.iframe-width-1 {
	width: 458px;
}

.box .iframe.iframe-width-3 {
	width: 703px;
}

.box .iframe.iframe-width-4 {
	width: 949px;
}

