/* From Ribbon */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}
/* // Reset */

body {
    background-color: #1a2167;
    background-color:#fafdff;
    /*background: url(bck.jpg);  image for body made with Photoshop using noise filter (gaussian monochromatic) on #ccc */
    font-family: Georgia, Verdana, Lucida Sans Unicode, sans-serif;
    font-size: 12px;
    color: #999;
}

h2 {
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}

div#container {
	margin: 20px auto 20px auto; /* centered */
	width: 550px;
}

a.txt{
    color: #6972ad;
    font-weight:bold;
    text-decoration:none;
    outline:none;
}

a.txt:hover {
    color: #05d805;
}


.menu {
	position: relative;
	top:3px;
	left: 50px;
	z-index: 80; /* the stack order: displayed under bubble (90) */
}

.menu ul li {
	-webkit-transform: rotate(-45deg); /* rotate the list item */
	-moz-transform: rotate(-45deg); /* rotate the list item */
	transform: rotate(-45deg); /* rotate the list item */
	width: 50px;
	overflow: hidden;	
	margin: 10px 0px;
	padding: 5px 5px 5px 18px;
	float: left;
	background: #7f9db9;
	text-align: right;
}

.menu ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
}

.menu ul li.l1 {
	background: rgba(131,178,51,0.65);
}

.menu ul li.l1:hover {
	background: rgb(131,178,51);
}

.menu ul li.l2 {
	background: rgba(196,89,30,0.65);
}

.menu ul li.l2:hover {
	background: rgb(196,89,30);
}

.menu ul li.l3 {
	background: rgba(65,117,160,0.65);
}

.menu ul li.l3:hover {
	background: rgb(65,117,160);
}

.menu span {
	margin: 15px 80px 12px 0px;
	float:right;
}

.bubble {
	clear: both;
	margin: 0px auto;
	width: 500px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}

.rectangle {
	background: #52f459;
	height: 50px;
	width: 530px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}
/*
.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 530px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100;  the stack order: foreground 
}*/

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 6px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.triangle-l {
	border-color: transparent green transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
        z-index: -1;  /*	displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent green;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 500px;
	top: 35px;
	z-index: -1;  /*displayed under bubble */
}
/*
.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 65px;
	z-index: -1;  displayed under bubble 
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 500px;
	top: 35px;
	z-index: -1;  displayed under bubble 
}*/

.info {
	padding: 30px 25px 35px 25px;
}

.info h2 {
	font-size: 20px;
}

.info p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}



/* php sudoku */

table#sudoku {
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

div.cell {
        width:48px;
        height:48px;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
}

a.copyright {
	color:#999999;
}

a.sudoku {
        font-size:12px;
	color:#000000;
}

a.sudokumin {
        font-size:10px;
	color:#000000;
	text-decoration:none;
}

td.sol {
        width:40px;
        height:40px;
        text-align:center;
        font-size:24px;
        background:#FFFFFF;
        border:0px solid red;
}

input.cell {
        width:48px;
        height:48px;
        font-size:30px;
        text-align:center;
        padding:0px;
        background:#FFFFFF;
        border:0px solid white;
}

h1.sudoku {
	margin:0px;
	padding:0px;
}

input#clock {
	background-color: #F9FFFF;
	width:160px;
	font-size:19px;
        text-align:center;
	border:0px solid silver;
	padding:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
  	-khtml-border-radius: 10px;
  	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	margin-bottom:8px;
}

div#sudoku {
	background:#FFFFFF;
	border:0px solid #000000;
	width:450px;
}


.sudokubutton {
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	-moz-box-shadow:inset -3px 0px 4px -7px #ffffff;
	-webkit-box-shadow:inset -3px 0px 4px -7px #ffffff;
	box-shadow:inset -3px 0px 4px -7px #ffffff;
	background:linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');

	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 2px #ffffff;
	margin: 16px 11px 0 11px;
}

.sudokubutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	background:linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.sudokubutton:active {
	position:relative;
	top:1px;
}

#button1 {
	margin: 0 10px 0 0;
}

#button4 {
	margin: 0 0px 0 10px;
}

#footer {
    border-top:1px solid silver;
    background-color:#EEEEEE;
    position:fixed;
    bottom:0px;
    padding:10px;
    font-size:1em;
    line-height:1.6em;
    width:100%;
    z-index:9999;
    box-shadow: 0px -3px 5px #CCCCCC;
}

a#info {
	position:relative;
	top:3px;
	margin-left:230px;
}

#footer a {
	text-decoration:none;
	color: #999;
	font-family: Georgia, Verdana, Lucida Sans Unicode, sans-serif;
}

@font-face {
    font-family: 'Arzneisucher';
    src: url('spartakus_round-webfont.eot');
    src: url('spartakus_round-webfont.eot?#iefix') format('embedded-opentype'),
         url('spartakus_round-webfont.woff') format('woff'),
         url('spartakus_round-webfont.ttf') format('truetype'),
         url('spartakus_round-webfont.svg#spartakus_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;}

.aslogo {
    font-family: Arzneisucher, Arial, Verdana,sans-serif;
    margin:0;
    padding:0;
    color: #6972ad;
    font-size: 28px;
}

.hzwei {
    font-family:  Verdana,Arial,sans-serif;
    margin:0;
    padding:0;
    /*letter-spacing: 1px;*/
    color: #6972ad;
    font-size: 12px;
    white-space:nowrap;
    display:inline;
    font-style: normal;
}

div.table { display:table; background-color:#fff; width:200px; font-size:0.9em; border-collapse:collapse; }

div.tr { display:table-row;padding:0; background-color:#fff;}

div.td { display:table-cell; border:0; padding:0  8px; text-align:left;
    font-size:12px;vertical-align:middle;background-color:#fff;
    white-space:normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}



#headerparent {
    width:100%;
    background:#0e3e6c;
}

header
{
    position:relative;
    width:auto;
    height:96px;
    margin: 0 auto 0 auto;
    padding:0;
    border:0;
    
}

header .logo {
    width:auto;
    height:80px;
    /*height:auto;*/
    max-width:551px;
    margin:6px auto 0 auto;
    padding:0;
    border:0;
}

header a.headlogo {
    display:inline-block;
    height: 87px;
    width:551px;
    margin:0 auto; 
    background-image: url(/picture/arzneisucher_logo_transparent_weiss.png);
    background-repeat: no-repeat;
    background-size: 551px 87px;
    /*background-position: left top;*/
    background-position: center top;
    /*border:1px solid yellow;*/
    text-decoration: none;
    border:0;
    outline: none;
}

header h1
{
    margin:0 auto 0 80px;
    padding-top: 40px;
    font-size:16px;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
}
