/* ######################################################################## */
/* Copyright 2013      Technische dienst Nijboer   http://www.tdnijboer.eu  */
/*                                                                          */
/* Licensed under the Apache License, Version 2.0 (the "License");          */
/* you may not use this file except in compliance with the License.         */
/* You may obtain a copy of the License at                                  */
/*                                                                          */
/*    http://www.apache.org/licenses/LICENSE-2.0                            */
/*                                                                          */
/* Unless required by applicable law or agreed to in writing, software      */
/* distributed under the License is distributed on an "AS IS" BASIS,        */
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
/* See the License for the specific language governing permissions and      */
/* limitations under the License.                                           */
/* ######################################################################## */

@font-face { font-family: 'Anonymous Pro'; src: url('/images/fonts/AnonymousPro-Bold.ttf') format('truetype'); } /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */

html,body {
	background-image: none;
	font-family: 'Anonymous Pro';
	font-size: 14px;
}

table tbody tr td { padding: 0px 10px 0px 0px; }

div#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div#formulier table tr td, div#voorwaarden table tr td, div#apiurl table tr td, div#apicommands table tr td {
	vertical-align: top;
}

div.rounded span.header { color: #c0c0c0; border: 1px solid #c0c0c0; }

div#apiurl, div#apicommands, div#apiuitleg, div#voorwaarden, div#urlverkort, div#docupload, div#apivoorbeeld, div#login { /*padding: 15px;*/ width: 900px !important; margin: 50px auto 0px; /*position: relative;*/ }

div#contact, div#formulier, div#verkorten, div#uploaden, div#verkorten_input { padding: 15px; width: 60%; margin: 30px auto 0px; }

div#contact.rounded span.header, div#formulier.rounded span.header, div#verkorten.rounded span.header, div#uploaden.rounded span.header, div#verkorten_input.rounded span.header { left: 230px; }

div#apicommands table tfoot tr {
	border-top: 1px #c0c0c0 solid;
}

div.rounded.succesdiv {
	color: green;
}

div.rounded {
	box-shadow: 10px 5px 5px #878787;
}

#copyright {
	position: relative;
	margin: 0 auto;
	top: 50px;
	width: 220px !important;
	padding-bottom: 30px;
}

#copyright img.logo { height: auto; }

p.q { font-size: 1.1em; line-height: 60%; }
p.a { margin-left: 10px; }

a, a:active {
	text-decoration: none;
	color: inherit !important;
}

a:hover {
	color: #ffc20f !important;
	text-decoration: underline !important;
}

div#formulier { padding: 0px 15px 15px 15px; }
div#verkorten a { font-size: 1.8em; }

input[type=text], input[type=password], input[type=file], select, textarea {
	background-color: #fef4c5;
}

input[type=file] { width: 410px; }

select { padding: 0px 5px !important; }

ul#menu { width: 350px; height:20px; list-style: none; /*position: relative;*/ margin: 25px auto 0px; /*margin-top: 25px;*/ }
ul#menu li { float: left; border-right: 1px solid #c0c0c0; padding: 3px 12px; }
ul#menu li:last-child { border: none; }
/*ul#menu li a { text-decoration: none; color: inherit; }
ul#menu li a:hover { text-decoration: underline; color: blue; }*/

ins.adsbygoogle.leftbanner {
	position: absolute;
	top: 30px;
	left: 0px;
}

ins.adsbygoogle.rightbanner {
	position: absolute;
	top: 30px;
	right: 0px;
}

div#login table tr td { text-align: center; }
div#login table tr td:first-child { border-right: 1px solid #c0c0c0; }
div#login table tr td:first-child + td { padding-left: 10px; }

/* weergave Iframe 1e level */
	#iframe	{
		position: relative;
		top: 50px;
		left: 0px;
		box-shadow: none;
		height: 84%;
		width:100%;
		border: 1px solid #c0c0c0;
		padding: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background-color: #fafafa;
		margin-bottom: 30px;
	}
