Your IP : 216.73.216.240
/*--------------------------------------------------------------------------------
# ah-68 Kleines Schwarzes 3.x - Januar 2014 (J3.x)
# Copyright (C) 2006-2013 www.ah-68.de All Rights Reserved.
----------------------------------------------------------------------------------*/
html {
height: 100%;
}
body {
line-height: 135%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
padding: 10px;
margin: 0;
background-color: #fff;
color: #333333
}
label {
display: inline-block;
width: 150px;
height: 28px;
margin: 4px 0
}
.button {
text-align : center;
font-size : 10px;
font-weight: normal;
padding : 2px 3px;
margin : 2px;
color: #555;
background-color: #f3f3f3;
border: solid 1px #dadada;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.button:hover {
color: #444;
background-color: #f8f8f8;
border: solid 1px #fff;
-moz-box-shadow: 0 0 3px #999;
-webkit-box-shadow: 0 0 3px #999;
box-shadow: 0 0 3px #999;
}
a:link, a:visited {
color: #000;
font-weight: normal;
text-decoration: underline;
}
a:hover {
color: #222;
font-weight: normal;
text-decoration: none;
}
h1 {
font-size : 20px;
line-height : 26px;
font-weight : bold;
}
dd {
margin: 0;
padding: 0
}
ul li {
list-style: square inside none;
}