﻿/*======================================================================================*/
/* Kamstrup.Init                                                                        */
/*======================================================================================*/

/*-- Init Page -------------------------------------------------------------------------*/

/* General */
body { margin: 0px; padding: 20px; background: #4a4a4a url("../Images/Background.png") repeat; font-family: Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif }

/* Page */
.kam-init-wrapper { color: #eee; }

/* Header */
.header { display: none; }
.header img { width: 160px; }


/* Content */
.content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; text-align: center; height: 320px; }
.content .image { background: transparent url("../Images/ErrorBig.png") no-repeat 50% 50%; height: 200px; width: 220px; display: inline-block; }
.content .title { font-size: 2em; margin: 0 0 10px 0; padding: 0; font-weight: bold; text-shadow: 2px 2px #333; line-height: 2em; }
.content .message { font-size: 1em; margin: 10px 0 0 5px; padding: 0; color: #ccc; }
.content .message div { margin: 5px 0; padding: 0; }

/* Redirect */
.kam-init-redirect { /*position: absolute; bottom: 20px;*/ display: none; }