html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #996600;}


a:hover {color: #282828;}

body {
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
	background-color: #FFCC00;
	text-align: center;

}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



h1,h2,h3 {
	padding-top: 6px;
	color: #663300;
	margin-bottom: 4px;
}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 2px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
 text-align: left;
}

.outer-container {
	padding-bottom: 24px;
	background-repeat: repeat-x;
}


.header {
	background: #222 url(/head.jpg) no-repeat;
	height: 150px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align:bottom;
}

.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .name a {
	color: #282828;
	float:left;
	font: normal 5em sans-serif;
	padding-top: 30px;
	text-decoration: none;
	padding-left:30px;
}
.header .title a:hover {border-color: #F60;}

.header .title .tag {
	text-align: left;
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 100px;
	padding-left: 35px;
}

.navigation {
	float: right;
	width: 237px;
}
.navigation h2 {
	color: #663300;
	font: bold 1.6em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 8px;
	border-top: 1px solid #663300;
}

.navigation li {
	border-bottom: 1px solid #b1b1b1;
}
.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 2px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}


.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;	
}

.navigation li a span.antal { color: #bbb; }
.navigation li a:hover span.antal { color: #282828; }

.main {
	background: #ffffff;
	
	padding: 0px 10px 0 0;
}


.content {
	float: left;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/*
.content li {
	list-style-type:disc;
	list-style-position: inside;
	list-style-image: url(/icons/bullet_go.png);
	}
*/	
.content ul {
	list-style-type:disc;
	list-style-position:inside;
	list-style-image: url(/icons/bullet_go.png);
	}
.content ol li {
list-style-position:inside;
list-style-type:decimal;
margin-left:10px;
padding-left:10px;
		}	

.footer {
	background: #b1b1b1;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}
.footer a {color: #F7F7F2;text-decoration: none;}
.footer a:hover {color: #282828;}

/* CUSTOM CSS */

.nummer, .sms {
background-color:#eee;
border:thin solid #ccc;
font-family:"Courier New",Courier,monospace;
font-size:13px;
font-weight:bold;
padding:3px;
}

#form input[type="text"], #form input[type="password"]  {
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	color: #996600;
	background-color: #f9f9f9;
	border: solid 1px #e0e0e0;
}

#form input[type="submit"]  {
	padding: 2px;
	font-size: 14px;
	border: 2px solid #999;
	background-color: #ccc;
	color: black;
	margin: 5px 0px 0px 126px;
	width: 80px;
}

#form input[type="submit"]:hover {
	border: 2px solid #88bb00;
	background-color: #bbee00;
}

div#login {
	padding: 10px 0px 0px 15px;
}

span.special {
	color: red;
	font-weight: bold;
}













/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* fff */
.alert {
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	vertical-align: top;
	background-color: #FFFFCC;
	border: 2px dashed #FF9900;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div.uthyrare {
	background-color: #ffffcc;
	border: 1px solid #f0f090;
	padding: 2px;
	margin: 4px 0px 15px 0px;
}

div.adress {
	font-size: 14px;
}

div.description {
	margin: 10px 5px 5px 5px;
	padding-top: 10px;
	border-top: 1px dashed #f0f090;
}
div.closeme {
	text-align: right;
	font-size: 10px;
	height: 15px;
	padding: 2px;
}

div.closeme a {
	text-decoration: none;
}

div.row {
  clear: both;
  padding-bottom: 15px;
}

div.row span.label {
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #669900;
}

div.infocontent {
	margin-left: 100px;
}
.content .report {
	font-size: 1em;
	color: #999999;
	font-style: italic;
}
