/* CSS document voor Resizer 		*/
/* Gemaakt door Arian Stolwijk 		*/
/* Aryweb webontwikkeling			*/

body {
	background: url(../images/background.jpg) repeat-x #fcfcfc; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	outline: none;
	color: #608000;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 70%;
	margin: 0 auto;
}

#logo {
	margin: 0 auto;
	width: 70%;
	padding: 0 0 0 40px;
	height: 70px;
	position: relative;
}

#logo img {
	float: left;
	width: 285px;
}

#logo #langs {
	float: left;
	width: 16px;
	padding: 12px 0 0 0;
}

#logo #langs img {
	width: 16px;
	padding: 0 0 7px 0;
}

#logo .ads {
	position: absolute;
	top: 5px;
	left: 360px;
}

#container form{
	width: 40%;
	float: left;
	margin: 10px 0 40px 0;
}

#container #tekst{
	width: 50%;
	float: left;
}

#container #tekst h1 {
	font-size: 20px;
	font-weight: normal;
}

#container #tekst div {
	padding: 10px 10px;
}

#container #footer {
	font-size: 0.8em;
	color: #AAA;
	padding: 0;
	text-align: center;
}

#container #footer a {
    color: #AAA;
}

.clear {
	clear: both;
}

#loading {
	text-align: center;
}

#r {
	margin: 20px 0 50px 0;
	overflow: auto;
	width: 100%;
}

#resized {
	position: absolute;
	top: 340px;
	left: 10%;
	right: 10%;
	padding: 30px;
	display: none; 
}

#resized_content {
	padding: 30px;
	background: url(../images/trans-bg.png);
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: white;
}

#resized_content a {
	color: white;
	font-weight: bold;
}

#close{
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/close.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -999px;
	cursor: pointer;
	overflow: hidden;
}

.error {
	border: red 2px solid;
	background: #ff8080;
	padding: 10px;
	width: 50%;
	margin: 50px auto 0 auto;
}

#slider {
	width: 450px;
}

div.slider {
	margin: 0 0 10px 0;
	width: 400px;
	height: 10px;
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.slider div.knob {
	background: url(../images/knopje.gif) no-repeat;
	width: 10px;
	height: 26px;
	top: -8px;
}




#uploaded {
	padding: 100px;
	text-align: center;
}

