/* Style Sheet NuminA - Jimmy Gorilla */

/* ============================
   1. All Overs ...
============================ */
* { padding: 0; margin: 0; }
html { height: 101%; }
body {
  	color: black;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-color: #dedede;
  	font-family: Arial, sans-serif;
	font-size: small;
}

a img { border: none;  }
a { text-decoration: none; outline: none; font-size:28px; font-style: bold; }
a:link { color: white; }
a:visited { color: white; }
a:hover, a:focus { color: white; text-decoration: none; outline: none; }
a:active { color: #00ff00; }

a.outlink:link, a.outlink:visited, a.outlink:active, a.outlink:hover
	{font-family: Arial, sans-serif; font-size:10px; color:#00C3FF; text-decoration:none;}

p	{
	font-family: Arial, sans-serif;
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:normal;
}

h1 { font-family: Arial, sans-serif; font-size: 15px; color: #FFFFFF; }

/* ============================
   2. wrapper and big styles
============================ */
#login {
	width: 100%;
	height: 100%;
	margin-top: 15%;
  	margin-bottom: 35%;
}

#wrapper-en {
	background-image: url(../img/homeframe-en.png);
	width: 371px;
	height: 486px;
	margin-top: 199px;
  	margin-right: auto;
  	margin-left: auto;
}

#wrapper-de {
	background-image: url(../img/homeframe-de.png);
	width: 371px;
	height: 486px;
	margin-top: 199px;
  	margin-right: auto;
  	margin-left: auto;
}

#wrapper-contact {
	background-image: url(../img/homeframe-contact.png);
	width: 371px;
	height: 486px;
	margin-top: 199px;
  	margin-right: auto;
  	margin-left: auto;
}

#wrapper-redirect {
	background-image: url(../img/homeframe-redirect.png);
	width: 371px;
	height: 486px;
	margin-top: 199px;
  	margin-right: auto;
  	margin-left: auto;
}

#wrapper-imprint {
	background-image: url(../img/homeframe-imprint.png);
	width: 371px;
	height: 486px;
	margin-top: 199px;
  	margin-right: auto;
  	margin-left: auto;
}


#language {
	width: 355px;
	height: 60px;
	padding-top: 10px;
	text-align: right;
}

#dropdown {
	width: 315px;
	height: 50px;
	padding-top: 310px;
  	margin-right: auto;
  	margin-left: auto;
}

#dropdown-contact {
	width: 315px;
	height: 50px;
	padding-top: 190px;
  	margin-right: auto;
  	margin-left: auto;
}
