/* CSS-Stylesheet - (c) ESM Automatisierungs- und Energietechnik, Merdingen */

* { padding: 0; margin: 0; } /* Alles auf Null */

body 	{
        background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
p 	{
	color: #4a4a4a;
	margin-top: 10px;
	margin-bottom: 20px;
	}
h2 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #4a4a4a;
	}
h3 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #00a4dd;
	}
h4	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #00a4dd;
	padding-bottom: 3px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: gray;
	}
#wrapper {
	border: 1px;
	border-style: solid;
	border-color: gray;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}
#header {
	width: 900px;
	height: 150px;
	background-image: url(graphics/global/deco/esm-gebaeude-header-1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#separator {
	width: 900px;
	height: 7px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #00a4dd;
	}

#contentbox {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 235px;
	margin-right: 20px;
	width: 642px;
/*	height: 400px;
	background-image: url(graphics/global/startgrafik.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	}
	#contentbox a {
	text-decoration: none;	
	color: #00a4dd;
	}
	#contentbox ul li {
	color: #4a4a4a;
	margin-left: 30px;
	}

#gallery {
	float: right;
	text-align: center;
	width: 200px;
	background-color: #ebebeb;
	padding: 15px 10px 15px 10px;
	margin: 15px 0px 15px 15px;
	}
	

#navigation {
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #ebebeb;	
	}
	#navigation ul li {
	list-style: none;
	padding: 8px 8px 8px 12px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: white;
	}
	#navigation a {
	text-decoration: none;	
	color: #00a4dd;
	}
	#navigation a:hover {
	font-weight: bold;
	}
#simplelink {
	text-indent: 16px;	
	background-color: white;
	padding-top: 40px;
	padding-bottom: 12px;
	font-size: 12px;
	color: #F2F2F2;
	text-decoration: none;
	}
	#simplelink a{
	color: #4a4a4a;
	font-size: 10px;
	text-decoration: none;
	}
#footer {
	width: 884px;
	padding: 8px;
	margin-top: 20px;
	background-color: #ebebeb;
	color: #4a4a4a;
	font-size: 12px;
	text-align: center;
	}
	#footer a {
	text-decoration: none;	
	color: #00a4dd;
	}
.left	{ 
        float: left; 
	margin-top: 3px;
	margin-left: 10px;
	}
.language-selection {
	text-align: right;
	margin-top: 7px;
	margin-right: 7px;
	color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
.righttext {
	text-align: right;
	margin-top: 10px;
	margin-right: 25px;
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}
.slogan {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	}
.flags	{
	border: 1px;
	border-style: solid;
	border-color: black;
	}
.selected {
	font-weight: bold;
	}


	 

