/*
Theme Name: streamvan v1.0 0409
Theme URI: http://streamvan.de/
Description: theme streamvan.de
Version: 1.0
Author: b1group.de

        http://b1group.de/

*/


a, p, h1, h2, h3, h4, h5, h6, td, tr, ol, ul, li {
                 margin: 0;
                 padding: 0;
                 }

html, body       {
                 display: block;
                 margin: 0;
                 padding: 0;
                 width: 100%;
                 height: 100%;
                 background-color: #ffffff;
                 font-family: Verdana;
                 font-size: 100.1%;
                 background-image: url('http://streamvan.de/images/background.jpg');
                 }

img              {
                 border: 0;
}



li               {
                 font-family: verdana;
                 font-size: 10px;
}

a                {
                 text-decoration: none;
                 color: #000;
                 font-family: verdana;
                 font-size: 10px;
                 font-weight: bold;
}

h3               {
                 font-family: verdana;
                 font-size: 0.9em;
                 font-weight: bold;
                 color: #527fab;
                 letter-spacing: 0.1em;

                 margin: 0 0 15px 0;


}

h4               {
                 font-family: arial;
                 font-size: 11px;
                 font-weight: bold;
                 color: #527fab;
                 letter-spacing: 0.1em;
                 padding-bottom: 8px;
}


#site            {
                 padding: 0 0 0 0;
                 width: 739px;
                 height: 100%;
                 margin: auto;
}

#logo_streamvan  {
                 position: absolute;
                 top: 3.8em;
                 padding: 0 0 0 20px;
}

#wrap_content    {
                 z-index: 500;
                 position: absolute;
                 top: 6.6em;
}

#bg_content_top  {
                 display: block;
                 width: 739px;
                 height: 20px;
                 background-image: url('http://streamvan.de/images/bg_content_top.png');
                 background-repeat: no-repeat;
}

#bg_content_repeat{
                 display: inline-block;
                 width: 739px;
                 min-height: 400px;
                 background-image: url('http://streamvan.de/images/bg_content_repeat.png');
                 background-repeat: repeat-y;
}

#bg_content_bottom{
                 display: block;
                 width: 739px;
                 height: 20px;
                 background-image: url('http://streamvan.de/images/bg_content_bottom.png');
                 background-repeat: no-repeat;
}

.content         {
                 width: 600px;
                 padding: 15px 0 0 60px;
}

.content h3      {padding: 0 0 7px 0;}

.collumn_left    {
                 width: 290px;
                 float: left;
                 padding-bottom: 30px;
}

.collumn_left h4 {
                 padding: 8px 0 0 0;
                 margin-bottom: 0;
}

.collumn_left p  {
                 padding: 0 0 0 1px;
                 font-family: verdana;
                 font-size: 11px;
                 line-height: 20px;
                 letter-spacing: 0.1em;
                 color: #55616d;
}

.collumn_left ul {
                 padding: 10px 0 15px 25px;
}

.collumn_left li {
                 color: #55616d;
                 font-size: 12px;
                 padding: 0 0 10px 5px;
                 list-style-type: circle;

}

.collumn_right   {
                 float: right;
                 width: 300px;
                 text-align: left;
                 margin: 0 0 15px 0;
                 border-left: 1px solid #ccc;

}

.collumn_right p  {
                 padding: 0 0 0 11px;
                 font-family: verdana;
                 font-size: 11px;
                 line-height: 20px;
                 letter-spacing: 0.1em;
                 color: #55616d;
}

.collumn_right img{
                 padding: 0 0 0 0;
                 margin: 10px 0 15px 15px;
                 border: 1px solid;
                 border-color: #ccc
}

/* --------------------------------- index.php ---------------------------------------- */

#video           {
                 width: 270px;
                 height: 350px;
                 padding: 0 0 0 15px;
}

#video h4        {padding: 4px 0 15px 0;}

/* --------------------------------- sidebar.php ---------------------------------------- */

#sidebar         {
                 position: absolute;
                 top: 6em;
                 width: 739px;
                 z-index: 1000;
}

#sidebar ul      {
                 padding: 0 0 0 250px;
}

#sidebar li      {
                 float: left;
                 list-style: none
}

#sidebar a       {
                 font-family: arial;
                 font-size: 11px;
                 letter-spacing: 0.12em;
                 color: #6a727c;
                 text-align: center;
                 padding: 0.55em 0 0 0;
}


#home a          {
                 display: block;
                 width: 69px;
                 height: 29px;
                 background-image: url('http://streamvan.de/images/nav/nav_home.png');
                 background-repeat: no-repeat;
}

#home a:hover    {
                 background-image: url('http://streamvan.de/images/nav/nav_home_hov.png');
                 background-repeat: no-repeat;
}



#equipment a     {
                 display: block;
                 width: 99px;
                 height: 29px;
                 background-image: url('http://streamvan.de/images/nav/nav_equipment.png');
                 background-repeat: no-repeat;
}

#equipment a:hover{
                 background-image: url('http://streamvan.de/images/nav/nav_equipment_hov.png');
                 background-repeat: no-repeat;
}

#mission a       {
                 display: block;
                 width: 69px;
                 height: 29px;
                 background-image: url('http://streamvan.de/images/nav/nav_mission.png');
                 background-repeat: no-repeat;
}

#mission a:hover {
                 background-image: url('http://streamvan.de/images/nav/nav_mission_hov.png');
                 background-repeat: no-repeat;
}

#contact a       {
                 display: block;
                 width: 69px;
                 height: 29px;
                 background-image: url('http://streamvan.de/images/nav/nav_contact.png');
                 background-repeat: no-repeat;
}

#contact a:hover {
                 background-image: url('http://streamvan.de/images/nav/nav_contact_hov.png');
                 background-repeat: no-repeat;
}